April 2013
Beginner
512 pages
13h 57m
English
Effective programming with jQuery requires knowledge of the syntax and concepts of JavaScript. This appendix provides a brief introduction to the most important JavaScript techniques so that you can understand how jQuery works and how to use its methods. For a fuller understanding of JavaScript, you should seek additional JavaScript resources.
JavaScript distinguishes between uppercase and lowercase for variables, keywords, function identifiers, and method identifiers.
Of course, JavaScript has variables, data types, and literals. However, some particularities in JavaScript differ from most “true” programming languages. ...