The goal of this problem is to use prototypal inheritance in Javascript. Implement inheritance as described below- Create a function Employee that takes a…
Implement a function getNumTransactions(). It takes a username and it returns either the number of transactions associated with username, or a string “Username Not Found” if no…
Implement the function dataFinder such that: it takes a single argument data, an array of integers. it returns a new function that is called find. find takes 3 arguments: minRange…