Question: I need this to be coded in Javascript. 4. Declare a new function named createIDO. Declare the local variables listed in the table shown below,
I need this to be coded in Javascript.

4. Declare a new function named createIDO. Declare the local variables listed in the table shown below, assigning values from each of the corresponding elements. VARIABLE fname lname zip account ELEMENT ID VALUE fnameinput lnameinput zipinput accountidbox Also declare a variable named fields with a value that references all elements with the tag name input. Finally, declare acctid, firstInit, and lastInitas empty strings. 5. Within the createIDO function, create an if statement that checks if the values of the elements referenced by the fname, 1name, and zip variables are all non-null. (Hint: Write a compound condition to check that each value is not equal to an empty string (" ).) Add the following statements to run if the condition is true 6. 4. Declare a new function named createIDO. Declare the local variables listed in the table shown below, assigning values from each of the corresponding elements. VARIABLE fname lname zip account ELEMENT ID VALUE fnameinput lnameinput zipinput accountidbox Also declare a variable named fields with a value that references all elements with the tag name input. Finally, declare acctid, firstInit, and lastInitas empty strings. 5. Within the createIDO function, create an if statement that checks if the values of the elements referenced by the fname, 1name, and zip variables are all non-null. (Hint: Write a compound condition to check that each value is not equal to an empty string (" ).) Add the following statements to run if the condition is true 6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
