JSFiddle - React, Tailwind, and code Playground

by Frank Liu

JavaScript

const x = null
const y = undefined

const obj={x, y}


console.log({a:1, ...y})