JavaScript. Advanced Techniques

Aus Nicholas Zakas Buch JavaScript for Web Developers gibt es das Kapitel Advanced Techniques als pdf (2.3mb).

JavaScript is an incredibly flexible language that can be used in a variety of styles. Typically, JavaScript is used either in a procedural manner or an object-oriented one. The language, however, is capable of much more intricate and interesting patterns because of its dynamic nature. These techniques make use of ECMAScript language features, BOM extensions, and DOM functionality to achieve powerful results.

Possibly related posts (automatically generated)