I've tried this, but the problem is, on the compare, it's checking the value of stringID, which is document.sel..... and not the value of the value in the variable. Can someone give me a hand on this?
Looping and branching statements are fundamental building blocks in modern software. This course will help you deepen your knowledge of these concepts in JavaScript. Important This is a "starter" repo ...
We need you! These exercises are built and maintained in collaboration with contributors such as yourself. If you find any bugs or misspellings, please contribute and/or report them. You can open ...
I've got some code that needs to loop through about ten thousand element IDs and do stuff to them. It's really simpler than it sounds -- -- That works fine with a number like 10000. But the number i ...