how to instance char count in string in js code example Example: javascript count character in string var str = "Hello World!"; var n = str.length;