https://github.com/mujz/recoded-oop-exercise-movie
An exercise about Object Oriented Programming in JavaScript
https://github.com/mujz/recoded-oop-exercise-movie
Last synced: about 2 months ago
JSON representation
An exercise about Object Oriented Programming in JavaScript
- Host: GitHub
- URL: https://github.com/mujz/recoded-oop-exercise-movie
- Owner: mujz
- Created: 2020-02-15T13:58:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T10:06:36.000Z (over 5 years ago)
- Last Synced: 2025-03-26T08:07:02.433Z (2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 4
- Watchers: 1
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assignment
Fetch the list of actors starring in the movie and render the top 4 on the page.
You can use the path `movie/${movieId}/credits` to get the list of actors.