Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -48,8 +48,7 @@
- indexof (https://github.com/component/indexof) - String.prototype.indexOf (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/indexOf)
- string.prototype.trim (https://github.com/es-shims/String.prototype.trim) - String.prototype.trim (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim)
- string.prototype.trimleft (https://github.com/es-shims/String.prototype.trimleft) - String.prototype.trimStart 
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/TrimStart)
- string.prototype.trimleft (https://github.com/es-shims/String.prototype.trimleft) - String.prototype.trimStart (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/TrimStart)
- string.prototype.trimright (https://github.com/es-shims/String.prototype.trimright) - String.prototype.trimEnd (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/TrimEnd)
- string.prototype.replaceall (https://github.com/es-shims/String.prototype.replaceAll) - String.prototype.replaceAll (https://github.com/tc39/proposal-string-replaceall)