Multiply Operator (*)
You can use the simple * operator when you want to multiply two numbers together
log 10 * 5
// does a multiplication on its two operands and returns 50
// this is doing 10 times 5
Last updated
Was this helpful?
You can use the simple * operator when you want to multiply two numbers together
log 10 * 5
// does a multiplication on its two operands and returns 50
// this is doing 10 times 5
Last updated
Was this helpful?