dark mode light mode Search Menu
Search

Two Books Teach Coding and Computer Science

JavaScript for Kids

Computers are dumb. They do only what you tell them. This book teaches kids how to use JavaScript to tell computers what to do, from drawing kittens to making games. It starts with a neat trick: you can code JavaScript in any Chrome web browser. That makes it easy for anyone to work through JavaScript code, from simple to more complicated. Kids familiar with sprites in Scratch will find the JavaScript Canvas familiar. This book is perfect for kids and anyone who wants to graduate from Scratch to a professional language like JavaScript.

The resources section at the back of this book describes all the different ways to expand what you learn in the book. It’s worth the price of the book. Turns out JavaScript can be used not only with web pages. It can be used to run a web server, robots, audio, and many other kinds of projects.

Lauren Ipsum — A Story about Computer Science and Other Improbable Things

No Starch Press has re-issued a wonderful book, Lauren Ipsum, which explains computer science concepts in a fun and often wacky way similar to Alice in Wonderland. Teachers, parents, and kids will have to stop and re-read the text to realize they’ve learned a key concept used in computer science and computing. The story is engages you on its own terms. This version also includes many whimsical illustrations by Miran Lipovača.

Learn More

JavaScript for Kids

http://www.nostarch.com/jsforkids

Lauren Ipsum

http://www.nostarch.com/laurenipsum
https://kidscodecs.com/lauren-ipsum/

Related Posts