When a variable is declared and initialized with the statement var velocity = 32;, this means that _____.
it has a somewhat different scope than if it were declared using the let keyword
it stores a constant value that cannot be changed
the variable velocity can only hold a numerical value, not a text string
the variable velocity was declared and initialized without using an assignment operator