Warmup Warmup Predict the output of the following code:
var x = 10; var y = 4; var z = y - x; console.log(z)
Choose the correct answer:
  • 6
  • -6
  • 4
  • -4

* Failure in every first attempt will result in a deduction on your total points.

00:00 / 00:24

Share the mistake you found and we’ll fix as soon as we can.