Lesson 3: Basics

And here is an arrow function in JavaScript:

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

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