/U
/u/Significant-Royal-86
Author ProfileClaim This Author Profile
Prove ownership by publishing #HashtagPLUS and this profile link on your author page or an article under your byline. A moderator or admin will review the request before it merges into your real HashtagPLUS username.
0 karma0 postsjoined about 1 month ago
🌐 reddit.comSource
so from what I understand , when you want to declare variables, you can do that either using let or var, var is like the old method and it got replaced with let and we also use const. var is function scoped while let is block scoped, and block scoped means that the variable know
about 1 month ago