Skip to content

Kevin Tena [Sprint-Challenge--JavaScript] - #324

Open
kevten22 wants to merge 10 commits into
bloominstituteoftechnology:masterfrom
kevten22:master
Open

Kevin Tena [Sprint-Challenge--JavaScript]#324
kevten22 wants to merge 10 commits into
bloominstituteoftechnology:masterfrom
kevten22:master

Conversation

@kevten22

Copy link
Copy Markdown

No description provided.

/* Request 3: Find out how many universities have the string "Uni" included in their name. Create a new array called uni that contains them all. Log the result. */
const uni = [];
for(let i = 0; i < graduates.length; i++){
if(graduates[i].university.includes('Uni'))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good use of includes

@bdurb

bdurb commented May 25, 2018

Copy link
Copy Markdown

Thank you for the PR. Excellent job this week. Keep up the good work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants