JSFiddle - React, Tailwind, and code Playground

by Damien M

JavaScript

var tableau = ['coucou', 'yolo', 22, 'hey'];

for (var i=0; i < tableau.length; i++){
    alert(tableau[i]);
}