Design comparison
SolutionDesign
Solution retrospective
How do I add quotes for the advice received ?
Community feedback
- @AndriusM5Posted almost 2 years ago
You can simply change one line in your script: `advice.innerHTML = "''" + nowAdvice + "''";
0 - @thirrazPosted almost 2 years ago
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 😎👍0
Please log in to post a comment
Log in with GitHubJoin 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