I ditched my terminal for Claude's built-in code executor, and I'm not going back.
JavaScript is going to run the function first, and then whatever the return result is it will immediately be interpolated into that string. ```js console.log (`Your total is $$ {calculateBill ()}`); ...