Home > Article > Web Front-end > Where to learn javascript
In today's Internet era, JavaScript has become an essential skill in the field of front-end development. As technology continues to be updated, JavaScript continues to develop, providing front-end engineers with more and richer choices. So, where do we start in order to learn JavaScript?
To learn any programming language, we need to start with the introductory tutorial. For beginners, many websites offer introductory JavaScript tutorials, the most popular of which include:
MDN Web Docs (Mozilla Developer Network Web Documentation ) is one of the most authoritative JavaScript documents and tutorials. It contains a large number of JavaScript learning resources, covering everything from basic syntax, functions, objects to DOM operations, etc.
W3Schools is one of the well-known educational websites for learning web development. This website provides many online learning resources for JavaScript, including basic syntax, DOM operations, events, JSON, etc.
Codecademy has become the first choice for many beginners due to its interactive learning method. It offers online learning courses, including many introductory JavaScript courses.
Although most people prefer to learn JavaScript through books and reading tutorials, there are still some who prefer to learn by watching videos. The following are some video tutorial websites for learning JavaScript:
Udemy is an audio and video education and training website that provides many JavaScript courses, including basic grammar, data Types, functions, objects, etc.
Coursera's partner universities (such as Stanford University, etc.) provide some professional-level JavaScript courses, including JavaScript programming, dynamic Web responsive development, etc. .
There are many JavaScript learning-related channels and videos on Youtube. You can find learning content that suits you according to different learning stages and skill levels.
If you like to learn by reading books, then the following JavaScript books may be able to help you:
-"JavaScript Advanced Program Design" (JavaScript: The Definitive Guide)
This book was written by Web technology guru David Flanagan and is recognized as a representative work for learning and understanding JavaScript.
This book is written by Douglas Crockford. It tells the pure JavaScript learning experience and guides readers to avoid "the common mistakes in most languages." bad characteristics".
This book is written by Adrian Kosmaczewski, focusing on introducing the latest JavaScript syntax and API features, and explaining in detail how to use them them.
After learning the basics of JavaScript, we need to practice to gain a deeper understanding of the language. There are many exercises and projects online to help learners practice JavaScript skills:
LeetCode is a world-renowned programming exam and training platform that contains a large number of JavaScript exercises, ideal for people who want to improve their JavaScript skills.
CodePen is an online community for developing and displaying front-end development work. On CodePen you can find many JavaScript components and sample projects, and by practicing with these open source projects, you can learn how to build JavaScript applications.
GitHub is a highly social platform, and many open source JavaScript projects exist on GitHub. By forking these repositories and studying their code, you can learn some about the engineering structure of web applications and how to build and maintain high-quality code.
Summary
JavaScript is an important part of web development, and learning it can help you build better web applications. This article provides some resources and ways to learn JavaScript. You can choose any of these paths to start your learning journey. The important thing is to maintain patience and perseverance, and maintain the motivation and enthusiasm for learning every day.
The above is the detailed content of Where to learn javascript. For more information, please follow other related articles on the PHP Chinese website!