Skip to content

Instantly share code, notes, and snippets.

@shivros
Created September 1, 2016 20:37
Show Gist options
  • Select an option

  • Save shivros/504fa51e4426959ffd876978ceaeaab1 to your computer and use it in GitHub Desktop.

Select an option

Save shivros/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