You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the last steps validating inputs, in specific the select-inputs there's some redundancy.
elseif(formData[element]instanceofObject){//when we reach the last objectformData[element].forEach((service)=>{for(letelementinservice){//if a property of said object returns undefined grab said reference and color its first childrenif(service[element]==undefined){HighlightService(service.name);validForm=false;// --OVER HERE--}}});}
At the last steps validating inputs, in specific the select-inputs there's some redundancy.
Re-structuring said parts keeping the animation code part aside from the flow-structures in code.
The text was updated successfully, but these errors were encountered: