I'll start this article with a quote that changed the way I think of memory. The way I perceive memory lifecycle in major modern languages (those t...
For further actions, you may consider blocking this person and/or reporting abuse
Great article, I would only add an extra thing about the hoisting, many people think that let and const declarations wont be hoisted, but you are right, there are hoisted. The reason to get the
ReferenceError
is because the initialization of those variables has not happened yet and those are referencing to the temporal dead zone (developer.mozilla.org/en-US/docs/W...), throwing the error.thanks for this great article 👍.
Good call! Thanks!
If you have introduced primitive and reference data types, you wouldn't be confused when using assign operator.
Don't take it as offence. I really enjoyed your article. But exactly that issue worried me)
Not at all, however not sure I follow what concerns you :)
Thanks a lot for the article, very detailed and articulate!
Thanks, glad you enjoyed it :)
Nice!
Glad you liked it!
Thank you! Appreciate the feedback!
Awesome article, really loved it. Learned a lot
Great to hear!