Skip to content

Instantly share code, notes, and snippets.

@matt-fff
Created September 1, 2016 20:37
Show Gist options
  • Save matt-fff/504fa51e4426959ffd876978ceaeaab1 to your computer and use it in GitHub Desktop.
Save matt-fff/504fa51e4426959ffd876978ceaeaab1 to your computer and use it in GitHub Desktop.
untitled
var oct1 = 600;
var oct2 = 0o600;
var comp = oct1 === oct2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment