Question from the Bash - Fundamentals test

Write a bash script that prints the value of the variable color.

Medium

What does the following script return?

color = 0
echo color
echo $color
Author: titouan lecampStatus: PublishedQuestion passed 17 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!