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