JSFiddle - React, Tailwind, and code Playground
by Abdul Ahmad
JavaScript
const userModelInterface = {
name: '',
age: '',
sayName: () => console.log(this.name),
};
by Abdul Ahmad
const userModelInterface = {
name: '',
age: '',
sayName: () => console.log(this.name),
};