JavaScript for kids for dummies
Have big dreams? Kick start them with JavaScript! If we've learned one thing from the Millennial generation, it's that no one is too young to make history online. JavaScript For Kids For Dummies introduces pre-teens and early teens alike to the world of JavaScript, which is an integral pr...
Autor principal: | |
---|---|
Otros Autores: | |
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Hoboken, NJ:
John Wiley & Sons
c2015.
Hoboken, NJ : [2015] |
Edición: | 1st edition |
Colección: | --For dummies.
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629690106719 |
Tabla de Contenidos:
- Title Page; Copyright Page; Table of Contents; Introduction; About This Book; Foolish Assumptions; Icons Used In This Book; Beyond the Book; Where to Go from Here; Part I What Is JavaScript? Alert! JavaScript Is Awesome!; Chapter 1 Programming the Web; What Is Programming?; Talking to Computers; Choosing a Language; What Is JavaScript?; Get Your Browser Ready; Opening the Web Developer Tools; Introducing the JavaScript Console; Running Your First JavaScript Commands; Having Fun with Math; Chapter 2 Understanding Syntax; Saying Precisely What You Mean; Making a Statement; Following the Rules
- Chapter 3 Giving and Receiving DataMastering Variables; Understanding Data Types; Prompting the User for Input; Responding to Input; Combining Input and Output; Chapter 4 Fiddling with Web Applications; Introducing JSFiddle; Creating a JSFiddle Account; Sharing Your Fiddle; Saving Your App; Part II Animating the Web; Chapter 5 JavaScript and HTML; Writing HTML; Knowing Your HTML Elements; Adding Attributes to Elements; Changing HTML with JavaScript; Chapter 6 JavaScript and CSS; Meet Douglas the JavaScript Robot; CSS Basics; CSS Properties Give You Style; Customize Your Own JavaScript Robot!
- Changing Array Element ValuesWorking with Array Methods; Learning the Ways of Arrays; Chapter 12 Making It Functional; Understanding Functions; Knowing What Functions Are Made Of; Building Function Junction; Chapter 13 Creating a Wish List Program; Introducing the Wish List Program; Forking the Code; Writing the HTML; Writing the JavaScript Code; Part V Freedom of Choice; Chapter 14 Making Decisions with the If...Else Statement; Boolean Logic; Introducing if...else Statements; Combining Comparisons with Logical Operators; Freshening Up the JavaScript Pizzeria
- Improving the Lemonade Game