
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
2Chapter One
3Features of JavaScript
41. Web Applications
52. Web Development
Show all chaptersShow less
63. Mobile Applications
74. Game
85. Presentations
96. Server Applications
107. Web Servers
11Application of JavaScript
12External References
13Chapter Two
14JavaScript Basics
15JavaScript Can Change HTML Content
16JavaScript Can Change HTML Attribute Values
17JavaScript Can Change HTML Styles (CSS)
18JavaScript Can Hide HTML Elements
19JavaScript Can Show HTML Elements
20The <script> Tag
21JavaScript Functions and Events
22JavaScript in <head> or <body>
23JavaScript in <head>
24JavaScript in <body>
25JavaScript Expressions
26JavaScript Display Possibilities
27Using innerHTML
28Using document.write()
29Using window.alert()
30Using console.log()
31JavaScript Print
32JavaScript Statements
33JavaScript Programs
34JavaScript Statements
35JavaScript White Space
36JavaScript Line Length and Line Breaks
37JavaScript Code Blocks
38JavaScript Keywords
39JavaScript Values
40JavaScript Literals
41Chapter Three
42JavaScript Comment
43Types of JavaScript Comments
44JavaScript Single line Comment
45JavaScript Multi line Comment
46Using JavaScript Comments to Prevent Code Execution
47Commenting Out Function Calls
48Commenting Out Function Bodies — Without Return Values
49Commenting Out Function Bodies — With Return Values
50Writing Effective JavaScript Comments