Function Expression vs Function Declaration This Counter

Function Expression vs Function Declaration This Counter 

Create 3 page counters using different functions, expression, declaration and arrow format.  Counters will all work independently as the value of the total is contained within the instance of the function object using this.

Page counters with functions :

  1. Select all the page buttons
  2. Create a function expression that will increment the counter on button press
  3. Create a function expression with the arrow format that will track and increment the count on the page
  4. Create a function declaration that will track and increment the count on the page.

Leave a Comment