javascript toUpperCase method

JavaScript – toLowerCase and toUpperCase methods

Hey guys, I am back with a new article. In this article, let us learn about simple methods that have in JavaScript using which we can convert a given string to its uppercase and its lowercase representation respectively. So without a further ado, let’s get started. Introduction So we have the JavaScript’s toLowerCase method that returns a…