ANKO Code Academy
AI-Native Coding Learning Platform
Courses
Labs
Discussions
quiz
Core Fundamentals Quiz
Question 1 of 15
Score: 0/15
What is the main difference between
let and
let and var?
let can
let can be reassigned, var cannot
let is
let is block-scoped, var is function-scoped
let is
let is faster than var
There is no difference
Check Answer
Previous
Next Topic