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

(A) prompt() 

(B) confirm() 

(C) toLowerCase() 

(D) toUpperCase()

5 views

1 Answers

(C) toLowerCase()

5 views