Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 265 Bytes

ex_110.md

File metadata and controls

6 lines (5 loc) · 265 Bytes

Exercise 110

  • Create a new index110.js file
  • Define the average function that accepts 5 numbers as parameter
  • Call the average function with the following values: 2, 4, 10, 20, 30
  • After executing the call show the following message: The average is %average%