JSFiddle - React, Tailwind, and code Playground

by Damien M

JavaScript

var chaine = 'C\'est une chaine';

alert(chaine.length); // affiche le nombre de caractères

alert(chaine.toUpperCase()); // met la chaîne en majuscules