Imagine you have never heard about variables, how do you set a background to red? that’s what this challenge wants from you and what browsers that don’t support variables need
I was having an issue with this challenge as well, however I had the proper answer, there cannot be a callback added behind the variable in order to pass the test. When I had a call back in the variable parentheses, it would still give me the same suggestion of adding a callback before the variable reference. Once i completely got rid of that and all the other edits I made, the challenge passed. I hope this helps anyone with my same issue!