function declaration vs function express vs arrow function

function declaration vs function express vs arrow function

In this video, we learn about the different ways of working with functions in JavaScript. In JavaScript, we can create functions in 3 ways function declaration function expression Arrow function We learn the difference between the 3 in terms of syntax, and it's usage.