04. Object this πŸ‘©β€πŸŽ“πŸ‘¨β€πŸŽ“

πŸ“ Add Comments to Implementation of this

Add comments describing the functionality of the code found in starter folder.

Notes

Refer to the documentation:

MDN Web Docs on this

πŸ† Bonus

If you have completed this activity, work through the following challenge with your partner to further your knowledge:

  • JavaScript has its own built-in Math object with mathematical functions we can use. How can we combine Math.floor() and Math.random() to randomly select an element from an array?

Use Google or another search engine to research this.


βœ… Solutions

Solutions Click Here