WDD 330: Web Frontend Development II

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

Activity Instructions

  1. Complete the javascript.info tutorial Create a Calculator for your own portfolio.
  2. Add on the ability to subtract and divide the two numbers.