JSFiddle - React, Tailwind, and code Playground by Michael Prosser January 26, 2023 JavaScript var cat = 'black'; console.log(cat); cat = null; console.log(cat);