Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

6. Arrow Functions and the This Keyword

screen

Go to the video

In this video, we will add functionality to the add button of our form. When the user submits the form, we will extract the form input, create a new "Link" object from that input, and add it to an array. As we do this, we will update our callback function syntax from using traditional callbacks to use ES6 Arrow Functions and discuss its impact on the This keyword.

References