-
-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ES2022: StringとArrayの .at()
#1367
Labels
Lang: ES2022
ECMAScript 2022
Status: PR Welcome
Pull Requestを歓迎する状態
Status: Ready for PR
Pull RequestしてOKな状態
Comments
調査
|
が近いけど。 Array.prototype.at というセクションを足すのが無難かなー |
ほぼこれ一択な感じがする |
やること
|
#1163 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Lang: ES2022
ECMAScript 2022
Status: PR Welcome
Pull Requestを歓迎する状態
Status: Ready for PR
Pull RequestしてOKな状態
.at()
追加する。
.at()
についても追加する (length -1 のケースはatだと -1 とかける).at()
について触れる.at()
を使うようにする基本的に
length - 1
は.at()
に置き換える。DOM APIについては、item() 名前は標準化失敗した気がするし、触れなくて良い気がする。
https://github.com/tc39/proposal-relative-indexing-method#dom-justifications
https://developer.mozilla.org/ja/docs/Web/API/NodeList/item
Originally posted by @azu in #1337 (comment)
TODO
.at()
#1367 (comment)The text was updated successfully, but these errors were encountered: