Home > Web Front-end > JS Tutorial > body text

What books or tutorials do you need to read to advance js?

青灯夜游
Release: 2019-01-25 13:09:25
Original
2909 people have browsed it

The threshold for entry into the front-end is relatively low, and the learning curve is getting steeper and steeper. It can be divided into four stages from shallow to deep. The following article will recommend some books and tutorials for each stage. I hope it will be helpful to you.

What books or tutorials do you need to read to advance js?

The first stage: "The Art of JavaScript DOM Programming"

Read this book Before that, please make sure you have a basic understanding of JavaScript. You should know syntax such as if else. If you don’t understand, first read the first three chapters of "JavaScript Advanced Programming" that I recommend in the second stage. Remember Don't read any further after reading three chapters, and come back to the book "The Art of JavaScript DOM Programming".
To learn Javascript, "The Art of JavaScript DOM Programming" is the best way to get started. Read it twice honestly. After reading it, you will have a general understanding of JS. The whole book is centered around an example of web page effects. Expand it, and type an article honestly. After finishing it, I found that I can also produce online effects.

Recommended video tutorials: DOM Event Exploration

What books or tutorials do you need to read to advance js?##php Chinese website DOM Event Exploration

Second Stage: "Advanced Programming in JavaScript"

Some books are used to become classics, such as the Rhinoceros book; others are used to transcend classics Yes, obviously this book is. The chapters in the book are classic, starting from the shallower to the deeper. Chapter 6, about the object-oriented explanation of JS, is unparalleled in any tutorial. After learning it, your sense of accomplishment will be doubled.

Next, you can take a look at the (http://www.php.cn) tutorial, look at the source code, and try to write about these effects. Learning technology behind closed doors will not work. If appropriate, add one or two QQ groups to communicate, often go to forums, and then read articles shared by seniors and talented people. It will make your learning more effective.

Recommended related video tutorials:

27 classic practical video tutorials for front-end JS development

What books or tutorials do you need to read to advance js? 27 classics for front-end JS development Practical video tutorial

The third stage: "The Essence of JavaScript Language" and "High-Performance JavaScript"

The next two books "JavaScript Language" Essence" and "High-Performance JavaScript" can be regarded as supplements to the JS Advanced Tutorial. Some of the contents are repeated in the JS Advanced Tutorial. You can read both books at the same time. They are not thick and can provide a good reinforcement and reinforcement of what you have learned previously. Consolidate.

Recommended related video tutorials:

JavaScript Advanced Framework Design Video Tutorial

What books or tutorials do you need to read to advance js?##JavaScript Advanced Framework Design Video Tutorial

The fourth stage: "JavaScript DOM Advanced Programming" and "JavaScript Design Patterns" After thoroughly reading the book mentioned above, next The order of the two books no longer matters, "JavaScript DOM Advanced Programming" (note that it is different from "JavaScript Advanced Programming") and "JavaScript Design Patterns", both of which are heavyweight books that can make your JS technology has reached a new level; the former of these two books cultivates external skills, and the latter cultivates internal skills.

"JavaScript DOM Advanced Programming" first teaches you to build a tool function library similar to JQuery, and then explains several application examples that are often encountered in practice, which will benefit beginners a lot.

"JavaScript Design Patterns" mainly talks about JavaScript design patterns. To be honest, the quality of the translation is very average and a bit stiff, but it basically does not affect your learning. You can completely understand what you mean by looking at the code.

Recommended related video tutorials:

JavaScript Design Pattern Video Tutorial

What books or tutorials do you need to read to advance js?JavaScript Design Pattern Video Tutorial

In addition to the above js books, everyone should learn to search for some free advanced js tutorial resources on the Internet. For example, here are recommended js manual tutorials and js video tutorial resources on the php Chinese website. From basic to advanced, you can use php Learn more in the "JavaScript Video Tutorial Column" on the Chinese website! ! !

The above is the entire content of this article, I hope it will be helpful to everyone's study. For more exciting content, you can pay attention to the relevant tutorial columns of the PHP Chinese website! ! !

The above is the detailed content of What books or tutorials do you need to read to advance js?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!