how get count of letters in javascript

JavaScript
//when use length for string this will be return the count of charactor 
//in string
$("#about_me_textarea").val().length
Source

Also in JavaScript: