JavaScript essentials for dummies:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Hoboken, NJ
Wiley
[2024]
|
Schriftenreihe: | ... for dummies
|
Online-Zugang: | DE-1050 |
Beschreibung: | 1 Online-Ressource (ix, 176 Seiten) |
ISBN: | 9781394263233 |
Internformat
MARC
LEADER | 00000nmm a2200000 c 4500 | ||
---|---|---|---|
001 | BV049729356 | ||
003 | DE-604 | ||
007 | cr|uuu---uuuuu | ||
008 | 240604s2024 |||| o||u| ||||||eng d | ||
020 | |a 9781394263233 |9 978-1-394-26323-3 | ||
035 | |a (OCoLC)1437876290 | ||
035 | |a (DE-599)BVBBV049729356 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
049 | |a DE-1050 | ||
100 | 1 | |a McFedries, Paul |d 1959- |e Verfasser |0 (DE-588)131537962 |4 aut | |
245 | 1 | 0 | |a JavaScript essentials for dummies |c by Paul McFedries |
264 | 1 | |a Hoboken, NJ |b Wiley |c [2024] | |
300 | |a 1 Online-Ressource (ix, 176 Seiten) | ||
336 | |b txt |2 rdacontent | ||
337 | |b c |2 rdamedia | ||
338 | |b cr |2 rdacarrier | ||
490 | 0 | |a ... for dummies | |
505 | 8 | |a Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- Icons Used in This Book -- Where to Go From Here -- Chapter 1 JavaScript: The Big Picture -- Adding JavaScript Code to a Web Page -- The tag -- Where do you put the tag? -- Example #1: Displaying a message to the user -- Example #2: Writing text to the page -- What You Need to Get Started -- Dealing with Two Exceptional Cases -- Handling browsers with JavaScript turned off -- Handling very old browsers -- Commenting Your Code | |
505 | 8 | |a Moving to External JavaScript Files -- Chapter 2 Programming with Variables -- Getting Your Head around Variables -- Declaring a variable with let -- Storing a value in a variable -- Checking out another way to declare a variable: const -- Using variables in statements -- Naming Variables: Rules and Best Practices -- Rules for naming variables -- Ideas for good variable names -- Understanding Literal Data Types -- Working with numeric literals -- Exponential notation -- Hexadecimal integer values -- Working with string literals -- Using quotation marks within strings | |
505 | 8 | |a Understanding escape sequences -- Working with Boolean literals -- Chapter 3 Building Expressions -- Understanding How Expressions Are Structured -- Creating Numeric Expressions -- Building String Expressions -- Building Comparison Expressions -- Building Logical Expressions -- Understanding Operator Precedence -- The order of precedence -- Controlling the order of precedence -- Chapter 4 Controlling the Flow of JavaScript -- Decision-Making with if Statements -- Branching with if. . .else Statements -- Understanding the Value of Code Looping -- Working with while Loops -- Working with for Loops | |
505 | 8 | |a Working with do. . .while Loops -- Chapter 5 Harnessing the Power of Functions -- Getting to Know the Function Structure -- Making a Function Call -- When the browser parses the tag -- When the page load is complete -- When an event fires -- Passing One or More Values to a Function -- Passing one value to a function -- Passing two or more values to a function -- Getting a Value from a Function -- Working with Anonymous Functions -- Assigning an anonymous function to a variable -- Replacing a function call with an anonymous function -- Working with Arrow Functions | |
505 | 8 | |a Chapter 6 Coding the Document Object Model -- Getting Familiar with Objects -- Working with object properties -- Working with object methods -- Introducing the Document Object Model -- Specifying Elements in Your Code -- Specifying an element by id -- Specifying elements by tag name -- Specifying elements by class name -- Specifying elements by selector -- Working with collections of elements -- Touring the DOM with Code -- Getting the children of a parent element -- Getting all the child nodes -- Getting the first child node -- Getting the last child node -- Getting the parent of a child element | |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe |z 978-1-394-26322-6 |
776 | 0 | 8 | |i Erscheint auch als |n Druck-Ausgabe, pbk |z 978-1-394-26321-9 |
912 | |a ZDB-30-PQE | ||
966 | e | |u https://ebookcentral.proquest.com/lib/th-deggendorf/detail.action?docID=31227192 |l DE-1050 |p ZDB-30-PQE |q FHD01_PQE_Kauf |x Aggregator |3 Volltext |
Datensatz im Suchindex
_version_ | 1805082594976464896 |
---|---|
adam_text | |
any_adam_object | |
author | McFedries, Paul 1959- |
author_GND | (DE-588)131537962 |
author_facet | McFedries, Paul 1959- |
author_role | aut |
author_sort | McFedries, Paul 1959- |
author_variant | p m pm |
building | Verbundindex |
bvnumber | BV049729356 |
collection | ZDB-30-PQE |
contents | Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- Icons Used in This Book -- Where to Go From Here -- Chapter 1 JavaScript: The Big Picture -- Adding JavaScript Code to a Web Page -- The tag -- Where do you put the tag? -- Example #1: Displaying a message to the user -- Example #2: Writing text to the page -- What You Need to Get Started -- Dealing with Two Exceptional Cases -- Handling browsers with JavaScript turned off -- Handling very old browsers -- Commenting Your Code Moving to External JavaScript Files -- Chapter 2 Programming with Variables -- Getting Your Head around Variables -- Declaring a variable with let -- Storing a value in a variable -- Checking out another way to declare a variable: const -- Using variables in statements -- Naming Variables: Rules and Best Practices -- Rules for naming variables -- Ideas for good variable names -- Understanding Literal Data Types -- Working with numeric literals -- Exponential notation -- Hexadecimal integer values -- Working with string literals -- Using quotation marks within strings Understanding escape sequences -- Working with Boolean literals -- Chapter 3 Building Expressions -- Understanding How Expressions Are Structured -- Creating Numeric Expressions -- Building String Expressions -- Building Comparison Expressions -- Building Logical Expressions -- Understanding Operator Precedence -- The order of precedence -- Controlling the order of precedence -- Chapter 4 Controlling the Flow of JavaScript -- Decision-Making with if Statements -- Branching with if. . .else Statements -- Understanding the Value of Code Looping -- Working with while Loops -- Working with for Loops Working with do. . .while Loops -- Chapter 5 Harnessing the Power of Functions -- Getting to Know the Function Structure -- Making a Function Call -- When the browser parses the tag -- When the page load is complete -- When an event fires -- Passing One or More Values to a Function -- Passing one value to a function -- Passing two or more values to a function -- Getting a Value from a Function -- Working with Anonymous Functions -- Assigning an anonymous function to a variable -- Replacing a function call with an anonymous function -- Working with Arrow Functions Chapter 6 Coding the Document Object Model -- Getting Familiar with Objects -- Working with object properties -- Working with object methods -- Introducing the Document Object Model -- Specifying Elements in Your Code -- Specifying an element by id -- Specifying elements by tag name -- Specifying elements by class name -- Specifying elements by selector -- Working with collections of elements -- Touring the DOM with Code -- Getting the children of a parent element -- Getting all the child nodes -- Getting the first child node -- Getting the last child node -- Getting the parent of a child element |
ctrlnum | (OCoLC)1437876290 (DE-599)BVBBV049729356 |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nmm a2200000 c 4500</leader><controlfield tag="001">BV049729356</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="007">cr|uuu---uuuuu</controlfield><controlfield tag="008">240604s2024 |||| o||u| ||||||eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781394263233</subfield><subfield code="9">978-1-394-26323-3</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1437876290</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV049729356</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1050</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">McFedries, Paul</subfield><subfield code="d">1959-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)131537962</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">JavaScript essentials for dummies</subfield><subfield code="c">by Paul McFedries</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Hoboken, NJ</subfield><subfield code="b">Wiley</subfield><subfield code="c">[2024]</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 Online-Ressource (ix, 176 Seiten)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">... for dummies</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- Icons Used in This Book -- Where to Go From Here -- Chapter 1 JavaScript: The Big Picture -- Adding JavaScript Code to a Web Page -- The tag -- Where do you put the tag? -- Example #1: Displaying a message to the user -- Example #2: Writing text to the page -- What You Need to Get Started -- Dealing with Two Exceptional Cases -- Handling browsers with JavaScript turned off -- Handling very old browsers -- Commenting Your Code</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Moving to External JavaScript Files -- Chapter 2 Programming with Variables -- Getting Your Head around Variables -- Declaring a variable with let -- Storing a value in a variable -- Checking out another way to declare a variable: const -- Using variables in statements -- Naming Variables: Rules and Best Practices -- Rules for naming variables -- Ideas for good variable names -- Understanding Literal Data Types -- Working with numeric literals -- Exponential notation -- Hexadecimal integer values -- Working with string literals -- Using quotation marks within strings</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Understanding escape sequences -- Working with Boolean literals -- Chapter 3 Building Expressions -- Understanding How Expressions Are Structured -- Creating Numeric Expressions -- Building String Expressions -- Building Comparison Expressions -- Building Logical Expressions -- Understanding Operator Precedence -- The order of precedence -- Controlling the order of precedence -- Chapter 4 Controlling the Flow of JavaScript -- Decision-Making with if Statements -- Branching with if. . .else Statements -- Understanding the Value of Code Looping -- Working with while Loops -- Working with for Loops</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Working with do. . .while Loops -- Chapter 5 Harnessing the Power of Functions -- Getting to Know the Function Structure -- Making a Function Call -- When the browser parses the tag -- When the page load is complete -- When an event fires -- Passing One or More Values to a Function -- Passing one value to a function -- Passing two or more values to a function -- Getting a Value from a Function -- Working with Anonymous Functions -- Assigning an anonymous function to a variable -- Replacing a function call with an anonymous function -- Working with Arrow Functions</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Chapter 6 Coding the Document Object Model -- Getting Familiar with Objects -- Working with object properties -- Working with object methods -- Introducing the Document Object Model -- Specifying Elements in Your Code -- Specifying an element by id -- Specifying elements by tag name -- Specifying elements by class name -- Specifying elements by selector -- Working with collections of elements -- Touring the DOM with Code -- Getting the children of a parent element -- Getting all the child nodes -- Getting the first child node -- Getting the last child node -- Getting the parent of a child element</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe</subfield><subfield code="z">978-1-394-26322-6</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Druck-Ausgabe, pbk</subfield><subfield code="z">978-1-394-26321-9</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-30-PQE</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">https://ebookcentral.proquest.com/lib/th-deggendorf/detail.action?docID=31227192</subfield><subfield code="l">DE-1050</subfield><subfield code="p">ZDB-30-PQE</subfield><subfield code="q">FHD01_PQE_Kauf</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield></record></collection> |
id | DE-604.BV049729356 |
illustrated | Not Illustrated |
indexdate | 2024-07-20T07:35:09Z |
institution | BVB |
isbn | 9781394263233 |
language | English |
oclc_num | 1437876290 |
open_access_boolean | |
owner | DE-1050 |
owner_facet | DE-1050 |
physical | 1 Online-Ressource (ix, 176 Seiten) |
psigel | ZDB-30-PQE ZDB-30-PQE FHD01_PQE_Kauf |
publishDate | 2024 |
publishDateSearch | 2024 |
publishDateSort | 2024 |
publisher | Wiley |
record_format | marc |
series2 | ... for dummies |
spelling | McFedries, Paul 1959- Verfasser (DE-588)131537962 aut JavaScript essentials for dummies by Paul McFedries Hoboken, NJ Wiley [2024] 1 Online-Ressource (ix, 176 Seiten) txt rdacontent c rdamedia cr rdacarrier ... for dummies Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- Icons Used in This Book -- Where to Go From Here -- Chapter 1 JavaScript: The Big Picture -- Adding JavaScript Code to a Web Page -- The tag -- Where do you put the tag? -- Example #1: Displaying a message to the user -- Example #2: Writing text to the page -- What You Need to Get Started -- Dealing with Two Exceptional Cases -- Handling browsers with JavaScript turned off -- Handling very old browsers -- Commenting Your Code Moving to External JavaScript Files -- Chapter 2 Programming with Variables -- Getting Your Head around Variables -- Declaring a variable with let -- Storing a value in a variable -- Checking out another way to declare a variable: const -- Using variables in statements -- Naming Variables: Rules and Best Practices -- Rules for naming variables -- Ideas for good variable names -- Understanding Literal Data Types -- Working with numeric literals -- Exponential notation -- Hexadecimal integer values -- Working with string literals -- Using quotation marks within strings Understanding escape sequences -- Working with Boolean literals -- Chapter 3 Building Expressions -- Understanding How Expressions Are Structured -- Creating Numeric Expressions -- Building String Expressions -- Building Comparison Expressions -- Building Logical Expressions -- Understanding Operator Precedence -- The order of precedence -- Controlling the order of precedence -- Chapter 4 Controlling the Flow of JavaScript -- Decision-Making with if Statements -- Branching with if. . .else Statements -- Understanding the Value of Code Looping -- Working with while Loops -- Working with for Loops Working with do. . .while Loops -- Chapter 5 Harnessing the Power of Functions -- Getting to Know the Function Structure -- Making a Function Call -- When the browser parses the tag -- When the page load is complete -- When an event fires -- Passing One or More Values to a Function -- Passing one value to a function -- Passing two or more values to a function -- Getting a Value from a Function -- Working with Anonymous Functions -- Assigning an anonymous function to a variable -- Replacing a function call with an anonymous function -- Working with Arrow Functions Chapter 6 Coding the Document Object Model -- Getting Familiar with Objects -- Working with object properties -- Working with object methods -- Introducing the Document Object Model -- Specifying Elements in Your Code -- Specifying an element by id -- Specifying elements by tag name -- Specifying elements by class name -- Specifying elements by selector -- Working with collections of elements -- Touring the DOM with Code -- Getting the children of a parent element -- Getting all the child nodes -- Getting the first child node -- Getting the last child node -- Getting the parent of a child element Erscheint auch als Online-Ausgabe 978-1-394-26322-6 Erscheint auch als Druck-Ausgabe, pbk 978-1-394-26321-9 |
spellingShingle | McFedries, Paul 1959- JavaScript essentials for dummies Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- Icons Used in This Book -- Where to Go From Here -- Chapter 1 JavaScript: The Big Picture -- Adding JavaScript Code to a Web Page -- The tag -- Where do you put the tag? -- Example #1: Displaying a message to the user -- Example #2: Writing text to the page -- What You Need to Get Started -- Dealing with Two Exceptional Cases -- Handling browsers with JavaScript turned off -- Handling very old browsers -- Commenting Your Code Moving to External JavaScript Files -- Chapter 2 Programming with Variables -- Getting Your Head around Variables -- Declaring a variable with let -- Storing a value in a variable -- Checking out another way to declare a variable: const -- Using variables in statements -- Naming Variables: Rules and Best Practices -- Rules for naming variables -- Ideas for good variable names -- Understanding Literal Data Types -- Working with numeric literals -- Exponential notation -- Hexadecimal integer values -- Working with string literals -- Using quotation marks within strings Understanding escape sequences -- Working with Boolean literals -- Chapter 3 Building Expressions -- Understanding How Expressions Are Structured -- Creating Numeric Expressions -- Building String Expressions -- Building Comparison Expressions -- Building Logical Expressions -- Understanding Operator Precedence -- The order of precedence -- Controlling the order of precedence -- Chapter 4 Controlling the Flow of JavaScript -- Decision-Making with if Statements -- Branching with if. . .else Statements -- Understanding the Value of Code Looping -- Working with while Loops -- Working with for Loops Working with do. . .while Loops -- Chapter 5 Harnessing the Power of Functions -- Getting to Know the Function Structure -- Making a Function Call -- When the browser parses the tag -- When the page load is complete -- When an event fires -- Passing One or More Values to a Function -- Passing one value to a function -- Passing two or more values to a function -- Getting a Value from a Function -- Working with Anonymous Functions -- Assigning an anonymous function to a variable -- Replacing a function call with an anonymous function -- Working with Arrow Functions Chapter 6 Coding the Document Object Model -- Getting Familiar with Objects -- Working with object properties -- Working with object methods -- Introducing the Document Object Model -- Specifying Elements in Your Code -- Specifying an element by id -- Specifying elements by tag name -- Specifying elements by class name -- Specifying elements by selector -- Working with collections of elements -- Touring the DOM with Code -- Getting the children of a parent element -- Getting all the child nodes -- Getting the first child node -- Getting the last child node -- Getting the parent of a child element |
title | JavaScript essentials for dummies |
title_auth | JavaScript essentials for dummies |
title_exact_search | JavaScript essentials for dummies |
title_full | JavaScript essentials for dummies by Paul McFedries |
title_fullStr | JavaScript essentials for dummies by Paul McFedries |
title_full_unstemmed | JavaScript essentials for dummies by Paul McFedries |
title_short | JavaScript essentials for dummies |
title_sort | javascript essentials for dummies |
work_keys_str_mv | AT mcfedriespaul javascriptessentialsfordummies |