You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: