0Pricing
Javascript for Kids · Lesson

Showing the Answer

Print the result.

Show the Answer! 📣

Our calculator can store numbers, do math, and pick an operation. The last step is showing the answer in a NICE way! ✨

Let us make it friendly and clear for everyone to read.

Save Then Show 💾

First save the answer in a box called result, then print it!

let a = 5
let b = 3
let result = a + b
console.log(result)

All lessons in this course

  1. Two Numbers
  2. Doing Math
  3. Picking an Operation
  4. Showing the Answer
← Back to Javascript for Kids