+ 1
I was trying to access the value of a nested arrays but I don't seem to get it. Help!
I want to access the value of type https://code.sololearn.com/WBZ1U1ex836W/?ref=app
3 Antworten
+ 2
Hi Sachin
not sure if this is what you are looking for.
looking at your code you need to add a non window load, before you call start
onwindowload=function(){
start();
};
+ 1
Thanks to both of you..
😊😊