JSFiddle - React, Tailwind, and code Playground

by sergey77

JavaScript

function foo() {
    return {
        status: true
    };
}

alert(foo().status);