Predict output ยท Beginner
Predict the total
Read the JavaScript and replace the editor contents with only the value it prints.
10points
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.
Solution
The solution unlocks after 1 submission.