JSFiddle - React, Tailwind, and code Playground

by joshpauljohnson

JavaScript

var a = {
    b: "test"
};

a.prototype.c = "test2";

alert(a.c);