DEV Community

Discussion on: More JavaScript Mistakes You May be Making

Collapse
 
aumayeung profile image
John Au-Yeung

Breaking return statement is most likely a mistake since the code below is unreachable since the function already stopped running after the return line.

Collapse
 
diek profile image
diek

I know, but at first look can be confusing. It is obvious when you know it, like the comparation with coercion types xD

Some comments have been hidden by the post's author - find out more