Skip to content
Snippets Groups Projects
Commit 01ed742c authored by Andrej Rasevic's avatar Andrej Rasevic
Browse files

Update exercise3.html

parent 0389988f
No related branches found
No related tags found
No related merge requests found
......@@ -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!)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment