JSFiddle - React, Tailwind, and code Playground
by shivaay123
JavaScript
const fruit = {
name: 'Apple',
location: 'Nepal',
}
function printhis() {
console.log(this)
}
printhis.call(fruit)
by shivaay123
const fruit = {
name: 'Apple',
location: 'Nepal',
}
function printhis() {
console.log(this)
}
printhis.call(fruit)