From 01ed742cf40e4cbf3f7765fb4bcbb86d745b17c5 Mon Sep 17 00:00:00 2001 From: Andrej Rasevic Rasevic <arasevic@terpmail.umd.edu> Date: Tue, 19 Jan 2021 08:11:03 -0500 Subject: [PATCH] Update exercise3.html --- exercises/exercise3/exercise3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/exercise3/exercise3.html b/exercises/exercise3/exercise3.html index 33c2aff..69d38bf 100644 --- a/exercises/exercise3/exercise3.html +++ b/exercises/exercise3/exercise3.html @@ -34,7 +34,7 @@ //Soo 2017 - Display a list of all movies that came out in 2017 sorted alphabetically by movie title. Output: <movie_title> (<year>) function soo2017() {} - //Movie Count - Display the number of movies that were released each year. Output: <year>: <number_of_movies> + //Movie Count - Display the number of movies that were released each year. Output: <year> : <number_of_movies> function movieCount() {} //Function that converts arrays into seperate HTML list elements. (Hint: Use this!) -- GitLab