- Open this folder on your browser
├── 1
│ └── homework
│ ├── pages
│ │ └── playlist.html
- Try to fill in the input and try to submit
- Go to this folder on your terminal
├── 2
│ └── homework
- Run this command, to install axios
npm install
- Open this folder on your browser and you will see that the track shown is retrieved from this link
├── 2
│ └── homework
│ ├── pages
│ │ └── playlist.html
- Try to open the console on your browser to see the raw data
Enjoy! :)