Réponse

thisList.forEach(function(value) {console.log(value);})

Colonne
Question

syntax - show all of the values of an array (named thisList) using the method forEach (function)

Thématique