Closed mtuchi closed 11 months ago
Re-used firstLetterUpperCased function, which checks if the value is exist before transform the first letter to uppercase.
firstLetterUpperCased
This will resolve
TypeError [Error]: Cannot read properties of undefined (reading 'toUpperCase')
Summary
Re-used
firstLetterUpperCased
function, which checks if the value is exist before transform the first letter to uppercase.This will resolve