Practice: Small Business A small business wants to keep track of its employees and the computers that they use. Each employee is assigned to a department, and they each get assigned a computer when they join the company.

Build arrays of objects that represent Employees, Departments, and Computers. Assign every resource a unique id property. Assign each employee to a department using a foreign key. Assign each employee a computer using a foreign key. Once your data is normalized, use your DOM skills to display a card for each employee. It should display the employee name, the name of their department, and which computer they are using

Rainu Ittycheriah

Works in the IT department
Currently using a 2015 MacBook Pro
# joiningdata