Some and Every Array Method in JavaScript | The Complete JavaScript Course | Ep.44

preview_player
Показать описание
Starter Code:
Final Code:

Have any doubts? Join this Telegram group and ask your question. You can also share the projects that you make in this group.

📖 Chapters
00:00 Introduction
02:04 Explaining the return value in JavaScript arrays
04:41 Using the 'every' method in JavaScript to check if all elements in an array meet a certain condition.
07:24 Focus on loop behavior and return statement in JavaScript
09:42 Explaining the modulo operator in JavaScript division
12:14 Explaining the 'Some' and 'Every' Array Methods in JavaScript
14:26 Using the 'some' array method in JavaScript for conditional checking.
16:35 Difference between Some and Every array method in JavaScript

Social Media

Music by geoffharvey from Pixabay
Рекомендации по теме
Комментарии
Автор

I started this playlist This is day 6 I know basics of javascript so I will binge watch basic part and if I found any topic which I don't know then I will try that topic

samith-ny
Автор

This course is incridible

Thank you so much sir 🎊

oppomobile-urjd
Автор

some() and every() behave like logical OR and Logical AND respectively

RajivRanjan-wb
Автор

These methods can be well used with if conditions where we often combine several conditions with && or ||.

ankitshukla
Автор

Har Har Mahadev Bhaiya .Episode 44 completed. Good Morning Bhaiya Ji.

adityasinghh
Автор

Some : "ek sacha sathi mil jaye bas kafi hai" : True
Every: "ek exam bekar gaya, sab bekar jayega ab" :False

tusharmaji
Автор

some may ager ko e bhi 1 value trure milta hai to vo true return karega
every may ager ko e bhi 1 value false milta hai to vo false return karega
I started this playlist This is day 5 I know basics of javascript so I will binge watch basic part and if I found any topic which I don't know then I will try that topic

Pushpak_UE_devlover
Автор

Day 20
Day 21

Day 22: video 44 completed ....thank you sir making such great Video 😊....
23 video left for first project... excitement is on the peak 🎉🎉

Collecting_one_piece_fan
Автор

koi btayega ki objects aur constructor - destructor kb tk padne ko milega?

vivekchamoli
Автор

every() method :-

const frameWorks = [
"ReactJS",
"VeuJS",
"AngularJS",
"Hibernet",
"Spring",
"ExpressJS",
];

const result = frameWorks.every((frameWork) => {
return frameWork.includes("JS");
});

console.log(result);

RamayanKiChaupaiyaan
Автор

Sir ye .some() To exactly same Kam karta he || Logical OR operator ki tarah ki ek bhi value true a Jaye to true aor fhir age nai jata

Same .every() bhi Exactly && Logical AND ki tarah Kam karta he Ki ek bhi false a gaya to fir age nai jata

Vabhav
welcome to shbcf.ru