Most of the popular articles in the internet: let and const variables are hoisted but not initialized with undefined.
But when using the debugger in chrome and adding breakpoint before let variable declaration, script scope will show let and const variable to be undefined (Reference Screenshot).
Why ? Are all of those articles wrong ? Or I am misinterpreting what the debugger is saying ?