Lesson 1: Basics

And here is an arrow function in JavaScript:

const greet = (name) => {
  console.log(`Hello, ${name}!`);
}

Resources

This is a short lesson description. It gets straight to the point.