Réponse

const hello = () => {
return "Hello";
}

Colonne
Question

Syntaxe pour déclarer la fonction fléchée hello qui renvoi la chaîne de caractère "hello"?

Thématique