+ 1
ERROR Web development
I'm the only one having trouble with this practice; I can't find the error Code : let name = readLine(); let welcome = "Welcome,\t"; let f = "!"; console.log(welcome + name + f); // Your code goes here
2 odpowiedzi
I'm the only one having trouble with this practice; I can't find the error Code : let name = readLine(); let welcome = "Welcome,\t"; let f = "!"; console.log(welcome + name + f); // Your code goes here