How to Find Specific Element in Array and Modify It (JavaScript)

Computers start counting from zero. So 0 is 1, 1 is 2, and so on. That’s why list[2] selects item 3 from the array

Code for the array in the example:

var list = ['item 1', 'item 2', 'item 3', 'item 4']

Has this been helpful to you?

You can support my work by sharing this article with others, or perhaps buy me a cup of coffee 😊

Kofi

Share & Discuss on