We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8557d commit e66be52Copy full SHA for e66be52
count-characters/javascript.md
@@ -8,5 +8,5 @@ to count code points.
8
```javascript
9
var puny = require('punycode');
10
11
-$count = puny.ucs2.decode(str).length;
+count = puny.ucs2.decode(str).length;
12
```
0 commit comments