โ โ โ circus.js
JavaScript
1
ticket booth
LIVE
Click โถ Run to see your math results hereโฆ
๐ฏ Ringmaster Puzzle Step 1 of 4
You sold 8 adult tickets and 4 kid tickets. Print the total using +!
var total = 8 + 4; to add, then console.log(total); to print the answer.