JSFiddle - React, Tailwind, and code Playground
JavaScript
a=((b,c)=>{
console.log(b+" "+c);
});
var b = function(b,c){
console.log(b+" "+c);
}
a("this","is me");
b("this","is me");
a=((b,c)=>{
console.log(b+" "+c);
});
var b = function(b,c){
console.log(b+" "+c);
}
a("this","is me");
b("this","is me");