Predict output ยท Beginner

Predict the total

Read the JavaScript and replace the editor contents with only the value it prints.

10points
JAVASCRIPTRuns in an isolated browser frame
Read this code
const total = 4 + 3;
console.log(total);
OutputReady
Run your answer to see its output.
Log in to submitBest score counts once; retries are always available.