Learn Loops in JavaScript!

Опубликовано: 13 Июль 2026
на канале: hinode codes
11
1

Hi guys! Welcome to another video.

Today, after a while, I managed to record a video without my current device lagging as much, so here we are. Hooray!

I talk about loops (while and for loop) in JavaScript today, and how we can make an object iterable using the in-built Symbol object.

This idea of talking about loops got in me when I saw this wonderful code in watching DOM mutations (changes in the DOM, like classes, attributes, etc.) elegantly:
https://github.com/sindresorhus/dom-m...

Thank you for watching!