In this video we go over how JavaScript works if you know Python already. These languages are very similar, so sometimes all you need is a quick outline what the differences are in syntax and what you can do. Then all of a sudden you know two languages! If only spoken languages were that easy...
Node & npm Download: https://nodejs.org/en/download
Join my Discord at / discord
Thanks for watching! ❤️
Timestamps:
0:00 Intro
0:46 Do you know Python?
1:06 How to run JavaScript
3:27 Code examples!
3:56 Comments
5:15 Variables
7:50 Printing/Logging
8:29 If-statements and blocks
12:07 Functions
13:03 Classes
17:08 Lists/Arrays
18:10 Dictionaries/Objects
19:38 Variable Scoping in JavaScript
23:54 Counting in a for-loop
26:15 Arrow functions vs Normal functions
27:21 Overriding stuff
29:24 Packages!
30:22 How to use npm