Content deleted Content added
Fill in missing matrix operations for SymPy (would've been really strange if it didn't have them) |
Added ES2022 Array.prototype.at method to the table |
||
Line 66:
| [[J (programming language)|J]]
| {{Mono|#''name''}} || {{Mono|0}} || {{Mono|<:@#''name''}}
|-
|[[JavaScript]] ([[ECMAScript version history##13th Edition – ECMAScript 2022|ES2022]])
| {{Mono|''name''.length}} || {{Mono|0}} <br/> {{Mono|''name''.at(0)<ref name="es2022-array">
{{Cite web|url=https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.at|title=ECMAScript® 2025 Language Specification}}
</ref>}} || {{Mono|''name''.length - 1}} <br/> {{Mono|''name''.at(-1)<ref name="es2022-array"/>}}
|-
| [[Julia (programming language)|Julia]]
|