0Pricing
Javascript for Kids · Lesson

What Is Coding?

Coding is giving the computer step-by-step instructions.

What Is Coding? is a free Javascript for Kids lesson on CoddyKit — lesson 1 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Javascript for Kids learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.

Hi, Future Coder!

Hello there! 👋 Welcome to the world of coding! Coding is how we tell a computer what to do.

Think of yourself as a wizard, and the computer is your magic helper. 🧙

Step-by-Step Instructions

Coding means giving the computer step-by-step instructions.

Just like a list of steps to brush your teeth: get the toothbrush, add toothpaste, brush, rinse! 🪥

Coding Is Like a Recipe

Have you ever baked cookies? 🍪 You follow a recipe!

  • Mix the flour
  • Add sugar
  • Bake for 10 minutes

Code is a recipe for the computer!

Computers Need Order

Recipes must be in the right order. You cannot eat the cookies before you bake them! 😄

Code is the same. The steps must happen one after another.

A Recipe in Code

Here is a tiny code recipe. It tells the computer to say three things in order. Press Run and watch! ▶️

console.log("Get the bowl")
console.log("Add the flour")
console.log("Bake the cookies")

You Are the Boss!

When you code, you are the boss! 👑

The computer waits for your instructions and does exactly what you say.

Everyday Coding

You already give instructions every day!

  • Telling a friend how to play a game 🎮
  • Giving directions to the park 🌳
  • Explaining a magic trick 🎩

That is coding-style thinking!

Try Your Own Steps

This code gives directions to a treasure! 🗺️ Run it and follow along.

console.log("Walk 3 steps forward")
console.log("Turn left")
console.log("Dig here for treasure!")

Computers Are Fast

Computers can follow instructions super fast! ⚡

They can do millions of steps in one second. Wow!

Why We Learn to Code

When you learn to code, you can build games, draw pictures, tell stories, and so much more! 🚀

You are learning a real superpower.

Be Patient and Have Fun

Coding is a fun puzzle. 🧩 Sometimes it takes a few tries, and that is okay!

Every coder makes mistakes and learns from them. Keep going!

Quick Check

Time for a fun question! 🎉

Great Start!

Woohoo! 🎉 You learned that coding is giving step-by-step instructions, like a recipe.

You are officially a coder now. See you in the next lesson! 👋

Frequently asked questions

Is the “What Is Coding?” lesson free?

Yes — the full text of “What Is Coding?” is free to read here on the web, and the Javascript for Kids course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Javascript for Kids course, upgrade to CoddyKit PRO.

What will I learn in “What Is Coding?”?

Coding is giving the computer step-by-step instructions. You practise Javascript for Kids with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.

Do I need any experience to start Javascript for Kids?

No prior experience is required. Javascript for Kids on CoddyKit is structured for beginners through advanced learners; this is — lesson 1 of 4, so you can start here or from the beginning and move at your own pace.

How long does the “What Is Coding?” lesson take?

Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.

Can I write and run code in this Javascript for Kids lesson?

Yes. Every Javascript for Kids lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.

All lessons in this course

  1. What Is Coding?
  2. Computers Follow Instructions
  3. Why JavaScript Is Fun
  4. Your Coding Superpowers
← Back to Javascript for Kids