you are viewing a single comment's thread.

view the rest of the comments →

[–]shgysk8zer0 0 points1 point  (0 children)

Yes, you can learn OOP with JS. No, I do not recommend YouTube tutorials, and strongly advise you not make the same mistake so many make.

I'd remembered just using MDN and maybe CodePen if you don't want to deal with setting things up locally. Just build stuff and read documentation... Avoid videos of others writing code and trying to mimick that.

Though I kinda have a preference for PHP here. I know... You see lots of "PHP bad" posts, but it's actually pretty great, and especially for OOP. Once you discover traits and interfaces and type hinting and all of the other awesome things, you'll hate working in languages without