React Js Series for Beginners தமிழில் 42 : Higher Order Methods - filter() vs find() in Javascript

Просмотров: 383   |   Загружено: 3 мес.
icon
UNIQ Technologies
icon
5
icon
Скачать
iconПодробнее о видео
👉 filter Method
The filter method helps you make a new list with only the items you want. It goes through each item in your list and keeps those that meet a certain rule. For example, if you have a list of numbers and only want numbers bigger than 10, you use a filter. It looks like this: let bigNumbers = array.filter(item = item 10);. This makes a new list, bigNumbers, with only the numbers greater than 10.

👉 Chaining Methods - filter
You can use filter with other methods to do more in one go. For example, you can first use filter to pick items that fit a rule and then use map to change those items. If you want to keep numbers greater than 10 and then double them, you write: let newArray = array.filter(item = item 10).map(item = item * 2);. This first keeps numbers greater than 10 and then doubles each of those numbers.

👉 find Method
The find method is used to get the first item in a list that matches a rule. It checks each item one by one and stops when it finds the first match. For example, if you have a list of numbers and want the first one that is greater than 10, you use find. It looks like this: let firstBigNumber = array.find(item = item 10);. This finds and returns the first number that is more than 10.

🔴 Next Video :

Tutor Instagram Profile

Ask Your Doubts Here :
For Source File ( Github ) :

🕘Timestamps:
00:17 - Example for filter method
05:42 - Chaining method - filter
07:31 - Example for find method

120 Days Developer Challanger ( Fill This Form )


Feel Free to Reach US Anytime

Mobile Number
------------------
Nithya : 9150014169
Karthika : 9043337682

Whatsapp
--------------
Nithya :
Karthika :


▬▬▬▬▬▬ Connect with us 👋 ▬▬▬▬▬▬

Facebook :
Instagram :
Twitter :
Sharechat :
Moj :
Whatsapp :

Website : www.uniqjobs.co.in
Mail us : info@uniqjobs.co.in
e

©️ Uniqtechnologies

Thank you for watching! We hope you found today’s video on [ Higher Order Methods - filter() vs find() in Javascript ] insightful and informative. If you enjoyed this content, please give it a thumbs up and subscribe to our channel for more educational videos every week!

🔔 Don’t forget to hit the bell icon so you’ll be notified when we upload new content.

#Higherorderarraymethods #filtermethodinjs #Findmethodinjs #javascriptadvancedconcepts #Reactjsseriesintamil #javascriptinterviewquestions #higherordermethodsinjavascript #reactjsfullcourse #reactjsproject #reactjsforbeginners

javascript interview questions tamil,
javascript tutorial for beginners in tamil,
js full course in tamil,
javascript for web development full course,
react js full course in tamil,
react tutorial for beginners in tamil,
What is Higher Order Methods ?,
Higher Order Methods in javascript,
filter() vs find() method in js,
filter() Method in js,
find() method in js,
Chaining method - filter in javascript,
Example for find method in javascript,
js roadmap,javascript guide,
become a javascript developer,
javascript coder,
how to become javascript engineer,
how to become javascript coder,
how to become javascript programmer,
how to become a javascript developer,
roadmap for javascript developer,
javascript roadmap 2024,
javascript for beginners,
javascript tutorial,
javascript roadmap for beginners,
javascript tutorial for beginners in tamil,
javascript in tamil tutorial,
javascript in tamil,
javascript functions in tamil,
anonymous function in javascript tamil,
web development full course in tamil,
front end developer course in tamil,
website development tamil,
how to create a website in tamil,
js tamil,
js in tamil,
learn javascript in tamil,
js full course in tamil,
tamil web developer,
js tutorial in tamil,
javascript interview questions tamil,
javascript tutorial for beginners in tamil,
js full course in tamil,
javascript for web development full course,
react js full course in tamil
react tutorial for beginners in tamil,
javascript advanced tutorial,
javascript advanced concepts,
javascript advanced projects,
javascript advanced interview questions,
javascript advanced tutorial in tamil,
javascript advanced course,
javascript advanced interview questions and answers,
javascript advanced topics,
javascript advanced concepts in tamil,

Похожие видео

Добавлено: 55 год.
Добавил:
  © 2019-2021
  React Js Series for Beginners தமிழில் 42 : Higher Order Methods - filter() vs find() in Javascript - RusLar.Me