complexity: 2 ; importance: 4; author: docentmail


Variables (Problem 2015-12-03-10-20)

Question: what does alert (x); show?

var x = 1;
var y = x;
y=101;
alert (x);