Login
Remember
Register
Ask a Question
Which built-in method returns the length of the string?
0
votes
asked
Oct 19, 2019
in
JavaScript
by
SakshiSharma
Which built-in method returns the length of the string?
string-length
javascript-method
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 19, 2019
by
rajeshsharma
length() method returns the length of the string.
...