Hi so I was doing this challenge where I had to assign the value 7 to variable a and then assign the contents of variable a to variable b.
I did the second option first and was able to passed the test. Then I found out I did it slightly differently from what FCC told me. Was what I did considered correct as well? Or should I scratch that and just do the first option.