JSFiddle - React, Tailwind, and code Playground

by matox

JavaScript

const a = function () {
    return
    // Comment
    {a: 'b'};
}

console.log(a());