Complex Javascript

Does anyone have any suggestion on where can I find more documentation on complex javascript arrays and objects?

I completed the Basic Javascript challenges, but feel like I need a little more practice.

If you want more practice you could try the more advanced algorithm challenges, the bonus algorithm challenges in the take home challenges section (such as the project Euler ones), or you could try something like https://www.codewars.com/

If you want documentation, MDN is the gold standard, but you might also benefit from free online ebooks such as You Don’t Know JS and Eloquent JavaScript.

Happy coding!

1 Like

Thank you for the reply. I will check out your recommendations.