Skip to content

Instantly share code, notes, and snippets.

@easierbycode
Created October 5, 2017 14:22
Show Gist options
  • Save easierbycode/d2a9cf9cab2d26b18207d9d0cc1de1aa to your computer and use it in GitHub Desktop.
Save easierbycode/d2a9cf9cab2d26b18207d9d0cc1de1aa to your computer and use it in GitHub Desktop.
class Foo extends Array {}
let arr = Foo.from(['zero','one','two','three'])
console.log( arr instanceof Foo )
// true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment