-
Book Overview & Buying
-
Table Of Contents
Modern JavaScript For Beginners
By :
Modern JavaScript For Beginners
By:
Overview of this book
JavaScript is a core technology programming language of the World Wide Web with HTML and CSS. Almost all websites use JavaScript as a webpage client, often with third-party libraries. JavaScript is a multi-paradigm that supports event-driven, functional, and imperative coding with APIs to work with text, dates, regular expressions, data structures, and the Document Object Model (DOM).
This course begins with a foundation in JavaScript, covering arrays, functions, objects, events, DOM, web APIs, loops, math, date and timers, and canvas drawing. Create a video player with customized controls and a fun shape-drop game. Explore trickier concepts such as async JavaScript, scope, hoisting, and closures, before finishing two projects. Finally, you will build a small app called “Leaving so Soon” to woo visitors with an offer when trying to leave the website and a fully functional JavaScript image carousel.
By the end of the course, you will understand the concepts of JavaScript programming and advanced concepts like Async JavaScript, scope, hoisting, and closure. You can apply the concepts in project samples from a real-world scenario to understand JavaScript programming. You will be able to create apps and games using JavaScript programming.
All resources are available at: https://github.com/PacktPublishing/Modern-JavaScript-For-Beginners
Table of Contents (15 chapters)
JavaScript Basics
Arrays in More Depth
Functions
Events and the DOM
Time to Practice
Loops and Conditionals
Objects in More Depth
Speedy Chef Project
Math, Date, and Timers
Drawing with JavaScript
Finishing Touches
Scope Hoisting Closures
Async JavaScript