Limit this search to....

JavaScript Absolute Beginner's Guide
Contributor(s): Chinnathambi, Kirupa (Author)
ISBN: 013650289X     ISBN-13: 9780136502890
Publisher: Que
OUR PRICE:   $31.49  
Product Type: Paperback - Other Formats
Published: December 2019
Qty:
Temporarily out of stock - Will ship within 2 to 5 weeks
Additional Information
BISAC Categories:
- Computers | Programming Languages - Javascript
- Computers | Web - Web Programming
Dewey: 005.276
LCCN: 2019951999
Series: Absolute Beginner's Guides (Que)
Physical Information: 1" H x 7" W x 9.1" (1.40 lbs) 464 pages
 
Descriptions, Reviews, Etc.
Publisher Description:

Who knew how simple using JavaScript could be?

Make the most of JavaScript--even if you've never programmed anything before. JavaScript Absolute Beginner's Guide is the fastest way to learn JavaScript and use it together with CSS3 and HTML5 to create powerful web and mobile experiences. Learn how to do what you want, the way you want, one incredibly easy step at a time. JavaScript has never been this simple!

Here's a small sample of what you'll learn:
  • Organize your code with variables
  • Understand how functions make your code reusable
  • Use the popular if/else statement to help make a decision in code
  • Learn about switch statements and when to use them
  • Work with for, while, and do...while loops
  • Learn how to use global and local scope
  • Understand what closures are
  • Learn about the various places your code can live
  • Understand how to write comments and use good commenting practices
  • Learn about the basic types of objects you'll run into in JavaScript
  • Find out that pizza has an educational value beyond just being deliciously awesome
  • Learn how to perform common string operations
  • Use arrays to handle lists of data
  • Learn to create custom objects
  • Get up to speed on some of the big ES6 changes