JSFiddle - React, Tailwind, and code Playground

by krustnic

JavaScript

'use strict'

function f() {
	window.a = 1;
	console.log(this)
}

f()