Vanilla JavaScript projects

Solution retrospective
let feedback = null; if(feedback){ return "Are Appreciated" }; else{ return false; }
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ApplePieGiraffe
Hey, Dinesh! 👋
Nice work on this challenge! 🙌 Your solution looks good and works well! 👍 I like your creative request for feedback! 😀
I suggest adding a heading to any
<article>
tags you use to make your HTML more semantic and clear up an error on your solution report. Also, I believe you should add the prefix "data-" to any custom attributes that you want to add to HTML elements (so in this case, you'd probably be better off putting "data-bookmarked" on a<div>
rather than "bookmarked").Keep coding (and happy coding, too)! 😁
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