tableau de caractères pour sauter javascript

const s = ['H', 'e', 'l', 'l', 'o'];
string = s.join("");
// string === "Hello"
Tictac