Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 235 Bytes

ex_10.md

File metadata and controls

7 lines (6 loc) · 235 Bytes

Exercise 10

  • Create a new index10.js file
  • Define a greeting variable
  • Assign the greeting variable the following message: JavaScript Rocks!!!
  • This greeting value must be a string
  • Show the greeting message using console.log()