
Begin your JavaScript journey with this intro, recognizing JavaScript is essential today and can be challenging. Practice the exercises beyond the course and think like a real developer.
Learn JavaScript types by exploring numbers, strings, and booleans, with hands-on practice in console logs, type conversion, concatenation, and escaping quotes, plus setup tips for VS Code and browser experiments.
Explore JavaScript comparison operators, including greater than, less than, greater or equal, and not equal, with explanations on strict equality by value and type.
Explore JavaScript objects as the second data structure, using properties and dot notation to access values, and manage arrays of objects, empty objects, empty arrays, and methods.
Explore how to select DOM elements using tag name, class name, id, and query selectors; manipulate attributes, class lists, and content, and understand caching for efficient DOM access.
Create a new list element with document.createElement, set its class and id, assign text content, create and append a span, then append the item to the ul using appendChild.
Explore dom keyboard events in javascript, including keydown, keyup, focus, blur, and cut and paste, with hands-on practice wiring input listeners and inspecting event properties like key and keyCode.
Explore the importance of ECMAScript 2015 features and how Babel enables transpiling newer code to widely supported JavaScript across browsers, bridging background knowledge and modern development.
Explore how JavaScript uses type coercion to convert values between data types, and compare with the three equals sign versus the double equals sign, including practical examples from the lecture.
Master how Ajax updates pages without a refresh by exchanging data with servers using fetch. Use promises and JSON to handle responses and access data on the client side.
Master JavaScript explains callbacks and asynchronous programming, including anonymous functions and setTimeout, highlighting non-blocking execution, callback hell, and how promises solve it.
Explore es9 features in ecmascript 2018 by using the spread operator for arrays and objects, passing array elements as function arguments, and extracting rest values to manage car stock data.
Learn how JavaScript modules organize code through named and default exports, and how to import them with various syntax, while discussing bundlers, Babel, and browser support.
The course/resource files are not in this lecture they are located in Lecture 1. JavaScript Fundamentals.
Sorry for the confusion. I cant put the lectures in the free preview lecture.
Explore JavaScript fundamentals and set up your development environment, from choosing a text editor to launching a local server and creating your first index file.
Explore operator precedence in JavaScript through hands-on examples, showing how brackets, unary negation, and arithmetic operators interact, and how the precedence table determines evaluation order.
Master if else statements in JavaScript by learning how conditions trigger actions and how the else block handles alternative paths. Explore booleans, true or false values, and practical examples.
Learn to traverse the DOM by selecting and manipulating lists with querySelector and querySelectorAll, access children, first and last elements, and navigate the HTML collection, parent and sibling relationships.
Learn to use local storage and session storage in JavaScript to setItem, getItem, removeItem, and clear key-value data, noting local storage persists after close and session storage does not.
Learn to build a dynamic to-do list by creating and displaying list items, handling form submission, and storing tasks in local storage using JSON, with DOM manipulation.
Display items stored in local storage with a forEach loop, synchronize the UI, and implement a clear button that removes items from the DOM and local storage.
Trigger the roll dice button to generate a random number from one to six with Math.random and Math.floor, then display the corresponding dice image on the GUI.
Toggle between active players, calculate each player's dice roll, and update per-player and final scores using display logic and a ternary operator, stopping when a player reaches twenty.
Explore JavaScript built-in constructors: string, number, boolean, and regular expressions, and how the new keyword creates objects, not primitives, with === and == comparisons.
Discover first-class functions in JavaScript by treating functions as objects: pass them as arguments, store them in variables, and return them via callbacks, illustrated with array and date examples.
Learn modular architecture by structuring a to-do list app into graphical user interface, calories, and main modules, connected by a bridge main controller to manage data encapsulation and interactions.
Read form data and connect the main controller with the UI using a public getFormData function. Centralize class names in a private object to maintain type, description, calories, and quantity.
Learn to dynamically store calories with a unique id in storage, compute the next id from the last entry, and handle the zero-length scenario.
Learn to fetch stored calories and display them in the UI by returning the calorie object from the app UI controller, building type-specific markup, and injecting it with DOM manipulation.
Learn to format calories with two decimals and thousands separators using string manipulation and encapsulated private functions, applying tests in the calories controller.
Explore ES6 features, including blocks and let/const, rest and spread, maps, classes, and default parameters. Understand browser compatibility and why ES6 matters for modern JavaScript, with promises and native modules.
Explore how to declare variables with let and const, understand when to mutate values, and compare function scope versus block scope, including the temporal dead zone in ES6.
Explore ES5 and ES6 blocks and IIFEs, and learn how block scope enables data encapsulation and privacy, contrasting function scope with curly-bracket blocks.
Explore template literals with backticks for easy string construction, interpolation with ${}, and multi-line output, using string methods like startsWith, endsWith, and repeat.
Learn to design a traffic light from scratch using css and sass, apply box-shadow techniques, border-radius, flexbox layout, bem naming, and gradient mesh visuals.
Explore for of loops, break and continue, and how to use findIndex, find, and Array.from to search arrays, convert node lists, and manipulate traffic-light style examples.
Learn how default parameters preset function arguments to avoid undefined values, using simple defaults and the ternary operator to handle missing inputs in a JavaScript function constructor example.
Course Requirements
In order to follow me in this course, no coding experience is necessary, I will take you from the very beginning and will turn you into an expert.
During this course, I'm using Windows but any OS will work — Windows, macOS, or Linux. Together we will set up the text editor we need to for the course.
It is always recommended to have a basic understanding of HTML and CSS, that will be helpful but not a must! The course also includes a section of CSS, SASS, HTML intro so you can navigate easily.
Description
*** The #1 Complete JavaScript course on Udemy! ***
JavaScript is the leading #1 programming language and the question is do you want to master it?
If you are tired of wasting your time and money on watching random YouTube videos or taking JavaScript courses that are not complete, simple, or complex?
Are you struggling to deeply understand ow JavaScript really works behind the scenes and how to apply your knowledge to real projects?
If the answer to my previous questions is YES... Then this is the course that will change all of that. This is what you have been looking for so long!
What this course will cover?
This is not just a JavaScript course, this course will offer you much more, modern CSS, HTML, and JavaScript practices. All of the current versions of JavaScript are included.
I will take you from being a complete JavaScript beginner to be a professional advanced developer. This course will help you learn how JavaScript works and how to code, solve problems, and debug. Along the course, you will learn how to structure and organize code using common JavaScript patterns, module patterns, and modern Architecture.
So, what are you waiting for come and join me on this awesome journey where I explain everything on the way with great detail and a large number of exercises!
This course will help you to understand how, and why JavaScript code is working. Where to apply your knowledge and how to be a perfect debugger, to train your eye for mistakes and fix them.
Now I want to be clear this course will contain a lot of coding challenges, projects, and theory lectures. So, you need all of these in order to build real-world projects.
This course is different because it's not just about writing code, it's also about how and why code works the way it does. Because it's the perfect mix between theory and practice. Because it focuses not only on small coding examples but also on real-world projects and use cases.
This will empower you to be a capable JavaScript Developer so you can write, understand, and debug JavaScript code using all the latest techniques that we will cover.
What will be covered in this course
In short all of the versions staring from ES5, ES6, ES7, ES8, ES9, ES10, ES11, and any ESNEXT version,
JavaScript fundamentals like:
variables,
data types
Boolean logic
if/else statements
loops
ternary operators
functions
objects
arrays
and my hands are tired of typing but much more.
In order to understand JavaScript and how it truly works behind the scenes, you will learn in-depth about
Execution contexts
scoping
the 'this' keyword,
and more....
JavaScript and Website Interaction-one of my favorite parts:
DOM manipulation
Select and change Webpage Elements,
DOM Events.
We will cover much more complex features like
Function constructors
Prototypal inheritance
First-class functions
Closures,
The bind and apply methods, and more.....
•At this stage we are having chance to code up 3 beautiful real-world apps where you can apply your knowledge and learn the new concepts
(Note provided the starter HTML and CSS code for these projects).
• Design is a very important and elegant thing so you will learn how to use
modules and functions so you can separate your code and that will allow you to create data privacy and encapsulation, and why that is something very important.
•What's new in ES6 / ES2015 the biggest update for JS.
•You will learn about Asynchronous JavaScript: the event loop, promises, async/await, AJAX calls and APIs, promise all, Promise Race, Promise Reject, Promise settled.
• Modern JavaScript 2020 where you will learn how to set up a modern development workflow using Node.js NPM, Webpack, Babel, and ES6 modules.
So, is this course the right one for you?
Student #1: I want to gain a deep understanding of how JavaScript works and I would love to learn as much as I can: I want to learn JavaScript.
Student #2: I have taken another JavaScript course but they are confusing and hard so:
1) still don't really understand JavaScript
2) still don't feel confident to code real-world apps. Then there is no brainer take this course it will be a perfect match for you!
Student #3: I'm interested in using popular libraries/frameworks like React, Angular, or Node.js but I can't understand how they work.
1) Well, JavaScript is the one that needs to be taken before using popular libraries. This course will give you the knowledge to learn them all.
Student #4: You want to get started with web development: Them Master JavaScript is a great course where you can learn JavaScript language and learn how to code.
Still not sure?
Access to HD quality videos for life.
No monthly subscription.
Learn at your own pace, whenever you want, how much you can.
English Language captions provided by Udemy.
All resources are available like the starter and final code for each section. Lectures are also included
Q&A when you have questions or get stuck.
Multiple coding challenges to apply and practice your skills (solutions included).
Now if this sounds like a good option for you then please lets both you and I start this adventure today by clicking the “Take this course" button, and join me in the only JavaScript course that you will need!
Who this course is for:
This course is for someone that wants to gain
deep understanding of the most popular programming language in the world: JavaScript.
If you are a student and want to learn a web development language that sits in the first 4 always
If you're interested in using popular libraries/frameworks like React, Angular, or Node then you need this course.
In general: JavaScript is a great language to learn how to code and that makes this course irresistible.