Use the correct assignment operator that will result in x being 50 (same as x = x * y).
x
50
x = x * y
Click here to try again.
x = 10; y = 5; x w3exercise_input_no_0 y;
w3exercise_input_no_0
Completed 0 of 67 Exercises:
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?
Share your score:
Take our JavaScript Developer Certificate to prove that you have fundamental knowledge of web development using JavaScript.