Read carefully the instructions:
add an empty string property (you will need to use quotes) which is a function that takes a single argument and returns that argument.
Use the key/pair value Syntex, add empty string(pair of a quote marks) then return a callback function with a parameter
You have used that callback function in previous lines of codes.
your code has to be getting something and returning that something in a function so I just created a parameter “e” and returned it in my function like this:
mod edit: code removed
his code gets e and then returns it! I hope I helped!
It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.