- JavaScript Projects for Kids
- Syed Omar Faruk Towaha
- 306字
- 2021-07-16 09:34:33
What this book covers
Chapter 1, Exploring JavaScript in the Console, discusses JavaScript and the JavaScript Development Environment, including Google Developer Tools. We will install the necessary software and print a few simple lines of code in this chapter.
Chapter 2, Solving Problems Using JavaScript, covers JavaScript fundamentals from the main syntax to some easy commands in the console. We will learn how variables work and what can be achieved with arithmetic operators. We will also run some simple commands to solve problems inside the console.
Chapter 3, Introducing HTML and CSS, will make real use of JavaScript and will cover HTML, which empowers the readers to make use of JavaScript not only in the console but also in the browser's view. We will also explain the basics of CSS, such as CSS selectors, and CSS layouts.
Chapter 4, Diving a Bit Deeper, covers some of the more advanced features that JavaScript offers. We discuss for and while loops, if statements, and switches-case.
Chapter 5, Ahoy! Sailing into Battle, teaches us how to develop the famous game, Battleship. Building upon what we've learned in the previous chapters, the tiny tots will learn to put this information into use.
Chapter 6, Exploring the Benefits of jQuery, is all about jQuery, a famous JavaScript library, and the advantages of using it.
Chapter 7, Introducing the Canvas, discusses HTML canvas, and we will learn how we can use it on our projects.
Chapter 8, Building Rat-man!, teaches us to develop a famous game, Pac-Man, except there is a rat, some cats, and lots and lots of cheese balls to eat! ;)
Chapter 9, Tidying up Your Code Using OOP, teaches object-oriented programming (OOP) and discusses how JavaScript is an OOP language.
Chapter 10, Possibilities, shows the reader what is possible using the skills they have developed reading this book.
- 數據科學實戰手冊(R+Python)
- Python Deep Learning
- Java加密與解密的藝術(第2版)
- Visual Basic程序設計實驗指導(第4版)
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- Clojure Reactive Programming
- Serverless computing in Azure with .NET
- C語言程序設計
- Angular Design Patterns
- 你真的會寫代碼嗎
- Python面試通關寶典
- iOS Development with Xamarin Cookbook
- Java編程指南:語法基礎、面向對象、函數式編程與項目實戰
- PHP典型模塊與項目實戰大全
- Game Development Patterns and Best Practices