programming faqs interview questions tech technical educational freshers guide preparation interviews hr telephonic
try another color:
try another fontsize: 60% 70% 80% 90%
ProgrammingFAQs

how to find string length in javascript?

Average: 5 (1 vote)

Use the length property to

Use the length property to find the length of the string

eg:
var str="nagidi";
alert(str.length)