+ 9
Help with code
https://code.sololearn.com/W19ZzdKk81Dd/?ref=app помогите сделать так чтобы выводило рандомные ники из массива x смотри js
4 Answers
+ 12
Would you mind to include an English translation in the description as well? 😉
+ 11
I do not understand your language. But I thing you want your code to work. Try this:
Put this inside body of HTML
<p id="a"></p>
<button onclick="getElementById('a').innerHTML=go(' ')">Go</button>
In JavaScript
function go(){
var x=["pro","player228","KiLLer","kOk@iN","Batya","you lol","russi@n bear","tasher","$_quot;,"lol_kek","TnT","Meg@ noob","zzz...",":D"] ;
return x;
}
+ 4
Yes, please include English translation so that we can help you
+ 3
i've tried translating yer description so have a look
https://code.sololearn.com/Wgg3f4YQjFJh/?ref=app