Skip to content

Instantly share code, notes, and snippets.

View jamesallardice's full-sized avatar

James Allardice jamesallardice

View GitHub Profile
// Github recognises this as Erlang
let x = 1;
export default class Demo {
constructor( ...args ) {
this.arr = [ ...args ];
}
}