Categories
5G Network
Agile
Amazon EC2
Android
Angular
Ansible
Arduino
Artificial Intelligence
Augmented Reality
AWS
Azure
Big Data
Blockchain
BootStrap
Cache Teachniques
Cassandra
Commercial Insurance
C#
C++
Cloud
CD
CI
Cyber Security
Data Handling
Data using R
Data Science
DBMS
Design-Pattern
DevOps
ECMAScript
Fortify
Ethical Hacking
Framework
GIT
GIT Slack
Gradle
Hadoop
HBase
HDFS
Hibernate
Hive
HTML
Image Processing
IOT
JavaScript
Java
Jenkins
Jira
JUnit
Kibana
Linux
Machine Learning
MangoDB
MVC
NGINX
Onsen UI
Oracle
PHP
Python
QTP
R Language
Regression Analysis
React JS
Robotic
Salesforce
SAP
Selenium
Service Discovery
Service Now
SOAP UI
Spark SQL
Testing
TOGAF
Research Method
Virtual Reality
Vue.js
Home
Q&A
SAFe
AWS
JAVA
Hadoop
Blockchain
Cache
Bootstrap
DevOps
Kibana
Vue.js
Git
Cyber Security
HBase
Ask a Question
Difference between “var” and “let” Keywords?
Home
JavaScript
Difference between “var” and “let” Keywords?
asked
Jul 16, 2019
in
JavaScript
by
Indian
Q:
Difference between
“var” and “let”
Keywords?
#java-script
Answer
▼ Show
1
Answer
0
votes
answered
Jul 16, 2019
by
Indian
Var
was there from the beginning but the let was introduced in ES2015/ES6.
Let
has block scope and “Var” has function scope
JavaScript
Learn More with Madanswer
Related questions
+1
vote
Q: Difference between “undefine” and “NULL” Keywords?
asked
Jul 16, 2019
in
JavaScript
by
Indian
#java-script
+1
vote
Q: What is let and const in javascript?
asked
Jul 16, 2019
in
JavaScript
by
Indian
#java-script
0
votes
Q: Differences between declaring variables using var, let and const.
asked
Dec 11, 2020
in
JavaScript
by
SakshiSharma
#var
const
#var-vs-const
#const-vs-var
+1
vote
Q: What is difference between Array.splice() and Array.slice() method in JavaScript?
asked
Jul 16, 2019
in
JavaScript
by
Indian
#java-script
+1
vote
Q: Difference between “==” and “===” ?
asked
Jul 16, 2019
in
JavaScript
by
Indian
#java-script
0
votes
Q: Difference between ‘IS-A’ and ‘HAS-A’ relationship in java?
asked
Jun 17, 2019
in
JAVA
by
reins.robin
#java
#java-script
#java-interview
#java-question
#java-interview-question
0
votes
Q: Difference between overriding and overloading in java?
asked
Jun 17, 2019
in
JAVA
by
reins.robin
#java
#java-script
#java-interview
#java-question
#java-interview-question
...