mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): improve instructions of Library Manager step 5 and 11 (#62499)
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ dashedName: step-11
|
||||
|
||||
To get a list of book summaries, you can use the `about` property of each book.
|
||||
|
||||
Create a `getBookSummaries` function with a single parameter, accepting an array with book objects. You can name the parameter whatever you like.
|
||||
Create a `getBookSummaries` function with a single parameter, accepting an array with book objects.
|
||||
|
||||
The `getBookSummaries` function should return an array of strings representing the summary for each book.
|
||||
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ dashedName: step-5
|
||||
|
||||
# --description--
|
||||
|
||||
Next, create a function called `getBookInformation` with one parameter. This parameter will represent the array of books when the function is called. You can name this parameter whatever you like.
|
||||
Next, create a function called `getBookInformation` with one parameter. This parameter will represent the array of books when the function is called. You could name the parameter `catalog`.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user