Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 328 Bytes

ex_37.md

File metadata and controls

8 lines (7 loc) · 328 Bytes

Exercise 37

  • Create a new index37.js file
  • Define an average variable and assign the following value: 6
  • Define a studentAverage variable and assign the following value: 4
  • Show the following output:
    • This student has a greater or equal average required to pass: true/false
    • This student is missing %points% to pass