Javascript in 1 min (Variables, Dictionary, If, Function, Loop)
Javascript for browsers;
Every web server => HTML + CSS + Javascript
DevTools Console = same with <Script>
5 things to remember = Variables, Dictionary, Function, If, Loop
Variables (console.log)
List: to list things such as below:
So order is pretty important in variables. (0, 1, 2)
2. Dictionary => key : value
fyi :
3. Function
- 4. If


1. 5\. Loop (plays with the list)


\[i\] keeps functioning till a\_list.length
a\_list.length = 4

{dictionaries} inside the \[list\]


then there comes the scores only.
Those names who have more than 70 will appear..