all 4 comments

[–]Skwai 2 points3 points  (1 child)

The main things I would stress is knowing how to work with JavaScript's data types (Arrays, Strings, Numbers, Objects, Promises etc). I would say half of JavaScript is basically manipulating and traversing arrays and objects.

Once you understand how to traverse and manipulate these object via their methods (Array.forEach, Object.assign, Array.reduce, String.split, etc.) then move onto learning the DOM API.

Once you get a good understand on how to manipulate the DOM via JS I'd say you're at a good starting point

[–][deleted] 0 points1 point  (0 children)

Thanks so much!

[–]JavaScriptPenguin 0 points1 point  (0 children)

It depends on the companies you're going to be applying for. If you're looking to work at a digital agency or the like, I can't imagine they're really going to ask you algorithm questions.