Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Vanilla JavaScript projects

Dineshβ€’ 1,115

@Dinesh1042

Desktop design screenshot for the Crowdfunding product page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


let feedback = null; if(feedback){ return "Are Appreciated" }; else{ return false; }

Community feedback

P
ApplePieGiraffeβ€’ 30,545

@ApplePieGiraffe

Posted

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)! 😁

1

Dineshβ€’ 1,115

@Dinesh1042

Posted

@ApplePieGiraffe Thanks Your suggestion 😊 . I make sure to prefix data- for my custom attribute;

Happy coding πŸ˜‰.

feedback = true; @ApplePieGiraffe is Appreciated;

1
P
ApplePieGiraffeβ€’ 30,545

@ApplePieGiraffe

Posted

@Dinesh1042

console.log('No problem!')
keepCoding()

πŸ˜…

0

Please log in to post a comment

Log in with GitHub
Discord logo

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