Jump Trading Interview Question

Create a one-page web application which fetches market data from multiple APIs and display them in a sortable table.

Interview Answer

Anonymous

Dec 5, 2018

Built said application on the given HTML template with JavaScript and jQuery. Solved issues like bypassing CORS, calling the API correctly, and designing the flow of asynchronous functions.