Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 231 Bytes

ex_9.md

File metadata and controls

6 lines (5 loc) · 231 Bytes

Exercise 9

  • Create a new index9.js file
  • Declare a constant variable with the name first name and assign your name
  • In the following line try to change the variable value to 'Pablo'
  • Execute the program and see what happens