Javascript is easy or not. Where i can learn properly and where i got task. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Javascript is easy or not. Where i can learn properly and where i got task.

Javascript

27th Jan 2023, 4:02 PM
Brijesh Nagar
Brijesh Nagar - avatar
3 Answers
+ 1
Javascript is one of easier language, it does not have complex syntax. And because it is frontend language you can easy make web application. To learn it start with course here on sololearn, for additional info check documentation: https://www.w3schools.com/js/default.asp https://developer.mozilla.org/en-US/docs/Web/JavaScript If you wanna also learn how to use git, setup projects, organize code, use tools what you will need to know to get job, like webpack, babel... I suggest you TheOdinProject Note: if you didn't learned yet html and css start with them. You would need fundamental knowledge of html and css to learn javascript (best part of javascript, working with elements on page and reacting to user events)
27th Jan 2023, 4:14 PM
PanicS
PanicS - avatar
+ 1
PanicS Thanks for answer my question. 🙏 How can i get task related to javascript.
27th Jan 2023, 4:23 PM
Brijesh Nagar
Brijesh Nagar - avatar
0
Here you have code problems to solve after each topic, you can also do coding challenge on sites like codewars, leetcode... Here you learn about algorithm and practice problem solving skill. But best practice is to build web application, note: you need to know html and css to build web pages and app Here is some ideas for projects: https://jsbeginners.com/javascript-projects-for-beginners/ If you build applications I suggest you to learn how to use git and publish your codes to github
27th Jan 2023, 4:29 PM
PanicS
PanicS - avatar