Hướng dẫn thử thách
1 / 30
Step 1
In this workshop, you will build a heritage library catalog system. You will parse raw book data, search and group entries, validate data quality, and export results to different formats.
Each catalog card is stored as a single string in the format `"Title | Author | Year | Location"`, with fields separated by the pipe character (`|`).
You will use an array of these strings throughout the workshop to build and test your catalog functions. Create an array named `rawCatalogCards` and add the following two strings to it:
```js
"From a Buick 8 | King, Stephen | 2002 | Shelf K7",
"The Shining | King, Stephen | 1977 | Shelf K1"
```
Vượt qua bài kiểm tra hiện tại để mở khóa bài tiếp theo.
main.js
UTF-8 • Tab Size: 2Kiểm tra bài:⌘↵