That's a great example showing the block scope of let ! Adding a parallel example using var in the same if block would be really helpful. It would clearly show the difference between block-scoped ( let ) and function-scoped ( var ), making the concept of scope much clearer for beginners. 👍