Best Sellers Rank: #45,155 in Books (See Top 100 in Books) #2 in Mobile App Development & Programming #3 in JavaScript Programming (Books) #25 in Introductory & Beginning Programming
Customer Reviews: 4.7 out of 5 stars 341Reviews
Product Information
From the Publisher
What are the key takeaways from this book?
Key Topics Covered:
Why should you learn JavaScript?
Storing data in variables, arrays, and objects
Making decisions with logical statements and loops
Writing efficient, maintainable code with functions, methods, and classes
Manipulating the DOM with JavaScript to add interactivity and bring web pages to life
Using local storage and cookies to save user data
This book helps students get to grips with JavaScript fundamentals and apply them in code. It covers the components needed to write scripts, shows you how to apply JavaScript to create interactive web pages, and contains many exercises to get hands-on experience.
Understanding the building blocks of JavaScript provides a foundation for your own applications, and the quick guides on HTML and JSON really make it the only book you’ll need when learning JavaScript for web development.
Key Features:
Learn to write idiomatic JavaScript code, and create effective, customizable programs to complete tasks and solve problems
Add JavaScript to web pages using the latest HTML5 features, and add images, drawings, and animations using the Canvas API
Implement your knowledge in a variety of challenging exercises and exciting projects, which will consolidate your learning and push your abilities to the limit
How does your book differ from other JavaScript books?
This book is a one-stop shop to learn JavaScript, starting from an absolute beginner level up to an employable skill level. It doesn’t just cover the theory and show how things are done conceptually, but it also invites you to put your newly acquired knowledge into practice in a unique and innovative way.
We give particular focus to projects that create experiences for web users, bringing all aspects of coding together. By focusing on the browser’s DOM on top of pure JavaScript at an early stage, we demonstrate how simple techniques can create very real experiences. This is where your level of JavaScript should start to feel like an applicable skill.
Once you’ve completed the book, we introduce a variety of frameworks and libraries to give an idea of the directions a JavaScript programmer could take. The step to developing with environments, frameworks, and libraries like Node.js, Angular, and React has gotten smaller in recent years, and we aim to point you in the right direction.