JSFiddle - React, Tailwind, and code Playground
TypeScript
const human = {
firstName: 'Старец',
age: 32,
height: 185,
greet: function(){
console.log(`Приветствую тебя`)
}
};
human.greet();
const human = {
firstName: 'Старец',
age: 32,
height: 185,
greet: function(){
console.log(`Приветствую тебя`)
}
};
human.greet();