Phinah Mahoro

Results 1 comments of Phinah Mahoro

having the same problem dont know how to solve this function checkRequired(input) { input.forEach(function(input) { if (input.value.trim() === '') { showError(input, `${getFieldName(input)} is required`); } else { showSuccess(input); } });...