Skip to content

Instantly share code, notes, and snippets.

@IskenHuang
Created May 2, 2014 16:02
Show Gist options
  • Save IskenHuang/121510958c7b77e39251 to your computer and use it in GitHub Desktop.
Save IskenHuang/121510958c7b77e39251 to your computer and use it in GitHub Desktop.
var a = (99.3 / 18.6) | 0; // 5
var b = ~~(99.3 / 18.6); // 5
window === true // false
!!window === true // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment