bevacqua / js

:art: A JavaScript Quality Guide
https://ponyfoo.com
MIT License
2.92k stars 497 forks source link

Doesn't work on Chrome or IE #15

Closed maxpaynestory closed 10 years ago

maxpaynestory commented 10 years ago

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.