Hi There, I am Gibson, in this blog, we will learn about JavaScript Strings and some string methods. If you do not see JavaScript String Part 1, I’ve included a link to the blog below. toLowerCase() & toUpperCase(): first, we learn how to change the case of a string const name="gibson JOSEPH"
console.log(name.toLowerCase()) //gibson…