scrimba
Frontend Career Path
Working with APIs
URLs & REST
Query Strings
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

AboutCommentsNotes
Query Strings
Expand for more info
quiz.md
run
preview
console
At Mike's Bikes, they also sell bike racks (endpoint is /bikeracks).

What would you expect the endpoints to be for the following tasks:

1. Get a list of all bike racks sold on the site?


2. Get a list of all bike racks available in the physical store right now?
(Assume a query called "available" that is a boolean true/false)


3. Get a list of all "Thule"-brand bike racks that can hold 4 bikes?
(Assume there are "brand" and "numBikes" queries)
Console
{}
,
/index.html
-5:58