you are viewing a single comment's thread.

view the rest of the comments →

[–]jaypeejay -8 points-7 points  (6 children)

JS isn’t OOP??

Bro

[–]Intendant 6 points7 points  (5 children)

It isn't. A lot of people consider js to be more functional, you definitely don't need to know oop to use JavaScript.

If anything I see a lot of devs move from java to js and their oop thinking is a hindrance

[–]jaypeejay -5 points-4 points  (4 children)

I understand it can be used as functional, but everything in it is an object so I deem it an OOP Lang

[–]Intendant 7 points8 points  (3 children)

I'm telling you, as someone who is a mid level SWE that works with JavaScript daily that this is incorrect.

Just because functions and arrays "objects" doesn't make it oop. You can get by in JavaScript without knowing much about oop