#2 - Var vs Let vs Const in JavaScript

preview_player
Показать описание
In this video, I have explained about difference between: Var vs Let vs Const in JavaScript

Schedule a meeting in case of any queries/guidance/counselling:

~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:

Follow me on my Facebook Page:

Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:

Naveen AutomationLabs Paid Courses:
GIT Hub Course:

Java & Selenium:

Java & API +POSTMAN + RestAssured + HttpClient:
Рекомендации по теме
Комментарии
Автор

var: re-declaration and reassignment is possible.
let: can be reinitialized but not re-declared
const: can neither be re-declared nor reinitialized

Default values for var and let is "undefined"

DhrumilSoni
Автор

Thanks a lot Naveen for making videos which always help in my career path..

vishwavikas
Автор

Amazing video bro it's very calming to eyes that why I like these type of videos nothing intro like shit and animations and face
You earned a subscriber

Betterrgocapture
Автор

Hi @naveenautomationlabs at 4:10, you have mentioned in video that the reason why top was not printed is because we didnt call rel() function. Isn't that incorrect?
Here, the print didn't occur as you had not saved the file.

suman_mathad
Автор

15:30 First var then let for same variable allowed?Getting Error for this case

asoadalvi
Автор

Can you please tell me from where I get session 1 ? It is starting from 2 in playlist

chandrimachatterjee
Автор

Can someone please share the list of software testing certifications?

meghakalal
Автор

Naveen where is part one. Please let us know which editor we need to use for coding . How to install this editor.

RS-otkx
Автор

I am unable to get the compile time error in my visual studio. For example, I am unable to get the error when const was undefined. I have tried enabling the error squiggles too. could anyone help

yazhselvan
Автор

In var explanation why would we use the same name flag as variable name multiple times

deepikab
Автор

Can we get the source code sir, that would help. Thanks!

ronaldiansana