JSFiddle - React, Tailwind, and code Playground

by Znarkus

JavaScript

function whatisthis() {
    alert(this);
}

whatisthis.apply("lol this is this");