Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfe483 commit 00b9909Copy full SHA for 00b9909
JavaScript3/Week7/classwork/week7-exercise.js
@@ -9,8 +9,8 @@
9
// We are not interested in all the data, but only the rating.
10
11
// Exercise 4
12
-// Lets find out if having more than 6 words in the title of a movies decreases the average rating:
13
-
+// Lets find out if having more than 6 words in the title of a movies increase the average rating:
+// average = sum(all the ratings) / number of movies
14
// 4.1 Lets find the average rating from posts with more than 6 words in the title
15
16
// 4.2 Lets find the average rating posts without more than 6 words in the title
0 commit comments