

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 4
click for more info
No active XP Potion
Accept a Quest
Login to submit answers
Next
ctrl+.

This course assumes you're already familiar with programming fundamentals in at least one other language. I'll move quickly through the basics. For example, I'll explain how functions in JavaScript work, but I'll assume you already know what a function is.
If you're brand new to coding I recommend starting with our Python for beginners course first.
For most of this course you'll be writing code in your browser, but we will occasionally drop down to your local machine and use our official CLI tool to pass off lessons.
We'll be building parts of a make-believe software project: Textio! A SaaS app for sending SMS (text messages) to customers.
In JavaScript, the console.log function prints text to the console.
Print Starting Textio server... to the console instead of hello there!.
Capitalization and punctuation matter.
Focus Editor
Alt+Shift+]
Login to Submit
Login to Run
Login to view solution