JavaScript does not seem to have been a little bit of progress, coupled with the previous foundation seems to be less reliable, decided to refresh their knowledge from scratch, from input, storage, to output, through the thinking summary to reach the level of pseudo-experts can brag lessons.
The first step is to confirm the introductory book
Baidu's introduction to JavaScript, mostly recommended JavaScript Advanced programming, JavaScript DOM programming art. With the headfirst series of JavaScript I've always liked, three books are enough.
Netizen Limu's article "Those books of JavaScript" is worth a look, the article summarizes the different stages of the level needs to read the list of books, the summary of the books are summarized and evaluated.
Add one more, simple JavaScript, Chinese name "JavaScript comprehensive analysis", four introductory books, really enough.
Okay, chose the book, by the way to see a few interesting posts.
Nanyi's Blog < The birth of JavaScript > explains that JavaScript is a language that is designed by a person who does not like Java in accordance with the order for 10 days.
The above Ivony answers, "what isjavascript ?" "This is a question that explains his view that JavaScript is a rotten language that is held up by Google, the rich father-in-law ... Well, you have to learn to rot.
In short, JavaScript is a language:
1. When his father created it, he liked the function, but the company wanted him to do something like Java. Of course, the final language is more like C, a C-style functional scripting language, in addition to the name of a java.
2, his father only spent 10 days to complete the language, and then the Internet spent more than 10 years in the language of the weak syntax of the object-oriented, namespace, Ajax and so on pattern, but also a variety of book specifications to explain how to avoid the language of the pit.
3, in the first few years, the language has been used as a foot, with the development of the Internet, people's demand for dynamic content increased, thus invented the Ajax technology.
4. Then a company called Google made a mail client with this scripting language, and people had to start revisiting the "scripting" language.
5, immediately, Google found that HTML and JavaScript is the only platform that they can control, so on the above to increase investment, this transition let me to Google's doctrine of non-evil is shaken.
6, Google exhausted all efforts finally to the performance of this scripting language to the extreme, that is, the V8 engine. With the facts tell us, the language design of rotten does not matter, mainly see the father-in-chief how much money.
Okay, start looking for books, Ready for school!
This article is from the "7184493" blog, please be sure to keep this source http://7194493.blog.51cto.com/7184493/1684881
Learn JavaScript records from scratch-Prep