πŸ“šΒ Reference


πŸ”–Β Index


toLowerCase()


str.toLowerCase()
const abc_lowercase = 'abC'.toLowerCase();
// "abc"
console.log(abc_lowercase )