-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
I am using the code
// Set numbers as variables and do an equation
var number1 = 20
var number2 = 1
var math = number1 + number2
prnt math
But it does not add up the numbers anymore. instead i get the output:
"John"
number1 + number2
remember to fix this when you get home.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request