A human resources program for Codecademy
WorkAround is a human resources program that returns basic information about an employee, based on salary data. Using WorkAround, one can use an employee's salary data to:
- return the cadre of the of the employee, in other words, whether this employee is entry level, mid level, or senior level.
- calculate employee tax rates
- return employee benefits
- calculate employee bonuses
- calculate employee bonuses
WorkAround currently contains the data and functions in a single file, though they would like to modify the program so it makes use of JavaScript modules. Specifically, WorkAround you to demonstrate the different ways to export and import modules.
[daninpr]-(https://github.com/daninpr) [faramaulidia]-(https://github.com/faramaulidia)