G
G
garfik2011-11-08 12:10:20
JavaScript
garfik, 2011-11-08 12:10:20

Recommend a book on JS

I really want to find a small (ideally up to 150 pages) book on JS. I have been working with JS for a long time, but I don’t have some basic knowledge. I want something that is written in simple language, where there are well-documented and useful examples (40 examples of using IF {} ELSE {} are not useful, but I really want to see more about prototype and objects), preferably in Russian and preferably in PDF.

Having recently read a topic about NodeJS and an error with a variable declaration, I realized that it was time to tighten up the theory and learn simple truths.

Answer the question

In order to leave comments, you need to log in

10 answer(s)
A
alist, 2011-11-08
@garfik

A good, free, interactive book: eloquentjavascript.net/ With the proper approach, it takes a week to complete. Then you should contact her if any questions arise in the process of work. The documentation is a reference in terms of the language and the DOM is good for Mozilla: in Google, it is best to ask queries “something there mdn” - this way you will immediately get to the “correct” pages.
After it, I advise JavaScript The Good Parts - it is paid, if there is nowhere to download and there is no way to buy, then I advise Crockford's video lectures and materials on his website.
Then the "advanced part" is completely optional, but the understanding of how the language works after it increases incredibly: ejohn.org/apps/learn/

V
Vendolin, 2011-11-08
@Vendolin

shop.oreilly.com/product/9780596802806.do
One of the best JS books in my opinion. Must read, especially if you work with JS often.

M
Mikhail Krainov, 2011-11-08
@medved13

Rhino has already been named.
After Rhino, I would read Javascript Patterns .
Then maybe something from Resig's books, like Javascript Ninja Secrets .

D
Denis Ineshin, 2011-11-08
@IonDen

If we talk about theory, then the best and most detailed is certainly the “rhinoceros” (David Flanagan - JavaScript: The Definitive Guide). The book, of course, is very voluminous, but there 50%+ is occupied by the reference book.

R
Rodion Gashé, 2011-11-08
@zorba_buddha

javascript.ru/overview

A
Alexander, 2011-11-08
@Palehin

David Flanagan - Javascript (5th Edition)

A
Andrey, 2011-11-08
@an2kor

John Reisig JavaScript. Professional programming techniques" .
The book is useful. First, it talks about OOP (references, overloads, scopes, closures, context), then - the creation of reusable code (standardization of OO code, classical inheritance). After that, we talk about unobtrusive JS (DOM, events, CSS, forms). There is a large chapter dedicated to Ajax. Lots of examples.
The very beginning, judging by the question, will be the most interesting. Volume - 350 pages.

A
Andrey Zenkov, 2014-10-28
@andreyzenkov

If there are no problems with English and you want to learn js well, here is the best of the best %) - https://leanpub.com/javascript-allonge/read .

G
garfik, 2011-11-10
@garfik

Thanks everyone! Everything was recorded in memory. I started with eloquentjavascript.net , I'll finish it ... hmm ... but how I finish, that's another question :) I will also definitely read John Reisig “JavaScript. Professional Programming Techniques”, a very tempting start. And thanks again for the useful literature.

V
vimvim, 2011-11-10
@vimvim

Head First JavaScript.
As with all books in the Head First series, the presentation of the material is unusual but very effective.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question