Question: PLEASE HELP WITH JAVASCRIPT: FILL IN SKELETON CODE Here is the skeleton code: /* Your code starts here */ function processCheck() { /* Check all
PLEASE HELP WITH JAVASCRIPT: FILL IN SKELETON CODE


Here is the skeleton code:
Auto Paycheck
| Check Number | |
| Pay Date |
You will complete the implementation of the following functions: function processCheck0 This is the main function, the one which will be called when the button is pressed. From here you will call the other functions in order to obtain all the required information to populate the input fields. Use the given function getValueString(val) were val is a real number value. function getName() A simple function which returns the concatenation of firstname+middlename+lastname. function getAddress0 Just as getName, but it returns a single string with the following format: Address, City, State, Zip Note the break line from address to the last line. This can be achieve with the special character "In" function calculateTotal0 f... return a single value, rounded to TWO digits. You will compute the total Bl-WEEKLY (26 paychecks per year) salary based on the following rules: $55000 CAT A Manufacturing CAT B Accounting $69500 CAT C Administrative $58700 CAT D IT $73200 Night shift 10% extra Rotating 15% No Health Plan 2% discount for general deductions HMO Health Plan 9% discount PPO Health Plan 11% discount
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
