initAddedDCLightExercises();
# This will get executed each time the exercise gets initialized b = 6
# Create a variable a, equal to 5 # Print out a
# Create a variable a, equal to 5 a test_object("a")
Use the assignment operator (
<-
) to create the variable a
.