This project is your ultimate geek-out destination, featuring a curated list of the coolest YouTube channels for nerds.From tech talks to DIY guides, we’ve got you covered. So, check this out and never stop learning ! 👇
📌 SPECS:
✨ Repetition of Lists ( Iteration of ARRAYS )
✨ Functions ↓
✨ Array (list) where the first index of a list is ALWAYS 0
✨ for ( ) { } : JS command for list repetition
✨ Loop : main structure that determines if it is executable or not
✨ Iteration of Arrays = JS Repetition Structure
✨ ⇢ | var i | var i < | i++ | = | beginning | condition | end (loop iteration) |
✨ Use of Functions to integrate HTML and JS