Warmup
Warmup
Predict the output of the following code:
var x = 10;
var y = 4;
var z = y - x;
console.log(z)
var x = 10;
var y = 4;
var z = y - x;
console.log(z)
Choose the correct answer:
* Failure in every first attempt will result in a deduction on your total points.