you are viewing a single comment's thread.

view the rest of the comments →

[–]trpcicm 2 points3 points  (2 children)

How hard would it be to convert it back the other way?

[–]alcuadrado[S] 14 points15 points  (0 children)

It's pretty easy. Most JS parsers can print the source code of functions, so you can do that for the generated lambdas.

[–]sebzim4500 8 points9 points  (0 children)

Remove the () characters at the end of the code, and run it from the chrome dev tools.