Question: Function: tst_name Parameter: A string. Returns: true if the given string has the form string1, string2 letter where both strings must be all lowercase letters
Function: tst_name
Parameter: A string.
Returns: true if the given string has the form
string1, string2 letter
where both strings must be all lowercase letters except for the first
letter and letter must be uppercase; false otherwise.
Write, test, and debug (if necessary) JavaScript scripts for the problem that above. When required to write a function, you must include a script to test the function with at least two different data sets. In all cases, for testing, you must write an HTML file that references the JavaScript file.
Step by Step Solution
3.34 Rating (157 Votes )
There are 3 Steps involved in it
Program A table of the num... View full answer
Get step-by-step solutions from verified subject matter experts
