how to get the size of a string in javascript code example Example: javascript check string lenght Click to copylet SomeString = "Example"; console.log(SomeString.length)