Skip to content

Instantly share code, notes, and snippets.

@slloyd
Last active December 24, 2015 13:09
Show Gist options
  • Save slloyd/6802534 to your computer and use it in GitHub Desktop.
Save slloyd/6802534 to your computer and use it in GitHub Desktop.
LOLCOFFEESCRIPT
x = [1, 2, 3, 4]
alert(x.length - 1)
alert(x.length- 1)
alert(x.length-1)
alert(x.length -1)
var x;
x = [1, 2, 3, 4];
alert(x.length - 1);
alert(x.length - 1);
alert(x.length - 1);
alert(x.length(-1));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment