JSFiddle - React, Tailwind, and code Playground by roshan100kar April 26, 2022 JavaScript var result = (function(x){ delete x; return x; })(0); console.log(result);