JSFiddle - React, Tailwind, and code Playground

by Michael Prosser

JavaScript

var cat = 'black';

console.log(cat);

cat = null;

console.log(cat);