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

  console.assert(maybeNull != null, 'variable not set')


Fair, this is a good example of when != is actually the right choice (instead of !==). However, on web browsers, this will log an assertion failure to the console, but it will not throw an exception. It's also not suitable for the original context, where the non-null value was extracted into a variable.




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

Search: