JSFiddle - React, Tailwind, and code Playground
by Lucas Krause
HTML
<div></div>
JavaScript
//$("div").removeProp("id");
console.log(typeof $("div").prop("id"));
by Lucas Krause
<div></div>
//$("div").removeProp("id");
console.log(typeof $("div").prop("id"));