Model answer distinguishing var, let/const and functions.
- Category: JS Interview Questions — part of the JavaScript Tutorial on GoCareerGo
- Read the short summary above, then check the linked docs for full syntax/behaviour
- Interview tip: be ready to explain "Explain Hoisting — Interview Answer" in one sentence, then back it up with a tiny example
// Explain Hoisting — Interview Answer — minimal example
console.log("Explain Hoisting — Interview Answer");Tip
Quick recall: "Explain Hoisting — Interview Answer" — model answer distinguishing var, let/const and functions.