0
I’m trying to learn JS
I’ve finished all topics in tutorial on the topic of objects and object methods. But there’s a problem, I cannot really say that I understood and can use all this knowledge very well. Should I move on or try to understand it completely??💪👍😘
2 Antworten
+ 3
OOP is an important concept in programming (not only for JavaScript).
Please don't rush the lessons. Because finishing the courses quickly don't help you master the skills. You can master a skill by practice only.
After seeing your description in your question, I suggest you can also :
(i) Learn the ES6 syntax, and
(ii) Learn from a YouTube video.
An interesting mini project to practice OOP would be a RPG game engine.
Here is the YouTube video which I learned from, my OOP experiment, and the development of that experiment:
https://www.sololearn.com/post/38381/?ref=app
https://code.sololearn.com/WAjJkQ8RXk40/?ref=app
https://code.sololearn.com/WMSROPdKNoCl/?ref=app
+ 2
You should practice writing codes and I think that's the best way to improve your knowledge and skills.