JSFiddle - React, Tailwind, and code Playground
JavaScript
function fu(foo) {
if(typeof foo==='undefined') {
alert('sorry, that is undefined');
}
}
fu();
function fu(foo) {
if(typeof foo==='undefined') {
alert('sorry, that is undefined');
}
}
fu();