JSFiddle - React, Tailwind, and code Playground

by Arthur Lutkevichus

JavaScript

var a = () => {console.log("wat")};
var b = () => {console.log("wat")};
var c = a;

console.log(a.toString)