Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.5 KB

ReadMe.md

File metadata and controls

29 lines (21 loc) · 1.5 KB

Kids-Coding

Introduction to programming for kids using JavaScript. Link to published website

Introduction

This tutorial is for teaching children to learn programming at a young age. The aim is to allow children to understand programming concepts with direct visual feedback based on basic implementations. Allowing the child to directly see the changes they make in code for a more hands-on approach. Separating itself from traditional approaches, where children are only selecting statements and are not directly writing code.

Children will learn a professional popular programming language JavaScript.

Requirements

Using the p5.js web editor

Code should be written by using the web editor.

The examples in this tutorial will contain both the initial code of the web editor and the added statements that should be added to make the examples work.

To add the code, go to the web editor (via the link above) and add the extra code statements show in the examples.

Run the code with the play button on the top left or enable the auto-refresh option in the editor to automatically run the code.

Index

  1. Introduction to shapes.
  2. <script src="/Kids-Coding/1.%20Introduction%20to%20shapes/Introduction-to-shapes-nav.js"></script>