1. ___________ string function used to convert the given string into lower case alphabets.

2. ___________ string function is used to convert given string into uppercase alphabets.

4 views

1 Answers

1. toLowerCase()

2. toUpperCase()

4 views