对象已移动

可在此处找到该文档 JavaScript Array Methods: find() [Article] – New Self New Life
New Self New Life
No Result
View All Result
  • Home
  • Entertainment
  • Celebrity
  • Cinema
  • Music
  • Digital Lifestyle
  • Social Media
  • Softwares
  • Devices
  • Home
  • Entertainment
  • Celebrity
  • Cinema
  • Music
  • Digital Lifestyle
  • Social Media
  • Softwares
  • Devices
New Self New Life
No Result
View All Result
Home Softwares

JavaScript Array Methods: find() [Article]

by admin
3 years ago
in Softwares
JavaScript Array Methods: find() [Article]
Share on FacebookShare on Twitter


Ever wanted to seek out or find a particular array merchandise? Fortunately for us, we’ve got a JavaScript methodology that may deal with that activity with ease. On this fast information, I’ll go over the discover() JavaScript array methodology. In the event you’re prepared, let’s get into it!

Lets begin with the MDN documentation:

MDN – discover()
The discover() methodology returns the primary ingredient within the offered array that satisfies the offered testing perform. If no values fulfill the testing perform, undefined is returned.

In keeping with the documentation, it seems to be like discover() returns the primary occasion of our logic that’s truthy. Let’s checkout some examples.

Think about the next array:

const numbers = [10, 20, 30, 40, 50]

Let’s say we wished to discover the primary worth on this array that’s higher than 25. We are able to do this fairly just by writing the next:

numbers.discover(num => num > 25)

This may return the very first merchandise that’s higher than 25. So 30 shall be returned. This methodology can even discover strings! Verify this out:

const customers = ['Alex', 'Taylor', 'Jamie']

console.log( customers.discover(person => person === 'Taylor') );

//anticipated output: 'Taylor'

As you’ll be able to see, it is a fairly straightforward methodology to make use of and may also help you find particular array gadgets simply. Usually you’ll additionally wish to pair this with the indexOf methodology or use the index parameter you’ve got entry to to retrieve the index of the returned array merchandise. I’ll present an instance beneath of each however if you happen to’d wish to study extra in regards to the indexOf array methodology, I’ll hyperlink beneath some assets.

JavaScript Fundamental Array Strategies – Weblog
JavaScript Fundamental Array Strategies – Video

Think about the next array:

const college students = ['Brian', 'Rohald', 'Travis']

Let’s say we wished to seek out out if “Rohald” is a pupil and if that’s the case, we wish to get again the array index that his identify falls into. We are able to write the next:

const selectedStudent = college students.discover(pupil => pupil === 'Rohald');
console.log(college students.indexOf(selectedStudent))

//anticipated output: 1

Now, right here is identical instance however utilizing the index parameter:

const college students = ['Brian', 'Rohald', 'Travis']

const selectedStudent = college students.discover((pupil, index) => {
    if (pupil === 'Travis') {
        console.log(index)
    }
})

Superior, now it’s best to know the best way to use the discover() methodology in your initiatives. I hope you’ll be able to really feel comfy utilizing this methodology going ahead as a result of it is going to absolutely pace up your workflow!

Till subsequent time, have enjoyable and completely happy coding!



Source link

Tags: arrayArticleFindJavaScriptMethods
Previous Post

Ashton Kutcher’s Brutally Honest Conversation With His Twin Brother

Next Post

YouTube Adds Chat Emotes, New Shorts Editing Tools and Automated Audio Dubbing in Other Languages

Related Posts

XZ attack reveals unlearned open-source security lessons
Softwares

XZ attack reveals unlearned open-source security lessons

by admin
September 22, 2025
Fixes, Polish, and security updates – Vivaldi Browser snapshot 3813.3
Softwares

Fixes, Polish, and security updates – Vivaldi Browser snapshot 3813.3

by admin
September 19, 2025
Fintech Software Development in 2025: Your Complete Guide
Softwares

Fintech Software Development in 2025: Your Complete Guide

by admin
September 20, 2025
User Guide for Odoo Zoho Analytics Connector
Softwares

User Guide for Odoo Zoho Analytics Connector

by admin
September 16, 2025
30+ Best Business & Corporate Report Templates for InDesign & Photoshop in 2025 — Speckyboy
Softwares

