Get The Complete Front-End Web Development Course on Udemy!
http://bit.ly/2y2Nee7
Check out the Learn to Code Course Bundle!
https://josephdelgadillo.com/product/learn-to-code-course-bundle/
If you want get started as a front-end web developer, you will LOVE this complete JavaScript tutorial! JavaScript powers the majority of websites/webapps, so it is an essential language to know for any aspiring web developer.
If you would like to watch the videos with English subtitles, you can find them in the following playlist on YouTube 🙂
Topics covered in the video:
- Introduction to JavaScript
- Alerts and console logging
- Integers, strings, and variables
- Undefined variables and modifying variable values
- Boolean operators
- Comparing values
- If statements
- For loops
- Defining functions
- Event handling
- Setting an elements inner HTML
- Arrays pt.1
- Arrays pt.2
- Arrays pt.3
- Textareas and getting the values of inputs
- Functions – parameters and return values
- Multiple function parameters
- Flexible function parameters
- Find the missing number exercise
- Exercise solution
- Classes intro
- Class constructor, instance variables, and static variables
- Extending classes