JavaScript Blog Posts

The JavaScript Array.at() method

Often we want to return a single item from an array. There are a few methods of doing this including the `at(index)` method which returns the item at a given index.