DEV Community

Discussion on: JS Coding Patterns that give you away as a Junior Developer

Collapse
 
jrock2004 profile image
John Costanzo

I think the if else section is more coding style vs a level of understanding. Writing out a full else if is sometimes preferred as you might come back at some point and want to debug inside that if.