Javascript Full Course for Beginners to Advanced

preview_player
Показать описание
Javascript is one of most popular languages for 2020. This language lets your build full stack applications using just one single language unlike many other languages

Easy to to learn and powerful, Javascript is a must. Upon completion of this course you will a solid foundation enabling to start to building backend applications using NodeJS and frontend applications using React of Vue

Let's go.

► Table of contents

00:00:00 - Intro
00:04:00 - Quick word before we begin
00:09:00 - What we are going to learn in this section
00:57:00 - The Setup
00:12:15 - Variables
00:18:43 - Objects
00:27:06 - Arrays
00:35:41 - Arithmetic Operators
00:39:47 - Functions
00:56:23 - Loops
1:05:40 - Break and Continue Keywords
1:10:15 - If Statements
1:16:04 - Switch Statement
1:31:43 - Logical and Comparison Operators
1:29:38 - Type Coercion
1:35:42 - Single vs Double Quotes
1:39:37 - Map | Filter | Reduce functions
1:48:17 - Callbacks
1:54:27 - Wrap up
1:55:16 - Name Exports and Imports
1:58:54 - Name Exports and Imports PART 2
2:00:58 - Default Exports and Imports
2:03:57 - Variable Scope and Let Keyword
2:06:05 - Const Keyword
2:09:40 - Template Literals
2:12:21 - Spread Operators on Arrays
2:17:23 - Spread Operators on Objects
2:19:35 - Arrow Functions
2:24:06 - Lexical and the this keyword
2:29:04 - Enhanced Object Properties
2:33:30 - Array Destcructuring
2:37:00 - Object Destcructuring
2:41:13 - More on object destcructuring
2:43:43 - Function Default Parameters
2:47:24 - Classes in a nutshell
2:49:17 - Creating classes
2:57:21 - Inheritance
3:07:40 - Static methods
3:09:38 - Promises Keynote
3:11:41 - Creating Promises
3:22:55 - Promises and Fetch API
3:30:51 - Generators Keynote
3:33:36 - Your first Generator
3:38:30 - More on Generators
3:42:27 - Coroutines Keynote
3:44:34 - Generators Promises and Coroutines
3:53:22 - Intro to Async Await
4:02:30 - From generators to Async Await
4:07:20 - Handling Errors
4:09:20 - Wrap up

Links

Next recommended courses

Ooops almost forgot


Catch you on the next one...
Рекомендации по теме
Комментарии
Автор

This is one of the most thorough tutorials I've had the honor of viewing!

TheRadistOne
Автор

DAMN
My fav youtuber dropping a 4 hour course on a language I wanted to look at.
My quarantine time will be good!

kimjeyong
Автор

Your tutorial should have millions of views. It was so detailed and each lesson were explained really well. Thank you for being a great teacher!

RampageVds
Автор

I am six months into my software development career, and your tutorial REALLY helped me. Thank you!

TerenceCole
Автор

