pwd- Print working directory (show current location)ls- List directory contentsls -la- List all files (including hidden) with detailscd <directory>- Change directorycd ..- Go up one levelcd ~- Go to home directory
-
Initial code: https://stackblitz.com/edit/stackblitz-starters-ruevx3?file=index.js
-
Your task: using query string, implement functionality to filter by number of tracks:
- GET
/albums?min_number_of_tracks=10
- GET
Initial code: https://stackblitz.com/edit/react-kgkeid?file=src%2FApp.js
Note:
- It uses stackblitz's classic engine
- https://stackblitz.com/edit/stackblitz-starters-723xsm?file=src%2FApp.js
- Note: work on the App component (do not create other components)
In ancient times, a wise person presented a challenge to a curious king: place 1 grain of rice on the first square of a chessboard, and for each subsequent square, double the number of grains.
For example:
- 1st square → 1 grain
- 2nd square → 2 grains
NewerOlder