JSFiddle - React, Tailwind, and code Playground
JavaScript
function main() {
const p = {
id: 123
};
other(p);
}
function other(p) {
console.log(">> ")
}
function main() {
const p = {
id: 123
};
other(p);
}
function other(p) {
console.log(">> ")
}