Hi, we replace (-> handler var ...)
with (-> #'handler ...)
. This does the exact same thing, but uses the #'
syntax sugar instead of calling var explicitly. We’ve added an explanation of this syntax to clarify.
Hope this helps!
Hi, we replace (-> handler var ...)
with (-> #'handler ...)
. This does the exact same thing, but uses the #'
syntax sugar instead of calling var explicitly. We’ve added an explanation of this syntax to clarify.
Hope this helps!