
JavaScript. A Comprehensive manual for creating dynamic, responsive websites and applications
By Ibrahim Nugwa AbdulrazakLength8h 38m
About this audiobook
This book shows off JavaScript's potential for developing web applications by mixing in-depth theory instruction with enjoyable assignments that will push your limits. To gain a thorough knowledge of the ideas, you can experiment with them in your own editor or browser console as you learn them.
Basic programming concepts, including variables, arrays, objects, functions, conditionals, loops, classes, and more, will be covered first. Building on this foundation, you'll combine JavaScript with HTML and CSS to create interactive web applications that you can use immediately away, with the help of interesting examples and practical exercises.
The fundamentals of the JavaScript language will be used to help you learn how to create your own scripts from scratch, which will make the script-writing process easier.
Detailed examples and scripts explaining how to combine JavaScript with Google Apps script were provided in Chapters Sixteen and Seventeen. Creating and releasing add-ons for Google Sheets, Docs, and Forms on an online shop is made simple using Apps Script. It functions as a unified platform for creating, coding, and eventually sharing apps on the web store.
The concepts of creating a menu, sending emails, developing interactive web pages, creating a user login and registration form, submitting HTML form data to Google Sheets, searching Google Sheets content from a website, and putting all of these strategies into practice to create an interactive web page that serves as a form to submit sheets will all be covered.
Audiobook details
GenreTechnology
Length8 hrs 38 mins
Narrated byListen with 1,000+ voices
FormateBook with Audio
Publish dateApr 23, 2026
LanguageEnglish
Table of contents
1Introduction
2Audience
3Prerequisites
4Chapter One
5Features of JavaScript
Show all chaptersShow less
6Uses of JavaScript
71. Web Applications
82. Web Development
93. Mobile Applications
104. Game
115. Presentations
126. Server Applications
137. Web Servers
14Application of JavaScript
15Prerequisite to Writing Your First JavaScript program
16Running JavaScript in the Browser Window
17Using JavaScript in an HTML event attribute
18Using JavaScript in a script element
19Script placement and JavaScript execution
20Creating a .js file
21External References
22Chapter Two
23JavaScript Basics
24JavaScript Can Change HTML Content
25JavaScript Can Change HTML Attribute Values
26JavaScript Can Change HTML Styles (CSS)
27JavaScript Can Hide HTML Elements
28JavaScript Can Show HTML Elements
29The <script> Tag
30JavaScript Functions and Events
31JavaScript in <head> or <body>
32JavaScript in <head>
33JavaScript in <body>
34JavaScript Expressions
35JavaScript Display Possibilities
36Using innerHTML
37Using document.write()
38Using window.alert()
39Using console.log()
40JavaScript Print
41JavaScript Statements
42JavaScript Programs
43JavaScript Statements
44JavaScript White Space
45JavaScript Line Length and Line Breaks
46JavaScript Code Blocks
47JavaScript Keywords
48JavaScript Values
49JavaScript Literals
50Chapter Three