What it does
I used Javascript to sort top 100 IMDB movies into an alphabetical order.
How we built it
I imported JSON file into JS and used forEach and map method.
What I learned
- how to import/export JSON into javscript
- differences between
forEachandmap
Log in or sign up for Devpost to join the conversation.