const, let and var in JavaScript | JavaScript Tutorial in Hindi #3

const, let and var in JavaScript | JavaScript Tutorial in Hindi #3

CodeWithHarry

1 год назад

1,038,449 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@CodeWithHarry
@CodeWithHarry - 17.07.2022 17:10

One request to all those who are asking me for 2-3 videos daily - I want to maintain the quality throughout this course and want to deliver videos at a very comfortable pace. If I get time, you might see 2 videos daily someday but I don't want to make these videos with a thought of delivering n number of videos per day. Eventually we will complete this course for sure.
Your support is greatly appreciated! Hope you will understand :)

Ответить
@mdtauseefraza2043
@mdtauseefraza2043 - 29.12.2023 07:18

Nice video ❤

Ответить
@bhupendra382
@bhupendra382 - 28.12.2023 08:27

Harry bhai you are great and your course is out of the world.This course is very nice

Ответить
@DevikaAnand-zs9ws
@DevikaAnand-zs9ws - 23.12.2023 02:36

Harry bhai, I am located in Vancouver & main apka dil se shukriya karna chahti hu, app bhagwaan ji ke payare bachey ho yaar, aap itna ache se samjhate ho ki dil aur dimag dono ko bohot acha lagta hai ye videos dekhna & bohot ache se samjh aata hai sab.
Thank you so much

Ответить
@dhruvkumar-br2lp
@dhruvkumar-br2lp - 21.12.2023 09:04

Thanks a lot

Ответить
@vidhichandrashyam
@vidhichandrashyam - 21.12.2023 06:45

Thanks for this! 🎉

Ответить
@anishkasoni3034
@anishkasoni3034 - 20.12.2023 22:08

Greatt

Ответить
@user-yl7bu4nt4m
@user-yl7bu4nt4m - 20.12.2023 19:07

how to use it on vs code ??

Ответить
@DevGupta-pr5kk
@DevGupta-pr5kk - 14.12.2023 12:39

replit console is not clearing automatically on the run
if anyone know how to do please let me know

Ответить
@RehanPathan-3221
@RehanPathan-3221 - 14.12.2023 12:21

Patrick Wale Like Karo "Palace Se Bangai Real"

Ответить
@user-fz9hz1rf1b
@user-fz9hz1rf1b - 11.12.2023 14:54

Thanks A lot Harry bhai i am listening from Pakistan .❤❤❤💋❤‍🩹

Ответить
@MELODY_music_MASTER_pop
@MELODY_music_MASTER_pop - 10.12.2023 22:43

finally I understand little bit?

Ответить
@bc0216
@bc0216 - 08.12.2023 19:44

Love you ❤❤

Ответить
@bc0216
@bc0216 - 08.12.2023 19:27

My atma is satisfied ❤❤

Ответить
@sathvikmogali5116
@sathvikmogali5116 - 07.12.2023 20:46

Why is he not using vs code?

Ответить
@shaifalijain1253
@shaifalijain1253 - 07.12.2023 12:09

You are a superb teacher❤

Ответить
@codewithsakti8197
@codewithsakti8197 - 06.12.2023 06:19

Total spoon feed . Thanks

Ответить
@user-lw2mk9nx4l
@user-lw2mk9nx4l - 02.12.2023 15:14

Thanks bro ap bohot acha sikhaty ho

Ответить
@chimiflix9393
@chimiflix9393 - 02.12.2023 14:03

But what's the point of teaching on replit??? And is it important for us as well to make replit account??? Please guide me

Ответить
@user-yk3ik3km3y
@user-yk3ik3km3y - 29.11.2023 18:27

Ultimate best course op

Ответить
@binodyadav1751
@binodyadav1751 - 06.11.2023 16:03

..

Ответить
@nadiahammad8206
@nadiahammad8206 - 02.11.2023 18:37

😂😂😂 superb

Ответить
@hanokstephen7538
@hanokstephen7538 - 01.11.2023 10:25

such mein bhi @CodeWithHarry main chaha ker bhi bhul nhi paa rha hun codes ko kya padta h aap wah
ab toh aap ko subscribe krna padega or like ka silsila toh chlta rahega
thank you @CodeWithHarry Bhai

