Try Code

Got a Few Minutes? Try Coding!

(λ)

Type this into the panel on the right, directly after the > prompt:

"Hello, World!"

Believe it or not, you just typed some code!

Specifically, you typed an expression, or a piece of programming syntax that returns a single result.

Did you notice that the result was returned in green, below your expression?

The response will be returned in red if your expression contains an error.

The following commands are available to help you navigate this tutorial:

  • start - Starts the interactive tutorial.
  • next - Skip to the next lesson.
  • back - Return to the previous lesson.
  • clear - Clear the screen.

Also, blue colored code will insert into the console when clicked.

Type start and let's learn to code!

© 2015 trycode.io. All rights reserved.