JSFiddle - React, Tailwind, and code Playground

by roshan100kar

JavaScript

var result = (function(x){
delete x;
return x;
})(0);

console.log(result);