Skip to content

Commit caebd6b

Browse files
authored
Update card.js
1 parent 00f59b1 commit caebd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const cardAppender = (selector) => {
2323
// TASK 6
2424
// ---------------------
2525
// Implement this function that takes a css selector as its only argument.
26-
// It should obtain articles from this endpoint: `http://localhost:5000/api/articles` (test it in Postman/HTTPie!).
26+
// It should obtain articles from this endpoint: `http://localhost:5000/api/articles` (test it with console.log!!).
2727
// However, the articles do not come organized in a single, neat array. Inspect the response closely!
2828
// Create a card from each and every article object in the response, using the Card component.
2929
// Append each card to the element in the DOM that matches the selector passed to the function.

0 commit comments

Comments
 (0)