摘要:
JavaScript string charCodeAt() vs codePointAt() All In One
String.prototype.charCodeAt() vs String.prototype.codePointAt()
String.fromCodePoint() vs String.fromCharCode()
convert number or string to ASCII in JavaScript
阅读全文
摘要:
How to use JavaScript BigInt and Number.prototype.toString to handle the super large integer problems All In One
如何使用 JavaScript BigInt 和 Number.prototype.toString 处理超大整数问题
大数相加超出 JavaScript 中的最大安全整数 (2**53 – 1) 最大值 bug ❌
Number.MAX_SAFE_INTEGER 9007199254740991
阅读全文