Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

JavaScript: The Definitive Guide by David Flanagan [Repost]

Posted By: Free butterfly
JavaScript: The Definitive Guide by David Flanagan [Repost]

JavaScript: The Definitive Guide by David Flanagan
O'Reilly Media; Fourth Edition | December 15, 2001 | English | ISBN: 0596000480 | 936 pages | CHM | 1 MB

JavaScript is a powerful, object-based scripting language; JavaScript programs can be embedded directly in HTML web pages. When combined with the Document Object Model (DOM) defined by a web browser, JavaScript allows you to create Dynamic HTML content and interactive client-side web applications. JavaScript syntax is based on the popular programming languages C, C++, and Java, which makes it familiar and easy to learn for experienced programmers.