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 3f212fb commit 5f87083Copy full SHA for 5f87083
lib/index.js
@@ -187,7 +187,7 @@ function writtenNumber(n, options) {
187
188
// Languages that have separators for all cardinals.
189
if (language.allSeparator) {
190
- for (let j = 0; j < ret.length-1; j++) {
+ for (var j = 0; j < ret.length-1; j++) {
191
ret[j] = language.allSeparator + ret[j];
192
}
193
0 commit comments