03:36:16 -- In this example toLowerCase function is not included so the o/p will not be as shown I.e cities.forEach((city) => lowerCased.push(city.toLowerCase()));
Please is channel ko aage bdha do yrr..Bina kisi notanki k bhaiya kitne simple tarike se sb kuchh sikha rhe hai.. please sb milke inki help kro ..or jada se jada share kro video ko please sbse request h ..😊😊😊😊
I just finished watching your full course on JavaScript, and I am absolutely blown away. Thank you so much for creating such an incredible resource. The way you explained complex concepts in a clear and concise manner made it so much easier for me to grasp the foundations of JavaScript.
You're great sir. I watched your video even after watching 10+ hrs of other videos too but those videos does not make any sense as I don't understand anything from it and you just simply made it easy and understandable. Thanks it took me 15 days to complete it. Hardwork pays off!
I have discovered your channel just a month ago , and seriously I gain much more confidence on JavaScript then before. Sir You are a great teacher❤❤Your every video really a masterpiece . Thank you so much sir. Please upload content on live small React project. Currently I am learning React. Paid courses also have no compare to your content,100% True solid knowledge. "Agar koi aeisa banda bhi aapka video dekh liya ekbar,jisko kuch knowledge hi nhi hai, vo bhi 3 months mei ek front end developer ban sakta hai" great teacher ! great content ! this channel really deserve Millions of views.
Awesome course just finished in 8 days. Loads of content . Revised old concepts and learned new one. Heading to Reactjs Hope so you make NextJs indepth tutorial too. You are awesome Abhishek sir 🙏🙏
Sir you are awesome.apke jaisa teacher abhi tak nahi dekha . simple launguage me padhate ho sir app . Sir you are awesome 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏 Salute sir ji
Completed 1 hour of this lecture, Understand each and every basic concept, I will comment on completion of every hour of this video Completed 2 hour of this lecture ,understand control flow
Superb course Abhishek sir. I started React Native but I was finding it difficult as I am from mobile background and no knowledge of JS. This master class helped me a lot to clear the concepts. Now I am feeling very much confident. Thanks very much again sir.
Love from Dhaka, Bangladesh Sir. Your course is catchy to me. Easy and understandable. Your teaching method is fantastic like my dost. Truly admire and hugely appreciate your efforts. Kudos.
Great content and the way you have simplified the things is awesome!! Sir, Please make a combine video of revision notes videos , it will help us to quikly revise whole concepts.
Awesome course in Hindi, instructor ne jis simple way mein samjhaya hai vah PERFECT hai, at last i wish to say God Bless You, keep on creating such wonderful courses
Sir, you explained the secret of JavaScript, that no one other can do 😊😊😊. I also watched the react js tutorial of coder dost more than 5 times, I became master in frontend.
Sir you are an amazing teacher, before attending this course I was really scared in JS but you teach everything so well and I really appreciate your hard work you put in making this course . May god bless you and I hope you always teaching us like this.
Hello sir, ek baat batana chahta tha, Aap na teaching keliye hi bane ho, kya padhate ho aap, mujhe JS hard lagta tha halaki me not-technical background se hu but aapka video dekhne se ye JS ka dar khatam ho chuka hai, salute hai bhaii aapko, Ummed krta hu aap esehi padhate rahenge. Thank you so much dost❤
Sir, everything you have mentioned is great. However, it would be even better if there were time stamps attached to the content. This would make it easier for me and other. to revise specific parts as needed.
sir, you are way better than paid courses yet you are underrated, thankyou so much for this wonderful easily understandable lecture. so grateful of you😇😇😇
@@kizigamer6895 this is a custom theme which you can build using settings.json in VScode and change each element by yourself. search on google of "workbench.editor vscode"
sir I really appreciate your wonderful work, this is the true meaning of selfless service to mankind, and as you are using Hindi language, I am assure that many good software developer will come from the downtrodden part of society as well,I am really a big fan of your simplicity..
You are the GOAT sir . Your teaching style is perfect. This is the best Javascript course even better than paid ones. Thanks a ton for your valuable content sir🙏
You mentioned that we cannot sort numbers using the sort method and that it is only possible for strings. However, when I checked in my VS Code, it worked as you said. But in online compilers like Programmiz, I can sort my array that contains numbers using the sort method
Wow moment for us we get such amazing tutorials from you. kindly also make real world projects with advance features like serverless fn. or edge fn. from vercel, graph QL, SSR, etc. there are no real world mern projects in hindi. waiting such advance content from you in future.
Thank you so much for this... 😍😍😍😍😍 Really appreciate it 😊 .. waiting for next part.. and your notes .. again than you for this.. 😍 it helps me alot to learn JavaScript 🎉
Course Page. : github.com/coderdost/JavaScript-Course-2023
Slides : github.com/coderdost/JavaScript-Course-2023/raw/main/slides.pdf
00:00:00 Intro and Setups
|-Chapter 1 Data Types
* 00:07:55 1.1 Adding Javascript
* 00:12:11 1.2 Variables
* 00:16:10 1.3 Data Types
* 00:20:40 1.4 Strings
* 00:25:19 1.5 String Methods
* 00:36:39 1.6 Numbers
* 00:41:40 1.7 Loose Equality Vs Strict Equality
* 00:44:14 1.8 Type Conversion
* 00:48:12 1.9 Arrays
* 00:55:35 1.10 Boolean Values And Comparison Operators
* 00:58:34 Revision
|-Chapter 2 Control Flow
* 01:12:49 2.1 For Loop
* 01:18:56 2.2 While Loop
* 01:25:20 2.3 Do While Loop
* 01:27:00 2.4 if / else if / else
* 01:32:26 2.5 nested if statement
* 01:34:37 2.6 Break And Continue
* 01:39:09 2.7 Logical Operators
* 01:45:21 2.8 Variable and Block Scope
* 01:49:22 2.9 Ternary operator
* 01:53:52 2.10 Switch statement
* 01:56:26 Revision
|-Chapter 3 Functions
* 02:03:26 3.1 function and function expression
* 02:07:22 3.2 function parameters and arguments
* 02:11:29 3.3 Return statement
* 02:15:58 3.4 Arrow Function
* 02:19:05 3.5 Higher Order Function - Callbacks
* 02:23:13 3.6 Higher Order Function - Returning functions
* 02:27:31 3.7 IIFE
* 02:29:19 3.8 setTimeOut And setInterval
* 02:35:02 3.9 Hoisting
* 02:37:50 Revision
|-Chapter 4 Objects
* 02:45:01 4.1 Object Introduction
* 02:53:56 4.2 Function Vs methods
* 02:56:57 4.3 “this” keyword
* 03:02:41 4.4 forEach Method
* 03:05:08 4.5 Objects inside Array
* 03:08:20 4.6 Math Object
* 03:12:15 4.7 Call, apply and bind
* 03:26:27 4.8 Pass by value and pass by reference
* 03:30:58 4.9 for-in loop
* 03:33:16 4.9 Chapter 4 Revision
|-Chapter 5 DOM
* 03:42:02 5.1 DOM Introduction
* 03:46:08 5.2 Query Selector
* 03:51:43 5.3 Other Ways to access Elements
* 03:56:58 5.4 innerText Vs innerHTML
* 04:02:26 5.5 Getting And Setting the Attribute
* 04:06:10 5.6 Adding the style
* 04:08:10 5.7 Add, Remove And Replace Class
* 04:10:50 5.8 Parent Children and Sibling
* 04:17:31 5.9 Event Basics
* 04:26:31 5.10 Creating And Removing Element
* 04:29:18 5.11 Bubbling And Delegation
* 04:35:42 5.12 More Events
|-Chapter 6 DOM - Forms
* 04:39:35 6.1 Submit Event
* 04:46:35 6.2 Regular Expression
* 04:55:19 6.3 Basic Form Validation
* 04:59:16 6.4 Keyboard Event
* 05:04:10 Revision
|-Chapter 7 Array Methods
* 05:12:44 7.0 Array Methods
* 05:17:52 7.1 slice
* 05:20:31 7.2 splice
* 05:24:42 7.3 at
* 05:28:35 7.4 Map
* 05:32:08 7.5 Filter
* 05:35:24 7.6 Reduce
* 05:38:36 7.7 find
* 05:41:32 7.8 findIndex
* 05:44:36 7.9 some and every
* 05:49:24 7.10 flat Method
* 05:53:59 7.11 flatMap Method
* 05:59:25 7.12 Sorting arrays
* 06:06:44 7.13 Chaining of methods
* 06:09:21 Revision
|-Chapter 8 Date
* 06:18:43 8.1 Date And Time
* 06:24:37 8.2 Date And Time Methods
* 06:28:14 8.3 Digital Clock
|-Chapter 9 LocalStorage
* 06:31:47 9.1 Local Storage intro
* 06:34:01 9.2 Set and Get items
* 06:38:11 9.3 Deleting Items
* 06:39:34 9.4 Store Complex data
|-Chapter 10 OOP
* 06:44:42 10.1 Constructor and NEW operator
* 06:51:30 10.2 Prototypes
* 06:56:13 10.3 Prototypical inheritance
* 07:02:18 10.4 ES6 Classes
* 07:08:28 10.5 setters and getters
* 07:14:27 10.6 static methods
* 07:18:13 10.7 Class Inheritance
* 07:23:37 10.8 Inheritance by Prototypes
* 07:30:16 10.9 Chaining of methods
* 07:33:05 Revision
|-Chapter 11 Async JS
* 07:41:41 11.1 Async Code
* 07:44:41 11.2 XML Http Request
* 07:50:16 11.3 Status code
* 07:52:46 11.4 Call back Function
* 08:00:34 11.5 Extracting JSON data
* 08:04:01 11.6 Callback hell
* 08:09:10 11.7 Basics of Promise
* 08:16:48 11.8 Chaining of promise
* 08:20:06 11.9 Fetch API
* 08:22:53 11.10 Async Await
* 08:26:39 11.11 Custom Errors
* 08:29:13 11.12 Async Await without return statement
* 08:32:16 11.13 Error Handling using try catch method
* 08:36:10 Revision
|-Chapter 12 ES6
* 08:44:03 12.1 Array De-structuring
* 08:52:45 12.2 Object De-structuring
* 09:02:09 12.3 Spread Operator
* 09:07:59 12.4 Rest Operator
* 09:11:39 12.5 Short Circuiting
* 09:16:26 12.6 Nullish coalescing operator
* 09:18:22 12.7 for-of loop
* 09:22:15 12.8 Enhanced Object Literals-shortcuts
* 09:26:13 12.9 Optional Chaining
* 09:31:37 12.10 Looping Objects
* 09:36:22 12.11 Sets
* 09:40:32 12.12 Map Intro And Map Iteration
* 09:44:53 Revision
|-Chapter 13 Modern Tooling
* 09:54:46 13.1 Importing and Exporting ES6 Modules
* 10:06:32 13.2 Top level await ES2022
* 10:10:17 13.3 Module pattern
* 10:14:17 13.4 Intro to NPM
|-Chapter 14 Advance Concepts
* 10:19:56 14.1 Closures
03:36:16 -- In this example toLowerCase function is not included so the o/p will not be as shown
I.e cities.forEach((city) => lowerCased.push(city.toLowerCase()));
sir pdf download nhi ho rha hai
@@VartikaSingh-l5n github.com/coderdost/JavaScript-Course-2023/raw/main/slides.pdf
hats off to your efforts man, this course will boom
@@coderdost sir pdf download nahi ho rahi hai
Bhai aap ke effort ke liye koi mere paas word nahi hai. Salute hai aapko 🙏
Password?????
Lekin kis cheez ka 😅
@@AsadKhan-gp9sk😂😂😂
@@AsadKhan-gp9sk
Please is channel ko aage bdha do yrr..Bina kisi notanki k bhaiya kitne simple tarike se sb kuchh sikha rhe hai.. please sb milke inki help kro ..or jada se jada share kro video ko please sbse request h ..😊😊😊😊
coderdost at gmail
Sir aapki playlist video or is long video mai kya difference h
Is video ko follow kru ya playlist ko
Video ko @@prashantpratapsingh3508
Mujhe functions samjh nhi aaya kabhi lekin aapne jo samjhaya yha mind blowing,, har concept clear ho gay function ka sir
3:12:15 Call, Apply AND Bind (+summary)
5:11:57 BOM
5:28:35 More Array Methods
6:18:43 Date & Time
7:02:18 ES6 Classes
BOM
Completed 3 hour of this lecture, understand function ,method, hoisting, higher order function etc..
Revision for Notes Provided:
58:34 - Ch.1
2:37:50 - Ch.2
3:33:17 - Ch.3
6:09:22 - Array Methods
8:36:10 - Async JS
thanks for this
Aap log Kitni mehnat karte ho..vo bhi Free me padhane ke liye...❤❤❤
Please accept my heartly wishes...
It is difficult to find a teacher who can explain and teach so well. "great teacher" 👍🏻
These all course make me MERN Stack developer in 2023.
JavaScript, React JS and Node JS 🥰🥰
Thanks! Bro
Mind Blowing Explanation sirji..jab bhi revision ke liye ata hu, naya naya jaanne ko milta hai
I wanted to send you encouragement, and if you can make indepth course in future on chrome extension development also.
I just finished watching your full course on JavaScript, and I am absolutely blown away. Thank you so much for creating such an incredible resource. The way you explained complex concepts in a clear and concise manner made it so much easier for me to grasp the foundations of JavaScript.
Thanks. have a Great coding journey ahead.
completed till chapter 6 ...connected with your way of teaching tq sir
You're great sir. I watched your video even after watching 10+ hrs of other videos too but those videos does not make any sense as I don't understand anything from it and you just simply made it easy and understandable. Thanks it took me 15 days to complete it. Hardwork pays off!
Great 👍
I am a self learner full stack developer . I have seen lots of channels but his my favourite . Thank you sir for this content.
Me too
sir, wow you really understands very well and ,, your react and node series is awesome
Sir, even the coading ninja people did not teach coding so well, even after taking 60 thousand, like you explained.
👍 thanks
True
time laga apko full video banane me lekin Javascript ka yesa video abhitk dekha nahi
Completed 6 hour of this lecture, understand the concept of all array method from basic to high ordered method
This is best js course on yt, thanks yu so much sir
I have discovered your channel just a month ago , and seriously I gain much more confidence on JavaScript then before. Sir You are a great teacher❤❤Your every video really a masterpiece . Thank you so much sir. Please upload content on live small React project.
Currently I am learning React. Paid courses also have no compare to your content,100% True solid knowledge. "Agar koi aeisa banda bhi aapka video dekh liya ekbar,jisko kuch knowledge hi nhi hai, vo bhi 3 months mei ek front end developer ban sakta hai"
great teacher ! great content ! this channel really deserve Millions of views.
1:52:58- 1 completed
2:35:12- hoisting
2:43:23- callback function
3:05:36- 2 completed
5:36:01- 3 completed
Just completed todayy! Glad to be part of this course. Thanku sir.
you r literally good. now i will follow all your course for sure.
apki cochng me es liye join krna chata hu ki ap acche se chizo ko samjha dete h or mere samjh me bhi aati h
completed 5 hour of this lecture, understand eventlistener and validation concept
I will complete this course in 10 days & share my experience after completion.
Awesome course just finished in 8 days.
Loads of content . Revised old concepts and learned new one.
Heading to Reactjs
Hope so you make NextJs indepth tutorial too.
You are awesome Abhishek sir 🙏🙏
👍
Bemisal! Dost ho to aisa .. ! Teacher ho to aisa ! Thank you very much for being so amazing.
This javascript course 10000 times better than any other paid course. Right now i finished the course. Now onto nodejs. THANKS A TON ABHISHEK JI
👍
Beautiful explaination... please add little more projects which is built on js will help to understand well
Awesome video finally the search for best video ended
Using hindi
Perfect explanation
Very clear
No words for you sir
Sir you are awesome.apke jaisa teacher abhi tak nahi dekha . simple launguage me padhate ho sir app .
Sir you are awesome 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
Salute sir ji
Thanks 👍
You are best 👍👍 today I learned so many new things
Completed 1 hour of this lecture, Understand each and every basic concept, I will comment on completion of every hour of this video
Completed 2 hour of this lecture ,understand control flow
dost , trust me!!!!
this is the most easily explained course about JS on youtube
Awesome content and that too free of cost. Hats off to you.
Superb course Abhishek sir. I started React Native but I was finding it difficult as I am from mobile background and no knowledge of JS. This master class helped me a lot to clear the concepts. Now I am feeling very much confident.
Thanks very much again sir.
Great 👍 also you can react master class initial parts, as same concepts are in React.
@@coderdost Sure, will do it. Thank you :)
Bht Acha andaz me smajaya ha sir ne ..Thank You
WOW 👌👌 start hi Kiya h sir accha lga
Love from Dhaka, Bangladesh Sir. Your course is catchy to me. Easy and understandable. Your teaching method is fantastic like my dost. Truly admire and hugely appreciate your efforts. Kudos.
Thanks and welcome
Apne ...hme ek bhut acha content dua smjhne m asan lg rha thank you 🙏🙏🙏
Great content and the way you have simplified the things is awesome!!🔥✌
Such amazing content and top-notch explanations!
Thank you Sir ❤🔥
Most welcome!
wow never seen any channel which has put so much knowledge and efforts
Great content and the way you have simplified the things is awesome!!
Sir, Please make a combine video of revision notes videos , it will help us to quikly revise whole concepts.
Just started this course
Awesome course in Hindi, instructor ne jis simple way mein samjhaya hai vah PERFECT hai, at last i wish to say God Bless You, keep on creating such wonderful courses
❤ wow so much effort sir
Sir, you explained the secret of JavaScript, that no one other can do 😊😊😊. I also watched the react js tutorial of coder dost more than 5 times, I became master in frontend.
Thanks
amazing Javascript course. every concept is explained very clearly. Thank you coder dost.
This is the by far the best Javascript tutorial!.
Great explanation of each and every topic ❤
Glad you liked it
Very well-researched and fine-made video this is. Thank you 👍
Sir you are an amazing teacher, before attending this course I was really scared in JS but you teach everything so well and I really appreciate your hard work you put in making this course . May god bless you and I hope you always teaching us like this.
Thanks and welcome
Mind blown, Thanks a lot for this course
Thank you so much sir for this awesome course.... Finally Complete.
I completed this full video. This is very nice and you teach very basic to advance 😊
Glad you liked it
Share notes link as it is showing invalid
@@Ketan-m7n check in description and comments for direct link
Did you get the pdf??? If yes can you mail me please mail me because It's not opening now....
@@wasi5514 github.com/coderdost/JavaScript-Course-2023/raw/main/slides.pdf
bohot bohot shukriya bhaiya, much love and respect to you
Completed,well explained
thank you very much
Sir ❤
Sir ji..
Tum to aag pe aag Lage Jaa rhe ho apni videos se...🤯🤯💎
Thank you for this effort
Hello sir, ek baat batana chahta tha, Aap na teaching keliye hi bane ho, kya padhate ho aap, mujhe JS hard lagta tha halaki me not-technical background se hu but aapka video dekhne se ye JS ka dar khatam ho chuka hai, salute hai bhaii aapko, Ummed krta hu aap esehi padhate rahenge. Thank you so much dost❤
Maaza Aagaya bhoot ache sir Alhamdulliah bhoot achi vedio hai
Thanks for such detailed video covered javascript topics..
You are the revolution in the world of web development❤
Sir, everything you have mentioned is great. However, it would be even better if there were time stamps attached to the content. This would make it easier for me and other. to revise specific parts as needed.
There is time stand
there are lot of timestamps. but sometime youtube doesn't load it. reload.
sir, you are way better than paid courses yet you are underrated, thankyou so much for this wonderful easily understandable lecture. so grateful of you😇😇😇
Your tutorials are really catchy for me and I am enjoying it. It is helping me a lot as I know many things half-half, it is giving me confidence ❤️🙏🏻.
Glad you like them!
@@coderdost Can i pls tell what all extensions u are using in this pls
@@kizigamer6895 Live Server Extension / Prettier Code Formatter / Code Spell Checker
@@coderdost and is that theme inbuilt in vscode?
i love the look of it so thought it might be an extension
@@kizigamer6895 this is a custom theme which you can build using settings.json in VScode and change each element by yourself. search on google of "workbench.editor vscode"
Understand Slice and Splice with Examples:
slice(startIndex, endIndex{excluded})
- Don't Modifies Original Array
- Returns Cutted Array
arr: [1,2,3,4,5,6]
arr.slice(1) returns: [2,3,4,5,6]
arr.slice(1,3) returns: [2,3]
arr.slice(-4) returns: [3,4,5,6]
arr.slice(-4,4) returns: [3,4]
arr.slice(-9) returns: [1,2,3,4,5,6]
arr.slice(9) returns: []
splice(Index, HowManyToDelete, WhichOnesToAdd)
- Modifies Original Array
- Returns Cutted Array
arr: [1,2,3,4,5,6]
arr.splice(1) returns: [2,3,4,5,6]
modified arr: [1]
arr.splice(1,3) returns: [2,3,4]
modified arr: [1,5,6]
arr.splice(1,2,8,10) returns: [2,3]
modified arr: [1,8,10,4,5,6]
arr.splice(-4) returns: [3,4,5,6]
modified arr: [1,2]
arr.splice(-4,2) returns: [3,4]
modified arr: [1,2,5,6]
arr.splice(-4,0) returns: []
modified arr: [1,2,3,4,5,6]
arr.splice(-4,-1) returns: []
modified arr: [1,2,3,4,5,6]
arr.splice(-9) returns: [1,2,3,4,5,6]
modified arr: []
arr.splice(9) returns: []
modified arr: [1,2,3,4,5,6]
Bhai ek baat batao..... Sir ne alert or prompt ke baare me padhaya h ya nhi...... Agr padhaya h to kis topic ke andar h
@@prashantkashyap1735 ye yaad nahi aa rha...par aap youtube pe search karke seekh lo..ye bahot aasaan si cheeze hai
Thank you Abhishek sir .
world best complete javascript course
Best Javascript Course ❤ on UA-cam
Great content and the way you have simplified the things is awesome!!🔥✌
Very Helpful video Love your video thanks a lot for your help and support ❤❤
Keep it up.. you are doing very well...
You are the real Kohinoor of students ❤
I was waiting for your next video and here we go 🚀🚀 thanks a lot. please make a full video on React Native if possible.
sir I really appreciate your wonderful work, this is the true meaning of selfless service to mankind, and as you are using Hindi language, I am assure that many good software developer will come from the downtrodden part of society as well,I am really a big fan of your simplicity..
Thanks and welcome 👍
Real project usable topics!
Thank you 4 making videos.
Comment kya likhu ye sochne me problem ho rahi hai😂😂
But JS acche se smjh a raha hai❤❤
Excellent course for beginners ❤😊
Superb explanation sir very helpful👍.keep uploading these kind of helpful content.Thank you
You are the GOAT sir . Your teaching style is perfect. This is the best Javascript course even better than paid ones. Thanks a ton for your valuable content sir🙏
I think thapa technical ki video dekhne ke baad ye video dekhoge to jyada samajh aayega
I have No word. Thank you so much……🎉😊
Your explanation is good bro 👍🏻
You mentioned that we cannot sort numbers using the sort method and that it is only possible for strings. However, when I checked in my VS Code, it worked as you said. But in online compilers like Programmiz, I can sort my array that contains numbers using the sort method
Thank you so much sir
complete 4 hour of this lecture , understand object related all things
Wow moment for us we get such amazing tutorials from you. kindly also make real world projects with advance features like serverless fn. or edge fn. from vercel, graph QL, SSR, etc. there are no real world mern projects in hindi. waiting such advance content from you in future.
yes, in future. we are finishing some basic fundamentals first
Thank you so much for this... 😍😍😍😍😍 Really appreciate it 😊 .. waiting for next part.. and your notes .. again than you for this.. 😍 it helps me alot to learn JavaScript 🎉
Thanks. Glad it helped
how did you downloaded noteas
There's link mentioned in the video description
This is one of the best courses out there for free.
Itna Aasan Koi kaise Bana Sakta hai Bhai Javascript Ko. Love You Bro.
👍
The Revision part after completing a chapter is Awesome
your way of explain and providing notes are next level 🔥🔥🔥🔥🔥
3:22:35 - Call,apply and bind
6:09:22 - Quick recap
44:14 Type conversion
next js please..your videos are very helpful. Thanks a lot for your effort and contribution. Many Many Thanks.