Addition Operator (+)
Add Numbers You can use the simple + operator when you want to add two values together
log 10 + 5
// does an addition on its two operands and returns 15
// this is doing 10 plus 5
Last updated
Was this helpful?
Add Numbers You can use the simple + operator when you want to add two values together
log 10 + 5
// does an addition on its two operands and returns 15
// this is doing 10 plus 5
Last updated
Was this helpful?