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
- Two Numbers
- Doing Math
- Picking an Operation
- Showing the Answer