Another 5 Must Know JavaScript Array Methods

preview_player
Показать описание
In today's video we'll take a look at 5 more must know JavaScript array methods - these include find index, unshift, map, entries and slice.

If this video helped you out and you'd like to see more, make sure to leave a like and subscribe to dcode!

#dcode #javascript
Рекомендации по теме
Комментарии
Автор

1. 0:04 - findIndex
2. 2:12 - unshift
3. 4:24 - map
4. 7:10 - entries
5. 9:11 - slice

resmem
Автор

Quite refreshing. I learned several useful array methods from your old javascript series.

abubalo
Автор

Nice one. But for me as a machine language programmer a Stack is where you Push (add an entry) and Pop (remove an entry) Essentially a Stack looks like an Array but it behaves differently. A stack also implements a "Label" for the basic but forbidden "GoTo" and derived mechanisms like "Break" and "Try ... Catch" which are "GoTo's in disguise". It's also the base for recursion where we add frames for each iteration, , ,

montebont
Автор

Everything is good except for a last example with object slice. I think you should've mutated score before object comparison between podium and runnerUps, so it would be easier to understand that something went wrong after we get true. Anyway, thank you for a video, cheers!

fupdcfv
Автор

hi !! please, 3:48 why updatedScoreCount returns the lenght of the array 6?
1/ we didn't used array.lenght
2/ I thought updatedScoreCount would return a copy of the 1st array

thanks a lot

AM-nmts
Автор

"getting an index of an element and then finding the element itself by that index". this involves in double operations. why not use "find" method and we are done ?

gutsnxr
Автор

Why do you need to hide your terminal at 1:45? Everyone knows that male at least have 1 sussy folder on their pc. No need to hide man

irumidesu