In my JS Code (just see below) I want to make a variable which stock every name of the players, but here only the last name inpu | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

In my JS Code (just see below) I want to make a variable which stock every name of the players, but here only the last name inpu

//Variables// var Joueurs = prompt("Combien de joueurs êtes-vous ? (Maxi : 4)") var Pseudo = 0 var Tableau_Jetons = new Array() //Fonctions// //Programme// alert ("Vous-êtes donc : " + Joueurs + " Joueurs") while (Pseudo < Joueurs) { Pseudo++; var Pseudo_Joueurs = prompt("Entrez le pseudo du Joueur "+ Pseudo ) }

3rd Jan 2018, 3:48 PM
Physios Game
Physios Game - avatar
1 ответ