π Welcome to Code.io! π
We're excited to have you here! π
This is your go-to space for everything coding-related. What to expect:
πΉ Daily Coding Challenges π§©
πΉ Programming Tips & Tutorials π
πΉ Tech News & Updates π
πΉ Community Support β Ask questions, share ideas, and collaborate! π Donβt forget to turn on notifications to stay updated on the latest content!
Letβs code, learn, and grow together! πͺ
β€1
1. What is the difference between var, let, and const in JavaScript?
Anonymous Quiz
8%
A)var is block-scoped, let is function-scoped, and const can be re-assigned.
83%
B)var is function-scoped, let is block-scoped, and const is constant and cannot be re-assigned.
0%
C)var and let are the same, but const is used only for objects.
8%
D)var, let, and const are all the same in terms of scope.