JSFiddle - React, Tailwind, and code Playground

by ChrisStanyon

JavaScript

let person = {
firstName : null,
lastName : 'Chris',
}

console.log(JSON.stringify(person))