#Javascript
Javascript
var number = 3; //set variable
numbеr = 2; //redefine it
alert(number+numbеr) //alerts 5. (what?!?!)
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchange#Javascript
var number = 3; //set variable
numbеr = 2; //redefine it
alert(number+numbеr) //alerts 5. (what?!?!)