The Modern JavaScript Bootcamp
- Offered byUDEMY
The Modern JavaScript Bootcamp at UDEMY Overview
Duration | 32 hours |
Mode of learning | Online |
Difficulty level | Beginner |
Official Website | Go to Website |
Credential | Certificate |
The Modern JavaScript Bootcamp at UDEMY Highlights
- Earn a Certificate of completion
- 30-Day Money-Back Guarantee
- Full lifetime access & 128 downloadable resources
- Access on mobile and TV
- Instructor-Andrew Mead
The Modern JavaScript Bootcamp at UDEMY Course details
- This course is designed for candidates who want to learn JavaScript by building real-world apps
- Learn JavaScript by building three real-world web applications
- Gain a deep understanding of how JavaScript works behind the scenes
- Explore the latest cutting-edge features from ES6 and ES7
- Test your skills and gain confidence by completing over 80 coding challenges
- Learn how to deploy your application to the web so you can share them with everyone
- Learn how to use Promises and Async/Await with asynchronous JavaScript
- Get more done by learning how to debug and fix your code when things go wrong
- Get access to a free 80 page PDF guide with lecture notes, code samples, and documentation links
- In this course, you'll learn JavaScript by building three real-world web applications
- Gain a deep understanding of how JavaScript works behind the scenes
- Explore the latest cutting-edge features from ES6 and ES7
- Test your skills and gain confidence by completing over 80 coding challenges.
The Modern JavaScript Bootcamp at UDEMY Curriculum
Setting up your machine
Section intro: Setting up your computer
Installing Visual Studio Code
Installing Node.js
[Windows Only] Install cmder
Introduction to the Terminal
Hello JavaScript!
JavaScript Basics: Variables and Flow control
Strings and Variables
Numbers
More on Variables
Build a Temperature Converter
Booleans and Comparison Operators
If Statements
Advanced If Statements
Logical "And" and "Or" Operators
Variable Scope: Part I
Variable Scope: Part II
JavaScript Functions
Section Intro: JavaScript Functions
Function Basics
Undefined and Null
Multiple Arguments and Argument Defaults
Function Scope
Template Strings
Build a Grade Calculator
JavaScript Objects
Section Intro: JavaScript Objects
Object Basics
Using Objects with Functions
Object References
Build an Expense Tracker
Methods
Exploring String Methods
Exploring Number Methods
Constant Variables
Bonus: Variables with var
JavaScript Arrays
Section Intro: JavaScript Arrays
Array Basics
Manipulating Arrays with Methods
Looping Over Arrays
The For Loop
Searching Arrays: Part I
Searching Arrays: Part II
Filtering Arrays
Sorting Arrays
Improve Our Expense Tracker