JSFiddle - React, Tailwind, and code Playground

by techtiger255

HTML

<span>Press CTRL + SHIFT + I to open developer tools, then go to the console tab to see output.</span><br/><br/><span>As you may find out there's an error stating "cannot assign value to constant" this sort
<br/>
of thing just stops the javascript thread, but also returns as a false.</span>

JavaScript

const a = 0;
console.log((a = 7) == true);