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!!