complexity: 2 ; importance: 24; author: docentmail
Hierarchy: [All Javascript - JavaScript core - Syntax]
Spaces, new lines, tabs, semicolons.
Problem 2016-02-11-23-31
complexity: 2 ; importance: 24; author: docentmail
Question: What would be result of execution of the snippet?
var x=1, y=1;
x
--
y
alert(x);
alert(y);