Created
June 10, 2022 04:46
-
-
Save garystorey/6a7841cf69ce28ddc3fdc62aa56696cf to your computer and use it in GitHub Desktop.
Star Rating
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
https://codepen.io/codercatdev/pen/eYVjxjK | |
*/ | |
const rating = stars => `★★★★★☆☆☆☆☆`.slice(5 - stars, 10 - stars); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment