Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

/* Find out how many universities have the string Uni included in their name. Create a new array called unisWithUni that contains them all. This

/* Find out how many universities have the string "Uni" included in their name. Create a new array called unisWithUni that contains them all. This will be an array of objects. Log the result. */

I don't really know what to do after making the for loop here. This answer is floating around this site written another way that isn't working for me. Please assist, thank you! The array is below.

const graduates = [{"id":1,"first_name":"Cynde","university":"Missouri Southern State College","email":"ctorry0@macromedia.com"},

{"id":2,"first_name":"Saundra","university":"The School of the Art Institute of Chicago","email":"swhal1@state.gov"},

{"id":3,"first_name":"Lambert","university":"Marian College","email":"lparham2@techcrunch.com"},

{"id":4,"first_name":"Modestine","university":"International Medical & Technological University","email":"mdolder3@symantec.com"},

{"id":5,"first_name":"Chick","university":"Sultan Salahuddin Abdul Aziz Shah Polytechnic","email":"camorts4@google.com.au"},

{"id":6,"first_name":"Jakob","university":"Fachhochschule Rosenheim, Hochschule fr Technik und Wirtschaft","email":"jharken5@spiegel.de"},

{"id":7,"first_name":"Robbi","university":"Salem University","email":"rbrister6@redcross.org"},

{"id":8,"first_name":"Colline","university":"Coastal Carolina University","email":"cbrosh7@alibaba.com"},

{"id":9,"first_name":"Michail","university":"Universidad Catlica de vila","email":"mrome8@shinystat.com"},

{"id":10,"first_name":"Hube","university":"Universitat Rovira I Virgili Tarragona","email":"hlethbrig9@foxnews.com"}]

const unisWithUni = [];

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Reliability Engineering Designing And Operating Resilient Database Systems

Authors: Laine Campbell, Charity Majors

1st Edition

978-1491925942

More Books

Students also viewed these Databases questions

Question

1. What physical and mental tasks does the worker accomplish?

Answered: 1 week ago

Question

5. Why is the job done?

Answered: 1 week ago

Question

4. How does the worker do the job?

Answered: 1 week ago