complexity: 1 ; importance: 4; author: docentmail


definition vs. initialization

Problem 2016-01-15-00-12

Question: Give the code snippet to declare (or define) variable myVar but not initialize it. What is value of the variable?



Read it for details:
JavaScript for Novices: Variables - Declaration and assigning