Skip to content

Instantly share code, notes, and snippets.

@kjirou
Created August 19, 2013 12:02
Show Gist options
  • Save kjirou/6268396 to your computer and use it in GitHub Desktop.
Save kjirou/6268396 to your computer and use it in GitHub Desktop.
class Foo
constructor (arg1, arg2):
class Bar extends Foo
constructor (args...):
super args... # Call super() with all args
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment