Vijaya Shreevijayashree.hashnode.devยทOct 5, 2022Temporal Dead Zonelet and const these variables were introduced in ES6 as the old var is getting old... Now.. these let and const were block scoped variables unlike var which is global scoped. var scope = 'global'; var ifTrue = true; if (ifTrue) { ...51 readsJavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.