Javascript for beginners
About Course
This is a 36+ hour in-depth course that will take you from the absolute beginning of JavaScript, learning about data types, functions and loops to learning DOM manipulation, asynchronous JS with promises, async/await and much more. You will even learn how to write unit tests for algorithms. We go into how JavaScript works under the hood including execution context, the call stack, event loop, etc. We learn about Webpack tooling and how to create a modern development environment. At the end, we build a Node.js/Express API with a custom Webpack frontend.
All of the code in the learning modules will go into a folder called “JavaScript Sandbox”. This is so we can keep things organized and you can always refer back to it for any code snippets that you may need. All of the final and starter code for the projects is included as well as links to the GitHub Repos.
WHAT YOU WILL LEARN
- Basics & Fundamentals: Data types, let & const variables, functions, conditionals, loops, object literals, etc
- Data Structures – Arrays, objects, maps, sets as well as custom data structures like stacks and queues
- DOM Manipulation – Selectors, traversing the DOM, show/hide, creating & removing elements, event listeners
- OOP – Constructor functions, prototypes, inheritance, classes, protected properties, getters/setters
- Async JS – Ajax & XHR, Fetch API, callbacks, promises, async / await
- Error Handling – Try…Catch, HTTP errors
- Web & Browser APIs – Canvas, geolocation, audio/video, web animations API
- Modules & Tooling – CommonJS & ES Modules, Webpack, plugins, loaders, modern dev environment & workflow
- Unit Testing Algorithms – Learn the Jest testing library and algorithms like palindromes and anagrams
- Node.js & Express – Learn about Node modules, NPM packages and build a REST API with Express & MongoDB
- Full Stack Development – We build an API with Express and a frontend with Webpack. No frontend frameworks!
- So So Much More!
Refund: If Refund will be approved then it will be credited to your account within 1-7 business days
Cancellation: cancellation will only be considered if the request is made 7 days of placing the order
Course Content
Javascript for beginners
-
1 Welcome To The Course
02:40 -
2 Comments Shortcuts
07:01 -
Variables Constants
11:28 -
Data Types
00:00 -
Primitive vs Reference Types
07:07 -
Type Conversion
00:00 -
Operators
00:00 -
Type Coercion
00:00 -
Working With Strings
00:00 -
Capitalize Challenge
00:00 -
Working With Numbers
00:00 -
Local Storage Crash Course
00:00 -
Add Items To Local Storage
00:00 -
Display Items From Local Storage
00:00 -
Remove Items From Local Storage
00:00 -
Set Item To Edit
00:00 -
Update Item Reset State
00:00 -
Prevent Duplicate Items
00:00 -
Deploy To Netlify
00:00 -
Section Intro
00:00 -
Under The Hood Thread Of Execution
00:00 -
Under The Hood How Async JS Works
00:00 -
setTimeout clearTimeout Functions
00:00 -
setInterval clearInterval Functions
00:00 -
Callbacks
00:00 -
Crash Course On HTTP Requests
00:00 -
DevTools Network Tab
00:00 -
AJAX XHR Object
00:00 -
Joke Generator Project Challenge
00:00 -
Callback Hell
06:53