Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 313 Bytes

ex_36.md

File metadata and controls

8 lines (7 loc) · 313 Bytes

Exercise 36

  • Create a new index36.js file
  • Define firstNumber variable and assign the following value: 10
  • Define secondNumber variable and assign the following value: 20
  • Show the following output:
    • Both variables have the same value: true/false
    • Both variables don't have the same value: true/false