javascript length of string example Example: js string length let str = "foo"; console.log(str.length); // 3