JSFiddle - React, Tailwind, and code Playground

by Plusman CN

JavaScript

'use strict';
function ctor(){
}

function superCtor(){
}

ctor.prototype = Object.create(superCtor.prototype);
debugger;