how to measure string length in javascript code example Example: javascript check string lenght let SomeString = "Example"; console.log(SomeString.length)