Javascript Map and Filter by Example

preview_player
Показать описание
In this episode of 5 Minute Fridays, we'll look at using the Javascript map and filter methods in several examples.

See my previous video on using reduce for a bit longer explanation of running Javascript in a Vim buffer, if you're interested!

Be sure to let me know in the comments if you're interested in seeing more Javascript, Typescript, Python, Machine Learning, or any other topics in upcoming 5 Minute Fridays!

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

Thx Wes. This JavaScript simple videos are very good idea.

beataj
Автор

Time for the hardware store to get a different brand of level.

snwdn
Автор

This is good tutorial, but you should spend more time explaining the syntax which I bet is unfamiliar to a lot of people. Those to whom the syntax is not unfamiliar probably don't need the video. There was one point in the vid that you did that just that, but you weren't consistent. People are going to look at var expensive = x => x '[price]' > 5; and scratch their heads. The time you take to unpack expressions like this, the more popular your videos will be.

DanielRLuke
Автор

So map can create anything, and filter returns an filtered "array"

selvoselvo
Автор

Kindly also make new tutorials for the React apps.

jsnode