Shadow a variable inside an if block

You learned that let and const are block-scoped. Inside the if-block, declare a new label with the value "inside" so the outer label stays unchanged when logged.
JavaScript
Console