Html – When button clicked on load it adds 'undefined' to array
So I'm trying to make a form that accepts names. The input field will take in a name. When you press the submit button it will add the name to an array only if name!=null and and the name is…