30+ Best Business & Corporate Report Templates for InDesign & Photoshop in 2025 — Speckyboy

by admin
September 18, 2025
Next Post
YouTube Adds Chat Emotes, New Shorts Editing Tools and Automated Audio Dubbing in Other Languages

YouTube Adds Chat Emotes, New Shorts Editing Tools and Automated Audio Dubbing in Other Languages

Lizzo’s Acceptance Speech at the 2022 PCAs

Lizzo's Acceptance Speech at the 2022 PCAs

  • Trending
  • Comments
  • Latest
I Only Have More Questions After Another Bizarre Outing With The Harrigans

I Only Have More Questions After Another Bizarre Outing With The Harrigans

April 20, 2025
Google’s AI Ambitions An ‘Existential Crisis’ For News Online

Google’s AI Ambitions An ‘Existential Crisis’ For News Online

September 6, 2025
Amazon Forgot to Take the 2024 MacBook Air Off Sale After Their Big Spring Event

Amazon Forgot to Take the 2024 MacBook Air Off Sale After Their Big Spring Event

April 4, 2025
Ecca Vandal’s “CRUISING TO SELF SOOTHE” video is an ode to skate culture

Ecca Vandal’s “CRUISING TO SELF SOOTHE” video is an ode to skate culture

March 10, 2025
Easy Blueberry Scones (With Frozen Blueberries)

Easy Blueberry Scones (With Frozen Blueberries)

April 10, 2025
Where will Prince Harry stay during UK visit without Meghan Markle?

Where will Prince Harry stay during UK visit without Meghan Markle?

September 8, 2025
Instagram Adds New Teleprompter Tool To Edits

Instagram Adds New Teleprompter Tool To Edits

June 11, 2025
10 Best Vampire TV Couples, Ranked

10 Best Vampire TV Couples, Ranked

September 7, 2025
A Surprising Twist Reveals Major Trouble for Wolf

A Surprising Twist Reveals Major Trouble for Wolf

September 23, 2025
Update: My Chemical Romance Extend 2026 Tour

Update: My Chemical Romance Extend 2026 Tour

September 22, 2025
Howard Stern Says Jimmy Kimmel Suspension “Wrong” For The Country

Howard Stern Says Jimmy Kimmel Suspension “Wrong” For The Country

September 22, 2025
XZ attack reveals unlearned open-source security lessons

XZ attack reveals unlearned open-source security lessons

September 22, 2025
John Oliver Had This to Say About Jimmy Kimmel’s Suspension

John Oliver Had This to Say About Jimmy Kimmel’s Suspension

September 22, 2025
How To Maximize Video Content Engagement on LinkedIn [Infographic]

How To Maximize Video Content Engagement on LinkedIn [Infographic]

September 22, 2025
Polyamorous Celebrity Relationships

Polyamorous Celebrity Relationships

September 22, 2025
Tips To Create App In 8 Easy Steps

Tips To Create App In 8 Easy Steps

September 21, 2025
New Self New Life

Your source for entertainment news, celebrities, celebrity news, and Music, Cinema, Digital Lifestyle and Social Media and More !

Categories

  • Celebrity
  • Cinema
  • Devices
  • Digital Lifestyle
  • Entertainment
  • Music
  • Social Media
  • Softwares
  • Uncategorized

Recent Posts

  • A Surprising Twist Reveals Major Trouble for Wolf
  • Update: My Chemical Romance Extend 2026 Tour
  • Howard Stern Says Jimmy Kimmel Suspension “Wrong” For The Country
  • Home
  • Disclaimer
  • DMCA
  • Privacy Policy
  • Cookie Privacy Policy
  • Terms and Conditions
  • Contact us

Copyright © 2021 New Self New Life.
New Self New Life is not responsible for the content of external sites. slotsfree  creator solana token

No Result
View All Result
  • Home
  • Entertainment
  • Celebrity
  • Cinema
  • Music
  • Digital Lifestyle
  • Social Media
  • Softwares
  • Devices

Copyright © 2021 New Self New Life.
New Self New Life is not responsible for the content of external sites.

New Self New Life