Foundations of Programming

Foundations of Programming

Your Progress

  • 0 of 0 items done

Learning goals

Learn about basic programming concepts like functions, operators, variables, control flow, strings, and arrays — some of the building blocks of programming.

Suggested prerequisites

No experience needed!

Back to collection
  • Reverse a string

    In this practice coding question, you'll write a function that reverses a string. You can even use it to check whether or not a word is a palindrome! (coderbyte)

    Mark as complete Save for later