0
Any motivation behind JS ? need one .
7 Respuestas
+ 3
I have some tips. Take your time with it. Learn the core concepts. Ask specific questions about the concept. Use external references to learn more about the concept. After completing a lesson, practice what you have learned. Combine concepts with other concepts. Aim to complete the course. There is much that you still may not know after completing the course. But that is fine. You can always reference the material when you need it. Do many projects. The best way to learn is hands on.
Here are a list of projects. The projects require key concepts so if you have learned the concepts then you will be fine.
https://www.freecodecamp.org/news/javascript-projects-for-beginners/#how-to-create-a-color-flipper
+ 1
// your motivation will be endless
var motivation = 0;
while (True) {
motivation += 1
}
Attention! Do not run this code!
+ 1
yes, for sure. need to be fixed...
0
Here is an external resource for if statements. https://www.w3schools.com/js/js_if_else.asp
0
Take a look at what members like you have to say about how they stay motivated.
https://www.sololearn.com/Discuss/990536/?ref=app
0
Yaroslav Vernigora motivation will be 1 (but it will remain 1 forever)
0
Thanks 😊