Why does the line of code var friend = "Ross"; need the var keyword?

Because we are creating a variableWe don't need the var keyword there

The line var friend = "Ross"; needs the var keyword because we are creating a variable.