JSFiddle - React, Tailwind, and code Playground
by Luiza CICONE
JavaScript
let a= {
a: null,
b: undefined,
c: '',
d: true
}
console.error(JSON.stringify(a));
by Luiza CICONE
let a= {
a: null,
b: undefined,
c: '',
d: true
}
console.error(JSON.stringify(a));