Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 414 Bytes

ex_150.md

File metadata and controls

8 lines (7 loc) · 414 Bytes

Exercise 150

  • Create a new index150.js
  • Define a deepThought variable and assign a literal object with the following properties:
    • property: name, value: Deep Thought
    • property: answerToTheUltimateQuestionOfLife, value: assign a function
  • The answerToTheUltimateQuestionOfLife method will show 42 as output
  • Call the deepThought answerToTheUltimateQuestionOfLife method to know the best answer ever!!