Now let’s write some code for adding two numbers and see the result displayed in the editor.

let number1: number = 25;
console.log(number1);

let number2: number = 25;
console.log(number2);

let sum: number = number1 + number2;
console.log(sum)

The blue text is Quokka that calculates the values!

In the last post we’ll write a TypeScript function and then add Quokka to the file.

Leave a comment

Quote of the week

"People ask me what I do in the winter when there's no baseball. I'll tell you what I do. I stare out the window and wait for spring."

~ Rogers Hornsby

Designed with WordPress