JavaScript Programming Tutorial for Beginners

preview_player
Показать описание
00:00:00 - intro
00:06:01 - Getting started
00:15:51 - NodeJS, VS Code Installation
00:22:00 - Variables in JavaScript
00:38:13 - Constants in JavaScript
00:42:31 - Data types
01:03:02 - History of JavaScript
01:22:01 - Type Conversion & Coercion in JavaScript
01:34:25 - Arithmetic Operators in JavaScript
01:45:25 - Relational operators in JavaScript
01:55:11 - Logical Operators in JavaScript
02:02:12 - Conditional Statements If Else in JavaScript
02:14:04 - Ternary Operator in JavaScript
02:18:56 - Switch Statement in JavaScript
02:26:26 - Template Literal in JavaScript
02:31:03 - While loop in JavaScript
02:41:49 - For Loop in JavaScript
02:48:00 - While vs For Loop | Which to use and When?
02:54:31 - Objects in JavaScript
03:04:20 - Complex Object, Delete Property in JavaScript
03:13:26 - For in loop in JavaScript
03:17:18 - Functions in JavaScript
03:22:01 - Function return and passing
03:26:42 - Function Expression in JavaScript
03:30:38 - Local-Global Variable | Default Value in JavaScript
03:36:41 - Arrow function in JavaScript
03:42:12 - What are Methods in JavaScript?
03:46:16 - What is this? | JavaScript
03:52:17 - Why it is called THIS?
04:03:12 - Constructor function in JavaScript
04:10:17 - Creating Array and Fetching Elements in JavaScript
04:17:04 - Different types of data in Array
04:21:13 - Array methods in JavaScripts
04:27:20 - For of Loop with an Array in JavaScript
04:31:58 - Array Destructuring in JavaScript
04:41:02 - Array forEach Method in JavaScript
04:47:06 - Array Method filter map reduce
04:56:16 - Set in JavaScript
05:02:51 - Map in Javascript
05:10:02 - What is Recursion? | JavaScript
05:17:14 - Factorial using Recursion | JavaScript

Check out our courses:

Coupon: TELUSKO10 (10% Discount)

More Learning :

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

Thank you for the detailed history...kinda raise my motivation towards this language. I really like how you structure your teachings. Thank you.

imoleBytes
Автор

Your teaching approach is so unique and boil all things down to students head! Great!

mdbillah
Автор

Dear sir
You are a real Guru
As student with blank topic knowledge vs who is having leberal knowledge of topic both of them get equal interest in learning

pramodtakwale
Автор

I like the way you make your videos. Thank you for it, I learn every time what you create. You are a great teacher.

CharlesSmall
Автор

thanks a lot sir
please make a similar series for data structures and algorithms

KaranSingh-vgpe
Автор

Hi
I'm Issaka from Ghana and a teacher.
In fact your teaching approach is unbelievable.
I'm completely absorbing everything you are teaching without any difficulty.
My confidence level is very high now, all because of you.
Thanks so much.

issakayussifosman
Автор

l like the way that u r teaching from scratch to end, being am a beginner easy to understand each and every line in this tutorial 😍

Mo_GoT
Автор

With in two days I learnt all these lectures thank you great you tube channel

keerthigeetha
Автор

The course I needed most at this time ❤

ganeshpadval
Автор

I am gonna do it tonight...
It's like you magically read my mind or I magically found your course at the right time. But whatever way it was, it's super!

triprjt
Автор

You are by far the best teacher on Youtube

RichardAK
Автор

Thanks for this wonderful JS video. Awesome teaching.

rpsmarties
Автор

i can't beliave, i lerned python from you and i was about to learn js, and all of a sudden i see this :) can't be more happy

faridjafari
Автор

Excellent master....
No one can beat u sir

sreedharlikit
Автор

Thank you Mr Narvin Reddy. the best content all the time. Thanks to you I learned Python, Django i have been finding Javascript difficult until I watched this.
can you please do similar for Vuejs. Keep up the good work hopefully i meet you someday

nelsoncarter
Автор

Thank you! Just finished this tutorial.

opeakint
Автор

I wanted a quick js tutorial before I headed to nodejs this helps me alot thank you❤

kalpanasooripogu
Автор

3:42:00:
let add = function(num1, num2)
{
num1 = Math.abs(num1)
num2 = Math.abs(num2)
return num1 + num2
}
let sum = add(5, -6)
console.log(sum)

utkarshjoshi
Автор

It was a great course. I learned a lot about JavaScript in a very simple ways. Thank you very much.I have learned many technologies watching your videos. Thanks to you.

jhumkimodak
Автор

Thank you ! for making this course as it was very helpfull for me to understand the fundamental of this language, i am going through the Freecode camp Javascript couse and it was a pain, to understand the fundamentals, i have really understood what you thaught in this Course, Thanks Again, you are an Awesome Alien 🤣

peacemaker