ronreiter / interactive-tutorials

Interactive Tutorials
Apache License 2.0
4.03k stars 2.56k forks source link

Removed "=" in Loop Condition on Loops.md #608

Closed mayurmarvel closed 3 years ago

mayurmarvel commented 3 years ago

As the Array index starts with 0 there is no use for "=" operator while dealing with Array.length. Typing a "=" operator along with less than operator will not give the Expected Output and shows a "Undefined Value" in Output. Thanks learn-js.org!