//split - string into array of substrings
//join - used to join array of substrings to one string
let greeting = "hello/world/john"
console.log(greeting.split("/"))
let array = [ 'hello', 'world', 'john' ]
console.log(array.join(" "))
Sur cette page du site, vous pouvez voir la vidéo en ligne Split and Join method in Javascript explained...... durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Full Stack Development 01 octobre 2022, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 334 fois et il a aimé 6 téléspectateurs. Bon visionnage!