Day 2: Variables
-
LyanAraujo 11 months ago let newVariable = 'My First Variable';
-
rathorenitirajs1 3 years ago There no need to write console.log
-
durgeshsoni10821 3 years ago var newVariable = 'My First Variable';
no need to write console.log
-
vtu7076CSE 5 years ago var newVariable = "My First Variable";
* just we need to assign & declear * don't go for console.log(newVariable)
it is correct only but here is this problem they asking only to assign and declear.
-
rinuravi 7 years ago var newVariable ="My First Variable"; console.log(newVariable);
Whats wron in this? Getting testcase fail
Load more conversations
Sort 16 Discussions, By:
Please Log In in order to post a comment