hello everyone
i wanted to Write javascript code to dynamically display the list of movies with their images, title, director and rating but when creating the <ul>
and <li>
elements and appending them to the document nothing is appears maybe there is something wrong with the for loop and with the returned value but couldn’t figure it out, this is my codepen
any help will be great
update:
I’ve managed to make the array elements (which are objects nested inside the array ) to appear but its just showing [object Object]