bevacqua / js

:art: A JavaScript Quality Guide

Home Page:https://ponyfoo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work on Chrome or IE

maxpaynestory opened this issue · comments

if (!car) { return; } if (!black) { return; } if (!turbine) { return; } return 'batman!';

The above code doesn't support many browsers even if we remove the return statements and replace it with console.log.