SuperSimpleDev / javascript-course

737 stars 588 forks source link

3j.js #123

Open Freakecode opened 4 months ago

Freakecode commented 4 months ago

Hi, is the \n missing from the 3j answer or am I just being stupid? Here's your solution: alert(Total cost: $${(599 + 295) / 100} Thank you, come again!);

This is what I wrote: alert(Total cost: $${(599 + 295) / 100} + \nThank you, come again!);

Thank you for a good course and keep up the good work!