Conversation

that does not look right though. It says "all declarations are hoisted ... we can use .. a variable before we declare it ... as long as we assign it above where we need to use it". It wouldn't work with `let` due to tdz (and makes no sense for `const` at all).
2
1