Skip to content

Instantly share code, notes, and snippets.

@VoQn
Created July 3, 2012 16:12
Show Gist options
  • Save VoQn/3040752 to your computer and use it in GitHub Desktop.
Save VoQn/3040752 to your computer and use it in GitHub Desktop.
はいそうですね
var arr = {
0: 10,
1: 9,
2: 8,
3: 7,
length: 4
};
arr.__proto__ = Array.prototype;
arr.slice(1); // [9, 8, 7]
@yaakaito
Copy link

yaakaito commented Jul 3, 2012

そうですね

@ykic
Copy link

ykic commented Jul 4, 2012

fuckin shit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment