Skip to content

FabianaCampanari/NerdFlix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

📺 NerdFlix


A Collection of The Best YouTube Channels for Nerds.


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 ! 👇

< made with vibe, frequency & joy /> 🪬


📌 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