Help, im doing this Js COURSE AND I GOT SUPER CONFUSED WITH DOM. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Help, im doing this Js COURSE AND I GOT SUPER CONFUSED WITH DOM.

Fill in the blanks to select all images of the page and change their src attribute var arr = document. getElementsByTagName("_"); for(var x=0; x<arr.___; x++) { arr[x].___ = "demo.jpg"; }

12th Jul 2019, 4:02 PM
Cristi
Cristi  - avatar
1 Answer
+ 12
Answer is: 1) img 2) length 3) src
12th Jul 2019, 4:03 PM
VEDANG
VEDANG - avatar