DEV Community

Discussion on: What is the 'Temporal Dead Zone' in JavaScript?

Collapse
 
ahmetkapusuz profile image
Ahmet Kapusuz

I agree that sometimes let/const makes things a little bit complicated. But it's good to solve some of weird block behavior of JavaScript, the only burden is that you have to learn how and where to use it to get this advantage.
I come from a Java background but I love coding in JavaScript. I think comparing JavaScript with other languages is an endless discussion. So, I just love good parts of the languages which I use and try to avoid bad practices as much as possible.