Design comparison
Solution retrospective
Any advice to improve is welcome!
Community feedback
- Account deleted
Good job on completing the challenge, it works well and is totally responsive.
On the discount I think it's supposed to say 25% discount or - 25%, not both at the same time.
On applying the 25% discount, and switching to yearly billing you are supposed to take the monthly rate and multiply it by 12;
So it'll be
8 * 12 = 96
, then you take that and then you apply the25% discount
to it. It'll be96 * 25% = 24
, then you subtract;96 - 24 = $72
, so when the monthly billing is $8 the yearly billing is $72, and repeat that process to all the other numbers.And I am no mathematician, but I think that's the logical way to do it.
Keep coding👍.
Marked as helpful1@Alex-AR-LRPosted over 3 years ago@thulanigamtee Yes, I see that I overlook the "-25%" in each view and about the rate I did not realize that it had to be multiplied since it is an annual rate. Thank you very much for the comment, I will be correcting those details soon!
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