Which built-in method returns the length of the string?

 Posted by Vivek.Ramapuram on 7/15/2015 | Category: JavaScript Interview questions | Views: 9003 | Points: 40
Select from following answers:
  1. length()
  2. size()
  3. index()
  4. None of the above.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: Shreedar on: 8/15/2015 | Points: 10
string s;
s.length() Will gives the length.

Regards,
Sridhar Thota.

Login to post response