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

fixing typo in readme

parent 932c6dd5
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,8 @@
It is advised that you acquaint yourself with the way in which we use the convertToHTML() method provided for you as well as how you can use the innerHTML attribute to set and get data in an HTML element.
2. Formating and output:
You will be using the innerHTML attribute to set your results to the the unorded list <ul> with classname `list`. You should use template strings in order to display and format your ouput to match the specs (`${}` for those that need a reminder)
2. Formating and output:
You will be using the innerHTML attribute to set your results to the the unordered list with classname `list`. You should use template strings in order to display and format your ouput to match the specs (`${}` for those that need a reminder)
3. Additional Notes:
You should not alter the `fetch()` call,this is a way we obtain the movie data from the internet. This should go without saying, but you should not hardcode your results, we will check your submissions to make sure this does not happen. You should use the functional array prototypes that we have gone over in class and that are mentioned in this exercise (map, sort, filter, reduce), using for loops, for..of loops, while loops, etc will result in a substantial amount of point deduction.
......
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