You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constformatCodepoints=Array.from(primaryFormat,c=>c.codePointAt(0)).reverse();// reverse the array to determine positions of grouping-separator-signs
378
+
constformatCodepoints=stringToArray(primaryFormat).map(c=>c.codePointAt(0)).reverse();// reverse the array to determine positions of grouping-separator-signs
375
379
formatCodepoints.forEach((codePoint)=>{
376
380
// step though each char in the picture to determine the digit group
0 commit comments