Since the first movie isn't that good, we'll leave the initial rating of 0 as is. Let's move on and add a classic.

Create an instance of Movie with the name property set to "Rocky" and store it in movie2.

Make sure to add var movie2 = new Movie("Rocky"); to your code.