Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 250 Bytes

ex_50.md

File metadata and controls

6 lines (5 loc) · 250 Bytes

Exercise 50

  • Create a new index50.js file
  • Define a number variable and assign the following value: 10
  • If number is even then show the following message: %number% is an even number
  • Try changing the value to an odd number to see what happens