function downtownFunc() { console.log('Uptown func you up!'); console.log('Downtown func you down!'); }
function uptownFunc() { console.log('Uptown func you up!'); }
how cool is that?! 🤩
you can select and copy the code 😎