Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 518 Bytes

File metadata and controls

8 lines (7 loc) · 518 Bytes

Exercise 59

  • Create a new index59.js file
  • Define firstNumber and secondNumber variables
  • Assign a numeric value to previous defined variables
  • If the first number equals the second number then show the following message: They are the same number
  • If the first number is bigger than the second number then show the following message: %firstNumber% is bigger than %secondNumber%
  • If the second number is bigger than the first number then show the following message: %secondNumber% is bigger than %firstNumber%