CodeMonkey Blog

>  All Blogs

Category: Tips & Hints

codemonkey practice challenges

Skill Mode

When it comes to coding, practice makes perfect. The more you code, the better you will be at it. Being better at coding doesn’t mean

Read More »
codemonkey

Learn How to Compare Values

Our new challenges introduce important computer science topics: not Equals to == Less than < Return values Sometimes computers need to compare two values to

Read More »

Index Beavers

When there are several objects of the same kind on the screen you can interact with each one of them separately. That is what Array

Read More »
codemonkey goat

What If, Else

Life is full of tough decisions. If a banana is nice and yellow you better grab it quick, but what if it is green or

Read More »