DEV Community

Discussion on: There's no "else if" in JS

Collapse
 
thebadgateway profile image
Will F

Switch is the way to implement the "else if" construct :)