Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 00b9909

Browse files
committed
changed homework
1 parent 8bfe483 commit 00b9909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JavaScript3/Week7/classwork/week7-exercise.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// We are not interested in all the data, but only the rating.
1010

1111
// Exercise 4
12-
// Lets find out if having more than 6 words in the title of a movies decreases the average rating:
13-
12+
// Lets find out if having more than 6 words in the title of a movies increase the average rating:
13+
// average = sum(all the ratings) / number of movies
1414
// 4.1 Lets find the average rating from posts with more than 6 words in the title
1515

1616
// 4.2 Lets find the average rating posts without more than 6 words in the title

0 commit comments

Comments
 (0)