filmov
tv
#10 Array.indexOf() & Array.lastIndexOf() | JavaScript | Frontend | Take it easy #shorts
![preview_player](https://i.ytimg.com/vi/VeP3wEUcxAI/maxresdefault.jpg)
Показать описание
#JavaScript #Frontend #shorts
codepen
MDN
```
const arr = [1, 2, 3, 4, 5, 2]
const v = 0
```
codepen
MDN
```
const arr = [1, 2, 3, 4, 5, 2]
const v = 0
```