Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js var

var a;
console.log(a);                // scrive in console "undefined" o "" a seconda del browser usato.
console.log('still going...'); // scrive in console "still going...".
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #js #var
ADD COMMENT
Topic
Name
2+8 =