Hi there, awesome repo btw! Just found this minor issue under webdev JavaScript Basics - Arrays:  The while-loop condition should probably say "The loop will stop will stop when the condition is **not** met" or `false`.
Hi there, awesome repo btw!
Just found this minor issue under webdev JavaScript Basics - Arrays:

The while-loop condition should probably say "The loop will stop will stop when the condition is not met" or
false.