how to read string length in javascript code example Example: javascript string length const s = 'Hello, World!'; console.log(s.length);