javascript string.size code example Example: string size javascript var str = "Hello World!"; var n = str.length; // n == 12