You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_.fn is a bit verbose when invoked immidiately. _.fn(console, 'log')(console, 'hogehoge'). _.ap lets you do something like clojure's(.method obj & args) syntax.
_.fn is a bit verbose when invoked immidiately.
_.fn(console, 'log')(console, 'hogehoge')
. _.ap lets you do something like clojure's(.method obj & args)
syntax.The text was updated successfully, but these errors were encountered: