JavaScript Crash Course 2021

preview_player
Показать описание

In this JavaScript crash course, you will learn the following topics:
Variables, Data types, Array, Object, Function and many more.

Related crash courses:

ℹ️ Websites used in this video:

🕒 Timestamps:
00:00 Introduction
01:19 Set up environment
02:25 Create a new project
03:18 Run JavaScript in browser
08:31 Run JavaScript using Node
12:18 Variables
15:37 Data types
23:36 Constants
25:46 Primitive type
26:36 Dynamic typing
27:50 Object
32:38 Array
36:42 Function
40:08 Arrow Function ES6
46:47 Outro

🛡️ COVID-19 Live Now:

🌎 Find me on:

#javascript #tutorial #crashcourse
Рекомендации по теме
Комментарии
Автор

Appreciate you taking the time to build an updated course for 2021!

michaelmin
Автор

Thanx a lot bro, I needed a reminder after a long time of not practicing ... Thanx

waseemhaddad
Автор

I'm currently learning css from another channel I didn't know your channel and i was searching for JavaScript tutorial and i found yours I'll be watching it after css..hope you will bring more things

rishadali
Автор

If you want to have a quick server to test your code, you do not need to create node project with npm init and etc. Thats an overkill. Just run command:
npm install -g http-server

This will install very simple http server. So now from the same directory where your index.html file is, run a simple command:
http-server

Thats it, go to your browser and enter: localhost:8080 address.

Another way is to use python if you have one installed:
python3 -m http.server 8080

Do not forget after some changes to use CTRL+SHIFT+R for reloading your page and at the same time cleaning the cache.

Simon-ikkb
Автор

THanks. short and covers most of the content.

jay-rathod-
Автор

Excellent video. Thanks for making the course.

tonyta
Автор

Your Content is so awesome Sir! I loved your teaching style and you helped me a lot to start with js, with this awesome crash course, please make sure to launch courses in udemy or a big platforms...

Thank You <3

dakshjoshi