Skip to content

Instantly share code, notes, and snippets.

@garystorey
Created June 10, 2022 04:46
Show Gist options
  • Save garystorey/6a7841cf69ce28ddc3fdc62aa56696cf to your computer and use it in GitHub Desktop.
Save garystorey/6a7841cf69ce28ddc3fdc62aa56696cf to your computer and use it in GitHub Desktop.
Star Rating
/*
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