Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 683 Bytes

File metadata and controls

17 lines (11 loc) · 683 Bytes

Predict -> Run -> Observe -> Explain

It will print * 10 times and ++ will increase value everytime it will print.

In this task, you'll need to look at some code and predict what it does, before running the program This task will help you to develop your code reading skills.

Look at the code in 2.js: read it carefully and discuss it with your pair. What do you think the output will look like? If some parts of the code are unfamiliar, then look them up on MDN. Write your prediction below:

{YOUR PREDICTION HERE}

Once you've written your prediction, then commit your work. Now actually run 2.js using node and write your answer below:

{ACTUAL OBSERVED BEHAVIOUR}