Support for let and class redeclarations in the Console The Console now supports redeclarations of let and class statements. The inability to redeclare was a common annoyance for web developers who use the Console to experiment with new JavaScript code. For example, previously, when redeclaring a local variable with let, the Console would throw an error: Now, the Console allows the redeclaration: