logo CodeStepByStep logo

variableMystery1

Language/Type: JavaScript expressions variable mystery
Author: Melissa Hovik (on 2016/09/25)

What is the value of the variable x after the following code executes?

let x = 3;
x = x + 2;
x = x + x;
value of x
(order shuffled)

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.