Misc.Oct 23, 2018
Newv1j2s3

Resources to master Object Oriented javascript and javascript coding/programming questions.

Can someone guide on best resources to master Object Oriented Javascript and javascript coding/programming questions?

Sony Jobsearch Oct 23, 2018

I am not sure about programming, but a good book to start is JavaScript - The good parts by Douglas crockford. For interviews I would still do leetcode and solve them in JavaScript.

New
v1j2s3 OP Oct 23, 2018

Thanks

Oracle RealPapa Oct 23, 2018

Why OOP? In large modern companies, everyone uses functional programming paradigm for better modularity and testability. Even popular framework like React promotes composition over inheritance. Rather than OOP, probably you also want to consider the basic js concepts like closure and currying. Those concepts tested more often in js interviews.

Google censred Oct 24, 2018

I can’t tell if this is troll or not...

Oracle RealPapa Oct 24, 2018

@censred please elaborate

Pariveda Solutions KBdk87 Oct 23, 2018

For JS interview questions this is my favorite starting point. Really helped with leetcode https://www.udemy.com/js-algorithms-and-data-structures-masterclass/

GlobalLogic noevil Oct 24, 2018

The book: Professional Javascript by Nicolas C Zakas has been really helpful. He also has a book for ES6. Amongst the online resources I recently came across a website: javascript.info and really liked their format and explanations.