JSFiddle - React, Tailwind, and code Playground
JavaScript
function S() {
}
var s = Object.create(S, {
sum: {
value: 0
}
});
console.log(s, s());
function S() {
}
var s = Object.create(S, {
sum: {
value: 0
}
});
console.log(s, s());