JSFiddle - React, Tailwind, and code Playground

by Luiza CICONE

JavaScript

let a= {
   a: null,
   b: undefined,
   c: '',
   d: true
}

console.error(JSON.stringify(a));