
Coding for Kids Ages 10 and Up
Bob Mather
This audiobook is narrated by a digital voice.
Are you looking to teach your kid how to code? Or are you looking to start coding?
This book on beginner Javascript is the answer.
The whole world seems to be running on computers. Everything's going digital. Everybody's trying to learn how to code. But most people fail to get far. Coding is a tough skills to learn; and even tougher to master. Coding takes time to learn. The younger one starts the better.
However, coding can be a lot of fun and gratifying.
Kids who learn the basics well and code fun projects get hooked on it. And it's amazing to see how fast kids can improve if they enjoy it.
The important thing is to get a step-by-step beginners' guide that starts from the very basics. This book starts off with the very basics; how to install the software, set up and write your first lines of code. There are exercises at the end of each chapter that can test your new found knowledge and move you ahead.
And then, once you master those skills, we get you a few more advanced skills that can get you started making simple games, animations and websites.
Even if you've never touched a computer in your life, you will find this book useful.
Scroll up and Click 'Add to Cart' Now
Duration - 1h 47m.
Author - Bob Mather.
Narrator - Digital Voice Mike G.
Published Date - Monday, 20 January 2025.
Copyright - © 2020 Abiprod Pty Ltd ©.
Location:
United States
Description:
This audiobook is narrated by a digital voice. Are you looking to teach your kid how to code? Or are you looking to start coding? This book on beginner Javascript is the answer. The whole world seems to be running on computers. Everything's going digital. Everybody's trying to learn how to code. But most people fail to get far. Coding is a tough skills to learn; and even tougher to master. Coding takes time to learn. The younger one starts the better. However, coding can be a lot of fun and gratifying. Kids who learn the basics well and code fun projects get hooked on it. And it's amazing to see how fast kids can improve if they enjoy it. The important thing is to get a step-by-step beginners' guide that starts from the very basics. This book starts off with the very basics; how to install the software, set up and write your first lines of code. There are exercises at the end of each chapter that can test your new found knowledge and move you ahead. And then, once you master those skills, we get you a few more advanced skills that can get you started making simple games, animations and websites. Even if you've never touched a computer in your life, you will find this book useful. Scroll up and Click 'Add to Cart' Now Duration - 1h 47m. Author - Bob Mather. Narrator - Digital Voice Mike G. Published Date - Monday, 20 January 2025. Copyright - © 2020 Abiprod Pty Ltd ©.
Language:
English
Opening credits
Duración:00:00:13
Table of Contents
Duración:00:04:52
Disclaimer
Duración:00:00:42
Introduction
Duración:00:02:41
Soft Skills of Coding
Duración:00:03:48
Setting Up Your Workspace
Duración:00:00:04
What You Need
Duración:00:00:13
Download/Install Text Editing software
Duración:00:00:24
Start using NotePad++
Duración:00:00:16
Test Program
Duración:00:00:28
Result:
Duración:00:00:42
What is html?
Duración:00:00:41
Common html Tags
Duración:00:01:46
Example of html code
Duración:00:00:17
Copy Paste Version of html code
Duración:00:02:31
Code Output
Duración:00:00:35
Practice Problems
Duración:00:00:51
Sample html Program
Duración:00:00:04
What This Project Does
Duración:00:00:28
Concepts to Understand for this Chapter
Duración:00:01:10
Files
Duración:00:00:18
Code
Duración:00:00:03
Output
Duración:00:00:14
Code Explained
Duración:00:01:37
html forms
Duración:00:01:17
Sample Form
Duración:00:01:49
Output:
Duración:00:00:18
What is JavaScript?
Duración:00:00:34
Using JavaScript with html
Duración:00:01:34
JavaScript Elements
Duración:00:04:45
How to add Comments
Duración:00:00:25
Example 1
Duración:00:00:30
The Code Explained
Duración:00:00:39
Example 2
Duración:00:00:11
Code Explained:
Duración:00:00:32
Introduction to CSS
Duración:00:00:04
What is CSS?
Duración:00:00:23
Create CSS file and link to html file
Duración:00:00:57
CSS Terms
Duración:00:02:01
CSS Button Elements
Duración:00:00:51
CSS Example
Duración:00:00:04
CSS And JavaScript
Duración:00:00:55
Loops
Duración:00:02:23
IF LOOP EXAMPLE 1
Duración:00:01:05
IF LOOP EXAMPLE 2
Duración:00:01:12
FOR LOOP Example 1
Duración:00:00:46
FOR LOOP Example 2
Duración:00:00:51
FOR Loop Example 3 – Nested Loops
Duración:00:00:55
WHILE LOOP EXAMPLE 1
Duración:00:00:36
Game Time - Loops
Duración:00:00:22
Adding html Elements using JavaScript
Duración:00:01:28
Game 1 – Guess Random Numbers
Duración:00:00:43
Game 2 – Math Quiz Game
Duración:00:00:57
Game 3 – Math Quiz with Random Numbers
Duración:00:01:40
String Variables
Duración:00:02:36
Example 1 – Playing with Your Name; Reverse name game
Duración:00:00:57
Example 2 –Address Check
Duración:00:01:16
Example 3 – Enter a string and replace all curse words with *****
Duración:00:00:59
Arrays
Duración:00:01:22
Example 1 – Creating An Array in JavaScript
Duración:00:00:27
Example 2 – Assigning An Array Through A Form
Duración:00:00:33
Example 3 – Guess World Capitals
Duración:00:01:33
Example 4 – Random Jokes
Duración:00:01:02
Example 5 – Animal Hangman
Duración:00:02:31
Objects
Duración:00:00:18
Creating a Canvas
Duración:00:00:04
What is a Canvas?
Duración:00:00:18
Canvas Example
Duración:00:00:52
Creating a Circle on the Canvas
Duración:00:02:35
Creating a Rectangle on the Canvas
Duración:00:01:11
Creating a Smiley Face
Duración:00:00:38
Timer and Animations
Duración:00:00:04
What is a Timer?
Duración:00:00:50
Timer Example
Duración:00:00:52
Growing Square
Duración:00:00:55
Growing Circle
Duración:00:00:58
Growing Radial Circle
Duración:00:01:39
Moving Ball in Different Directions
Duración:00:01:21
Bouncing Ball
Duración:00:01:38
KeyPress and Mouse Click Event
Duración:00:00:04
What does a KeyPress Element Do?
Duración:00:00:26
KeyPress Example 1
Duración:00:01:04
KeyPress Example 2
Duración:00:01:09
What does a MouseClick Element Do?
Duración:00:00:17
MouseClick Example
Duración:00:00:31
MouseClick – Hide and Seek
Duración:00:01:30
MouseClick – Treasure Hunt
Duración:00:00:46
Pong Game
Duración:00:01:45
Conclusion
Duración:00:00:32
End Credits
Duración:00:00:15