Javascript: Data Finder

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…

React: Employee Information

Create an Employee Information module as shown below: There is a reusable component in the module named Dropdown: It renders a <select> element. It receives…

REST API: Patient’s Medical Record

A REST API contains patients’ medical records. Given a patient id, fetch all the records for the patient and return their average…

Largest Number of Orders

A company maintains information about its orders in table called ORDERS. Write a query to find the CUSTOMER_ID of the customer who has placed the…

Efficient Janitor

The janitor of a high school is extremely efficient. By the end of each day, all of the school’s waste is in…

Relative Pay

Relative Pay A company maintains an EMPLOYEE table with information for each of their employees. Write a query to produce a list containing…

Growth in 2 Dimensions

Start with an infinite two dimensional grid filled with zeros, indexed from (1,1) at the bottom left corner with coordinates increasing toward…

Angular: Length Converter

Create a Length Converter component, as shown below:   The component should have the following functionalities: It has 2 input set. Each…

Angular: Weather Finder

Create a Weather Finder component, as shown below: The component must have the following functionalities: The input should initially be empty. The…

Angular: Temperature Converter

Create a Temperature Converter component, as shown below: The component should have the following functionalities: It has 2 input number fields. The…