Write, test and debug (if necessary) XHTML files and Java Scripts scripts for the following problems. When required to write functions, you must include a script to test the function with at least two different data sets:
Function: no_zeros
Parameter: An array of numbers.
Result: The given array must be modified to remove all zero values.
Returns: true if the given array included zero values; false otherwise.
Function: reverser
Parameter: A number
Returns: The number with its digits in reverse order
Submit your assignment by e-mail (to siegfrie@adelphi.edu).