DEV Community

Discussion on: Inventing your own HTML Elements to build a DOM game

Collapse
 
mapleleaf profile image
MapleLeaf

Definitely helps readability, yeah. But any good modern editor will still tell you the type of the variable/function/method on hover as well.

Plus, const variables need an initial value anyway, but even if you use let instead, having an initial value helps to avoid those nasty undefined errors as well 😊