Object Methods, "this"
Overview
This activity explores the idea of accessing a method's object using a robust reference,
this
.
"The value of this depends on in which context it appears: function, class,
or global." - MDN Web Docs
Prepare
- Read: 📃 Object Methods, "this" - javascript.info
- Watch: 🎦 What is THIS in JavaScript? - Fireship
Activity Instructions
- Complete the javascript.info tutorial Create a Calculator for your own portfolio.
- Add on the ability to subtract and divide the two numbers.