JavaScript Array Some Method Practice in 5 Minutes

preview_player
Показать описание
Learn to use the Some() function to determine if at least one item in your array matches a condition.

Arrays are an essential part of JavaScript. If you want to get better at JavaScript, you have to know how to effectively use arrays, especially the built-in array methods like map, reduce, filter, sort, every, some, etc. In this series, we'll cover the JavaScript array methods you need to know to become a web developer.

_____________________________________________

Newsletter 🗞
Interested in exclusive content and discounts? 🤯 Sign up for the newsletter!
_____________________________________________

Connect with me 😀
_____________________________________________

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

Thank you ! Definitely getting better with arrays with each of your video!!

mariapaderina
Автор

Very well explained. As soon as you described what the some method did, I was already in my head thinking about the code.

cloudagnostic
Автор

Great explanation with various examples, thanks!! :)

Me-szyy
Автор

Thank you so much for this amazing video! Tell me please what theme is this? That green and blue letters are so beautiful!

AvnerMainshy
Автор

Thank you so much, your explanation helped a lot!

jennyatelier_augenstern
Автор

Great content. Did not know that some() method existed on arrays. Thanks

fkaspow
Автор

Great content, you're an inspiration!
Thank you so much!

DevMadeEasy
Автор

Thank you sir for teaching. Please, tell me the theme 😍👌.

aliensoul
Автор

java script can get tough, but when u have James the Quick guiding u through, then it all comes together

CodingWorm
Автор

i'd like a tutorial on a vscode setup for js

eduardabramovich
Автор

Why have you used === instead of == in all the statements?
If you're only comparing values shouldn't == suffice?
What's the advantage of using === over == in these examples?

blackpurple
Автор

What extension do you have on your vs code creating the arrow ➡ and the === like a hamburger.

chyk_e
Автор

3rd Comment

I want to be better at Javascript

reanibutani
Автор

This is so frustrating... I watched so many videos and tutorials (watched this two times) on the array.some() but still don't understand. :/ 😐😣😥

rayankhan
Автор

Why .some()? Would .any() not have been better?

Hertog_von_Berkshire