Advice generator app

Solution retrospective
How do I add quotes for the advice received ?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @AndriusM5
You can simply change one line in your script: `advice.innerHTML = "''" + nowAdvice + "''";
- @thirraz
To add quotes you may use the
<q>
tag, and to show advice you may fetch the API with js. If you have questions you can ask 😎👍
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord