What are the modifiers?

Report a typo

Match the val and var modifiers with correctly declared variables.

Match the items from left and right columns
var
const val
val
NUMBER_2 = 321
number = 0
number = number1 + NUMBER_2
number1 = 123
___

Create a free account to access the full topic