
Javascript. A Comprehensive Manual For Creating Dynamic, Responsive Websites And Applications
By Ibrahim Nugwa AbdulrazakLength8h
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. This book also provides some recorded tutorials to guide users on how best to utilize the codes provided in the contents. 1.How to Create Login an Register Form Using Google Spreadsheet Data: https://youtu.be/2qRti1S9rK8 2.How to Display Google Sheet Data on Webpage https://youtu.be/-dkewMUYU7A 3.How to Submit HTML Form Data to Google Spreadsheet https://youtu.be/7Vn3ycGS04I 4.And lots more.
Audiobook details
GenreTechnology
Length8 hrs
Narrated byListen with 1,000+ voices
FormateBook with Audio
Publish dateJan 22, 2025
LanguageEnglish
Table of contents
1Audience
26JavaScript Display Possibilities
2Chapter One
27Using innerHTML
3Features of JavaScript
28Using document.write()
41. Web Applications
29Using window.alert()
52. Web Development
30Using console.log()
Show all chaptersShow less
63. Mobile Applications
31JavaScript Print
74. Game
32JavaScript Statements
85. Presentations
33JavaScript Programs
96. Server Applications
34JavaScript Statements
107. Web Servers
35JavaScript White Space
11Application of JavaScript
36JavaScript Line Length and Line Breaks
12External References
37JavaScript Code Blocks
13Chapter Two
38JavaScript Keywords
14JavaScript Basics
39JavaScript Values
15JavaScript Can Change HTML Content
40JavaScript Literals
16JavaScript Can Change HTML Attribute Values
41Chapter Three
17JavaScript Can Change HTML Styles (CSS)
42JavaScript Comment
18JavaScript Can Hide HTML Elements
43Types of JavaScript Comments
19JavaScript Can Show HTML Elements
44JavaScript Single line Comment
20The <script> Tag
45JavaScript Multi line Comment
21JavaScript Functions and Events
46Using JavaScript Comments to Prevent Code Execution
22JavaScript in <head> or <body>
47Commenting Out Function Calls
23JavaScript in <head>
48Commenting Out Function Bodies — Without Return Values
24JavaScript in <body>
49Commenting Out Function Bodies — With Return Values
25JavaScript Expressions
50Writing Effective JavaScript Comments