Skip to content

NoroffFEU/lesson-task-js1-module4-lesson1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript 1 - Module 4

Lesson Task 1 Question

Make a call to the following endpoint:

https://raw.githubusercontent.com/bttmly/nba/master/data/teams.json

Display the team name and city of the first 15 results, but exclude any team whose name begins with c.

There will be a maximum of 15 results displayed if no teams' names begin with "C", and less than 15 displayed if there are teams whose names begin with "C".


The startsWith method documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors