JSFiddle - React, Tailwind, and code Playground by Chitkala More May 07, 2024 JavaScript function func1(){ var test='xyz'; return function setCount(){ console.log(test) } })