As a developer, staying up-to-date with the latest advancements in JavaScript is crucial to writing efficient, modern, and scalable code. In this p...
For further actions, you may consider blocking this person and/or reporting abuse
at()
is inherited from theArray
prototype, which is inherited by theString
prototype. It is way more useful than withString
s, as it allows us to use negative indices on arrays, a feature JS has needed for quite some time, IMO. Instead of writingmyArray[myArray.length-1]
you can now usemyArray.at(-1)
.Good Article
Thanks @prashantsimejiyasiya
Thanks for the information.
:)
great pieces of information tysm
Thank You so much @mahmoud_sayed_fbc6599eb8f
Nice article!
Thank You so much @sahilatahar
globalThis new for me . thanks for information
Finally!
Finally
Last is most interesting.
Very informative☺️
Thanks @lokeshkavisth
Found it to be Very helpful!
Thank you @divyanz_pal
thanks, I enjoyed
thanks for feedback @javad_mohammadi_bc75eac5b
Nice Article 👍