JSFiddle - React, Tailwind, and code Playground

by Leo Cavalcante

JavaScript

function foo(){
    function bar(){
    }
}

var baz = foo.call({});

console.log(baz);