JSFiddle - React, Tailwind, and code Playground

by Maksim Kalenich

JavaScript

function S() {

}

var s = Object.create(S, {
  sum: {
    value: 0
  }
});

console.log(s, s());