const frank_talk = (who, words) => { console.log(`I am ${who.name} and ${words}.`); } frank_talk(frank, "I am talking here!");