JSFiddle - React, Tailwind, and code Playground

by Vladymyr Shevchuk

JavaScript

const obj = {
  foo: ''
};

console.log(obj.foo ?? 1);