JSFiddle - React, Tailwind, and code Playground

by SHELDON PASCIAK

JavaScript

"use strict";
function logThis() {
this.desc = "logger";
console.log(this);
}
new logThis();