Join 5 Free Coding Classes Learn More

Create & Learn Team

Designed by Experts Tech Classes Your Child Will Love Live · Online · Small Group

Variables In Coding

Today, we will be sharing everything you need to know about variables in coding! Find out what they are, how you can make them in a few different coding languages, and how they can be used effectively! Plus, try a few fun variables challenges.

How To Make Falling Snow In Scratch

As winter approaches, you may find yourself in the mood to create winter-themed projects in Scratch. But, of course, no winter project would be complete without falling snow! In this tutorial, we will show you how to create falling snow in Scratch that will spice up any project. Let’s get coding!

Conditionals In Coding

When we’re writing code, we often need to check to see if the user has done something, or if some particular event has happened, and then respond to that event in a specific way. To accomplish this, we can use conditional statements. Learn all about it!