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