Skip to content

Instantly share code, notes, and snippets.

@Acorn-zz
Created May 10, 2011 17:29
Show Gist options
  • Save Acorn-zz/964957 to your computer and use it in GitHub Desktop.
Save Acorn-zz/964957 to your computer and use it in GitHub Desktop.
class List extends Array
constructor: (args...) ->
super args
list = new List(1,2,3,4)
console.log list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment