bevacqua/js

Doesn't work on Chrome or IE

maxpaynestory opened this issue · 0 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.