You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is my feedback on your DOM manipulation homework.
You have defined the array movieTitles but you are not using it anywhere.
I also noted that you are not adding the Writer and Director information to your web page.
You have defined a variable newObj which is actually an array.
Please look at a possible implementation of the homework that I adapted from Nagham's homework submission this week. Carefully study the code and compare it with was asked in the homework assignment. As always, feel free to ask questions on slack.
Hi Abdullah,
Here is my feedback on your DOM manipulation homework.
movieTitles
but you are not using it anywhere.newObj
which is actually an array.Please look at a possible implementation of the homework that I adapted from Nagham's homework submission this week. Carefully study the code and compare it with was asked in the homework assignment. As always, feel free to ask questions on slack.
https://github.com/remarcmij/class12-js/tree/master/week3/nagham-dom
The text was updated successfully, but these errors were encountered: