JavaScript Link Problem | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

JavaScript Link Problem

What did I do wrong with the links here? I need to be able to use a source. https://code.sololearn.com/WSQ18U2atj6G/?ref=app

19th Nov 2018, 5:39 AM
Yosharu
Yosharu - avatar
1 Answer
0
You cant access the image element like that, use document.getElementsByName('slide').src=newImage
19th Nov 2018, 7:12 AM
Taste
Taste - avatar