Finished JS Algorithms and DS certification

Hello everyone.

After a hard time with Cash Register project, I finally finished the JS certification.
It may not the most optimal solution but I solved it.

I would like any suggestions to improve my problem solving skills in order to solve similar problems faster. With some exercises, I had lasted long hours and days (specially with SCM exercise and Cash Register project).

On the other hand, since I completed the first two certs, should I start building projects or complete at least the front-end one?

Any tips or recommendations will be appreciated.

Thank you in advance!

You could explore DOM manipulation on your own, and build something - it’s rarely used in production but it’s how everything else work

Or you could jump directly to the third cert, and learn React, which is how page interactivity is done now (or a different frontend framework like Vue, Angular, etc)

1 Like

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