Independently published, 2024. — 179 p. — ISBN-13 979-8872807360.
Are you looking for a clear and concise guide to help you master JavaScript?
Are you feeling stuck or overwhelmed in your coding journey?
Beginning Modern JavaScript will help you cut through the complexity and information overload to learn JavaScript.
The book doesn't waste your time with boring stuff you don't need. Each chapter explains a topic in plain English and includes practical code examples. There are also two projects included in this book that will help you experience how to build a web application using HTML, CSS, and JavaScript.
What You'll LearnMaster the fundamentals of programming in JavaScript (variables, loops, arrays, objects)
Utilize conditional statements and loops to implement front-end interface
Implement functions for writing modular code that respond to user actions
Dive into asynchronous operations and run network requests using Fetch and Promises
Apply best practices for writing clean, readable, and maintainable JavaScript code
Preface
Introduction
JavaScript Variables
Basic Data Types
JavaScript Operators
Control Flows
Functions
Objects in JavaScript
Arrays
The Document Object Model (DOM) Introduction
Project 1 - Creating a Wizard Form Application
The Wizard Form Mechanism
Handling Wizard Form Submission
Asynchronous JavaScript and Callbacks
Promises
The Fetch API
Project 2 - Creating a To-do List Application
Adding CRUD Functionalities to the Application
Summary