Published Mar 06 2019
Psssst! The 2023 WEB DEVELOPMENT BOOTCAMP is starting on FEBRUARY 01, 2023! SIGNUPS ARE NOW OPEN to this 10-weeks cohort course. Learn the fundamentals, HTML, CSS, JS, Tailwind, React, Next.js and much more! ✨
Return a new string with the text all in lower case.
Does not mutate the original string.
Does not accept any parameter.
Usage:
'Testing'.toLowerCase() //'testing'
Works similarly to toLocaleLowerCase()
, but does not consider locales at all.