2 Comments
User's avatar
Dhaval's avatar

Assignment operator

/= to divide by additional value: number += 5

shouldn't be /= ?

# Example of an expression out put is 43 and not 32.

Expand full comment
Jonathon Kindred's avatar

You're correct, typo on my end. Cheers for pointing it out

Expand full comment