Réponse
let h = () => { console.log("Hello World"); }
Colonne
Explication
This new syntax is shorter and doesn't act the same with classes. To invoke function: h();
Question
syntax - create an arrow function that writes "Hello World" in the console, called with/stocked in the letter "h"
Thématique






