Bug and Code Logo Back to Home

Coding Exercises

Choose from a variety of challenges to test and improve your coding skills. More challenges added weekly!

String Reversal

Write a function that reverses a given string.

Start Challenge

FizzBuzz

Classic logic challenge — great for warm-ups and interviews.

Start Challenge

Palindrome Checker

Check if a given string is the same forwards and backwards.

Start Challenge

Two Sum

Find two numbers in an array that add up to a target value.

Start Challenge