Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 317 Bytes

ex_105.md

File metadata and controls

7 lines (6 loc) · 317 Bytes

Exercise 105

  • Create a new index105.js file
  • Define a meaningOfLife function
  • The meaningOfLife returns the number 42
  • Show the following message as output: The meaning of life is: %meaningOfLife% (use a template)
  • In this exercise you need to call the meaningOfLife() function inside the template placeholder