Ответить
@shrijaygauns
@shrijaygauns - 31.10.2023 21:25

const a = "ferrari";
switch(a){
case "lambo":
console.log("lambo is amazing");
break;

case "audi":
console.log("audi is fast");
break;

case "ferrari":
console.log("ferrari is red hot");
break;

default:
console.log("sorry we dont have any car left");


}

Ответить
@alizaman8407
@alizaman8407 - 29.10.2023 19:54

Amazing................

Ответить
@user-hh1dw7bf4t
@user-hh1dw7bf4t - 27.10.2023 16:40

Lecture 3 done!

Ответить
@ChetnThakre
@ChetnThakre - 25.10.2023 16:33

3rd Exercise Done👍
⭐⭐⭐⭐⭐ What A Explanation Thank-you☕🥂

Ответить
@Rani-gg1ll
@Rani-gg1ll - 23.10.2023 14:47

completed this lecture ..now 100 lectures more to go💥

Ответить
@krsnazoo
@krsnazoo - 23.10.2023 11:21

In this video, the presenter explains the differences between the "let," "var," and "const" keywords in JavaScript. Before ES6, the "var" keyword was commonly used to declare variables, but it is now recommended to avoid using it due to potential bugs. The "const" keyword is used to declare constants, which are identifiers whose values cannot be changed throughout the program. On the other hand, the "let" keyword is used to declare block-scoped variables. The video demonstrates these concepts by using Replit and provides examples of how variables behave differently with "var," "let," and "const." It emphasizes that "var" should be avoided in new code and recommends using "let" for block-scoped variables and "const" for constants. The presenter also discusses variable initialization, undefined, null, and primitive types in JavaScript. The video concludes by encouraging viewers to access the complete JavaScript course for a more comprehensive understanding of these concepts.

Ответить
@ManmohanB-zn3tq
@ManmohanB-zn3tq - 21.10.2023 21:35

I was just thinking to quit but thanks for motivating in last.

Ответить
@ManmohanB-zn3tq
@ManmohanB-zn3tq - 21.10.2023 21:34

toooooooo gooooood

Ответить
@vipul_fc9668
@vipul_fc9668 - 16.10.2023 07:53

Error acche hai 😊

Ответить
@shahh682
@shahh682 - 14.10.2023 19:06

your all videos are helpful thanksss🤧🫀

Ответить
@user-uy4xu5tz3m
@user-uy4xu5tz3m - 11.10.2023 16:47

Notes are not downloading what is issue?

Ответить
@TejasWasnik
@TejasWasnik - 09.10.2023 15:02

Tutorial 3 done. ✅

Ответить
@royfamily9273
@royfamily9273 - 09.10.2023 08:02

Thanks Harry Bhaiya

Ответить
@ChetnThakre
@ChetnThakre - 09.10.2023 06:53

Bekar video 👍

Ответить
@user-ku9sb3qt2k
@user-ku9sb3qt2k - 08.10.2023 15:45

Hello Harry, let has a default value "undefined" when the let variable is not initialized. Then why is it said that let variable are not initialized with a default value??

Ответить
@jawadsher7666
@jawadsher7666 - 04.10.2023 04:17

theen theen null 😇. awsome video

Ответить
@heyAshuK
@heyAshuK - 02.10.2023 13:48

after watching this video my all doubt regarding var and let is clear , greatefully thank to harry bhaiya , boom

Ответить
@user-lf3hu8if5i
@user-lf3hu8if5i - 02.10.2023 12:48

You are good Sense of human shortly you are funny 😂

Ответить
@dhanushdhanush2051
@dhanushdhanush2051 - 01.10.2023 21:23

bro can you please make some comedy because we learn in night

Ответить
@biswajitmahato5259
@biswajitmahato5259 - 27.09.2023 09:40

THANKS VAI your all videos are easy to understand its much grater then many paid course . and its we get free because of you . thanks again and again . Please upload free video like this . I Love your channel

Ответить
@Cricket_fetching_-
@Cricket_fetching_- - 25.09.2023 17:24

Hello bhaiya mai 9th class Mai hu mai ye Javascript language Sikh skta hu ya nhi plzz reply de dijiye please 🥺🥺

Ответить