.length of a string code example Example: javascript string length const s = 'Hello, World!'; console.log(s.length);