JSFiddle - React, Tailwind, and code Playground

by Maksim Kalenich

JavaScript

let a = (...args) => null;
a.toString = () => null;
a.valueOf = () => null;

console.log(a, a());