@Saubhagya111Submitted almost 2 years ago
How do I add quotes for the advice received ?
How do I add quotes for the advice received ?
You can simply change one line in your script: `advice.innerHTML = "''" + nowAdvice + "''";
How can I improve this for responsiveness?
And How can I improve the overall code?
Nice one, I would suggest adding a transition on buttons, it would make smoother animation after clicking them.