JSFiddle - React, Tailwind, and code Playground

by Xeon06

JavaScript

function MyThing(stuff) { 
    Array.prototype.push.apply(this, stuff);
}

var a = new MyThing();
console.log(a);