---
title: "The JavaScript .at() Method Will Change the Way You Handle Strings and Arrays"
url: https://daily.dev/posts/the-javascript-at-method-will-change-the-way-you-handle-strings-and-arrays-y1zvq5fxb
source_url: https://javascript.plainenglish.io/the-javascript-at-method-will-change-the-way-you-handle-strings-and-arrays-403bb68c5fe8
type: article
source: "JavaScript in Plain English"
published: 2021-10-24T20:32:29.008Z
updated: 2021-10-24T20:32:29.009Z
tags: ["javascript"]
reading_time: 6
upvotes: 23
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# The JavaScript .at() Method Will Change the Way You Handle Strings and Arrays

**[JavaScript in Plain English](https://daily.dev/sources/jsPlainEnglish)** · 6 min read · 23 upvotes · 0 comments

## Summary

The JavaScript .at() method was introduced in the August release of the ECMA International TC39’s relative indexing proposal. It allows developers to grab elements based on their indexes. In this tutorial, we’ll look at the benefits of the method and how it can improve developers’ experiences.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://javascript.plainenglish.io/the-javascript-at-method-will-change-the-way-you-handle-strings-and-arrays-403bb68c5fe8>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#javascript](https://daily.dev/tags/javascript)

[View this post on daily.dev](https://daily.dev/posts/the-javascript-at-method-will-change-the-way-you-handle-strings-and-arrays-y1zvq5fxb)
