JSFiddle - React, Tailwind, and code Playground

by Gerald Gillespie

JavaScript

const x ={ foo(){
console.log( 'hi');
return 'hi';

goo: null;
}};


console.log( x.foo?.(), x.goo?.());