00:00:00 - Intro
00:04:00 - Quick word before we begin
00:09:00 - What we are going to learn in this section
00:57:00 - The Setup
00:12:15 - Variables
00:18:43 - Objects
00:27:06 - Arrays
00:35:41 - Arithmetic Operators
00:39:47 - Functions
00:56:23 - Loops
1:05:40 - Break and Continue Keywords
1:10:15 - If Statements
1:16:04 - Switch Statement
1:31:43 - Logical and Comparison Operators
1:29:38 - Type Coercion
1:35:42 - Single vs Double Quotes
1:39:37 - Map | Filter | Reduce functions
1:48:17 - Callbacks
1:54:27 - Wrap up
1:55:16 - Name Exports and Imports
1:58:54 - Name Exports and Imports PART 2
2:00:58 - Default Exports and Imports
2:03:57 - Variable Scope and Let Keyword
2:06:05 - Const Keyword
2:09:40 - Template Literals
2:12:21 - Spread Operators on Arrays
2:17:23 - Spread Operators on Objects
2:19:35 - Arrow Functions
2:24:06 - Lexical and the this keyword
2:29:04 - Enhanced Object Properties
2:33:30 - Array Destcructuring
2:37:00 - Object Destcructuring
2:41:13 - More on object destcructuring
2:43:43 - Function Default Parameters
2:47:24 - Classes in a nutshell
2:49:17 - Creating classes
2:57:21 - Inheritance
3:07:40 - Static methods
3:09:38 - Promises Keynote
3:11:41 - Creating Promises
3:15:54 - Promise.all
3:22:55 - Promises and Fetch API
3:30:51 - Generators Keynote
3:33:36 - Your first Generator
3:38:30 - More on Generators
3:42:27 - Coroutines Keynote
3:44:34 - Generators Promises and Coroutines
3:53:22 - Intro to Async Await
4:02:30 - From generators to Async Await
4:07:20 - Handling Errors
4:09:20 - Wrap u

immortalaigs
Автор

I am an experienced C/C++/Verilog programmer and I wanted to do mobile application as a change while keeping embedded systems projects at home as a freelance, I want to say your course is really awesome, I am very glad that I know about you brother, I am a Muslim too, may Allah grant you Janna

ahmadalastal
Автор

The best tutorial of JavaScript in youtube, so professional. Thank you so much.

travisreacher
Автор

Fix for the NPM Error:
1st:
npm install

2:
npm remove node-sass

3: edit package.json
in "devDependencies" replace the older one with
"node-sass": "^6.0.1",

4:
npm install node-sass

5:
npm run devserver

Rais-gg
Автор

the content you provide for free makes you OG status, man. Thank you so much. As a student, I know that what school teaches is just the tip of the iceberg. I am practically a self taught dev. I set out to get a degree. But the whole process of learning how to code, the amount of skills to learn seems never-ending for me. There is always something to get better at. I love tech. I am still pushing to get that first internship/ job. But for now... It's learning, learn, learn, and practice more times over. Thank you once again!!

kendallwhite
Автор

This is the most clear explanation I have the honour to see from youtube. I've always liked when good tutors explain complex things in a simpler way and work upwards in complexity. Thank you! Keep up the good work.

doandadrestarahma
Автор

You are one of the few normal-speaking programmers that make tutorials on yt

nekojcovek
Автор

this guy is really a good teacher. he knows how to explain things in a more easier way.the concept that takes years to understand will take you days if u listen to his explanations. thanks for the good work bro.

douglaswasswa
Автор

When you're talking about the reduce function at 1:46:43, you're assigning values 'accumulator = 1 and current = 1', when it should be ' values accumulator = 1 and current = 2'. But love the content, keep up the good work

islamzanaty
Автор

I've seen a lot of thoroughly made tutorials, but this simply wins it for me. Please put out more contents as you find the time to. Thank you Nelson!

gookanga
Автор

I'm glad you exist. Typed javascript into youtube and kept scrolling down in hopes of finding one by you. I hope this video goes to the top soon.

georgesunnyt
Автор

I'm really proud of you Nelson. You're very explicit in teaching. I'm already taking my u-turn to be your student.

resilientprogrammer
Автор

Clicked as soon as i saw your face next to "javascript course." I work in tech sales and my data analyst peers were impressed with the queries i was able to write after completing your sql course in 4 days. Thank you for what you do!

Boxterr
Автор

Who dislike this video doesn't know that they are not interested in learn javascript. This video is want i am looking for javascript tutorial!!! Perfect!! :P :)

pratikgk
Автор

This my first time watching your tutorial, i found it helpful, been looking forward for a tutorial like this. Thanks a lot.

Ayorbami
Автор

This is one of the best Free Javascript course I have seen. I love the course structure and the attention you paid to details keep up the good work and stay safe.. Much love

okunspatrick