JSFiddle - React, Tailwind, and code Playground
by wittnl
JavaScript
var f1 = function doThis() {
console.log("f1 " + doThis.toString());
};
var f2 = function doThis() {
console.log("f2 " + doThis.toString());
};
f1();
f2();
by wittnl
var f1 = function doThis() {
console.log("f1 " + doThis.toString());
};
var f2 = function doThis() {
console.log("f2 " + doThis.toString());
};
f1();
f2();