+ 1
Why do the 29th line doesn't work ?
Hello I want to add "e" in the news section in line 29th of js but it doesn't work https://code.sololearn.com/WWhCDj58O2V2/?ref=app
6 Answers
+ 2
1 issue might be that the image path is not valid.
+ 2
Chris the system.phones.images doesn't have a valid path for images.
It should be like http://www.host.com/image.jpg
+ 2
Then try to separate the things in system. Another issue might be that you were trying to access all the elements in loop.
Hard to tell.
THE only suggestion i can give is separate all the functions and objects from the top level function
0
I don't understand
0
It doesn't work too :( I tried with a jpg image
0
Ok I'm gonna try this