Building a music player

I am doing building a music player. I am almost done, but I am just following the steps, there is little explanation when new concepts are introduced. I want to lookup these concepts , but I’m overwhelmed and not sure what topics were introduced. Would appreciate it if someone could help me with this

TY

Hi @AEA2002

It is a good idea to write down new concepts as you learn them, so that you have a list you can reference.

Look at the script.js file and write down any methods, data structures you want to know more about.

Then in the top left hand corner of the browser, search for that keyword.

image

Try to spend less than an hour each day doing the steps.

Then spent an hour or two, reading the articles and writing out similar code. Spend time summarising what you learn. Then review your notes on a regular basis. Your quantity of learning may go down, but the quality of learning may go up.

This may give you a bit of structure, and may help to alleviate some of your feelings of getting overwhelmed.

Happy coding

1 Like

Thank you, those are great ideas. I will do that going forward. I am up to step 85, I would appreciate it if you would send the names of three (or more) topics covered, so I have a place to start.

Hi @AEA2002

  • HTML DOM Audio Object
  • arrow functions
  • join method
  • sort method
  • optional chaining operator

Happy coding

1 Like

I started looking at the beginning steps and taking notes, but your list gives me some focus points. TY!

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.