variable types javascript

by Agustin Gomez

JavaScript

var a =0;
alert(a);
a ="text";
alert(a);