Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Probably a terrible mistake from the developer, not the minifier.

    fireToken: f.tradeTokens.data.fireToken === 1 ? true : false
In my company I see JS code like the following:

    if (!!someFlag) { /* ... */ }


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: