+ 1
NEED HELP!
I need help pushing into an array. I want to push numbers in the data array, but idk how to. Help Plese... this is the code: https://code.sololearn.com/Wqo92Y7XgzVP/#html
3 ответов
+ 1
https://code.sololearn.com/W0iYEZIJ1vE5/?ref=app
0
with JavaScript:
arrayName.push(value);
0
That Wont Work.