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