JSFiddle - React, Tailwind, and code Playground

by Simon Herteby

JavaScript

Const foo = {
  get foo(){
    return Math.random(
  )}

}
document.write(foo.foo)
document.write(foo.foo == foo.foo)