Create a stars variable and store 3, the first product's rating, to it.
stars
3
Make sure to add var stars = 3; to your code.
var stars = 3;