Post

Javascript: Data Finder

Implement the function dataFinder such that: it takes a single argument data, an array of integers. it…
Post

Javascript: Employee Inheritance

The goal of this problem is to use prototypal inheritance in Javascript.…
Post

JavaScript: User Transactions

Implement a function getNumTransactions(). It takes a username and it returns either the number of transactions…
Post

JavaScript: Data Finder

Implement the function dataFinder such that: it takes a single argument data, an array of integers. it…
Post

JavaScript: Country Codes

In this challenge, the given REST API contains information about countries. Given…