Skip to content

Instantly share code, notes, and snippets.

@ilearnjavascript
Created March 27, 2019 23:41
Show Gist options
  • Save ilearnjavascript/11fadf62f9dd0767aa22f0b16c439d53 to your computer and use it in GitHub Desktop.
Save ilearnjavascript/11fadf62f9dd0767aa22f0b16c439d53 to your computer and use it in GitHub Desktop.
es6 - classes - 14.js
constructor(...args) {
super(...args);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment