Which built-in method returns the calling string value converted to lower case?



Which built-in method returns the calling string value converted to lower case?..

Answer / Mahendra Kumar Pathak

The String.toLowerCase() method in JavaScript converts all the uppercase letters in a string into their lowercase equivalents.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

Between JavaScript and an ASP script, which is faster?

1 Answers  


What do you mean by script?

1 Answers  


1) How can we use java script in testing the application? 2) What all the things(Software application - like browser, notepad) we need to learn Jscript?

1 Answers  


What are the concepts of object oriented programming?Explain with an example.

1 Answers  


Define event bubbling?

1 Answers  


How do you add an element at the beginning of an array?

1 Answers  


What is scope chain in javascript?

1 Answers  


How to convert “20” to number in javascript?

1 Answers  


How to hide javascript code from old browsers that dont run it?

1 Answers  


Is javascript enabled on chrome?

1 Answers  


What is javascript hoisting?

1 Answers  


How can we send mail using Javascript?

1 Answers  


Categories