Cantitate/Preț
Produs

JavaScript: A Beginner's Guide, Fifth Edition

Autor John Pollock
en Limba Engleză Paperback – 21 noi 2019
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.


Get up and running on the latest JavaScript standard using this fully updated beginner’s guide

This hands-on, fast-paced guide shows, from start to finish, how to create dynamic Web pages complete with special effects using JavaScript. This edition contains updates for all major new features and the latest Web development techniques and practices. You will discover how to extend JavaScript’s capabilities to the server side using Node.js.

JavaScript: A Beginner's Guide, Fifth Edition begins by clearly explaining the fundamentals, including variables, functions, operators, event handlers, objects, arrays, strings, and forms. From there, the book moves on to more advanced techniques, such as debugging, accessibility, and security. Throughout, “Ask the Expert,” “Try This,” notes, tips, and self tests highlight salient points and aid in learning.  

•Teaches, step by step, how to get started developing Web applications
•Features detailed examples and downloadable project files
•Written by an experienced Web developer and JavaScript expert

Citește tot Restrânge

Preț: 17141 lei

Preț vechi: 26282 lei
-35% Nou

Puncte Express: 257

Preț estimativ în valută:
3281 3575$ 2753£

Carte tipărită la comandă

Livrare economică 19-25 decembrie
Livrare express 13-19 noiembrie pentru 8875 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781260457681
ISBN-10: 1260457680
Pagini: 528
Dimensiuni: 183 x 231 x 31 mm
Greutate: 0.96 kg
Ediția:5
Editura: McGraw Hill Education
Colecția McGraw-Hill
Locul publicării:United States

Cuprins

Chapter 1: Introduction to JavaScript
Chapter 2: Placing JavaScript in an HTML File
Chapter 3: Using Variables
Chapter 4: Using Functions
Chapter 5: JavaScript Operators
Chapter 6: Conditional Statements and Loops
Chapter 7: JavaScript Arrays
Chapter 8: Objects
Chapter 9: Math, Number, and Date Objects
Chapter 10: Event Handlers
Chapter 11: Introduction to Node.js
Chapter 12: More on Numbers and Strings
Chapter 13: Browser-based JavaScript
Chapter 14: JavaScript Forms and Data
Chapter 15: Further Browser Based JS
Appendix A: Answers to Self Tests