javascript coding -- 2
Budget: $10 – $30 CAD
Allows to add an employee information (as an object) to an array using the following information:
Employee ID (4-digit number)
First Name
Last Name
Job Title
Salary
User can click on Display button to display all the array information on screen in a table format.
User can still continue adding employees in the array and every time Display button is clicked the tables is updated accordingly.
the user can sort the table by salary (high to low and low to high). but the user can also search for employees by salary. For example, that can specify the salary amount and if they want to see employees with salaries higher or lower than this salary.
Employee ID (4-digit number)
First Name
Last Name
Job Title
Salary
User can click on Display button to display all the array information on screen in a table format.
User can still continue adding employees in the array and every time Display button is clicked the tables is updated accordingly.
the user can sort the table by salary (high to low and low to high). but the user can also search for employees by salary. For example, that can specify the salary amount and if they want to see employees with salaries higher or lower than this salary.