JSFiddle - React, Tailwind, and code Playground

by Chitkala More

JavaScript

function func1(){
var test='xyz';
 return function setCount(){
 console.log(test)
 } 
})