Skip to content

Instantly share code, notes, and snippets.

@ilearnjavascript
Created March 27, 2019 23:41
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