✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What will be the output of this code?
const roadTrip = () => {
const destination = 'Crater Lake, Oregon';
const snacks = 'trail mix';
const supplies = 'sleeping bags';
};
console.log(`Next stop: ${destination}`);