JSFiddle - React, Tailwind, and code Playground
by hasandag
JavaScript
const my_obj= {
name: "abc",
count: 10,
foo(first){
return first + " try"
}
}
console.log(my_obj.foo("my_value"))
by hasandag
const my_obj= {
name: "abc",
count: 10,
foo(first){
return first + " try"
}
}
console.log(my_obj.foo("my_value"))