Is there a way to get the source code of a function by using it's name in javacsript? I'm using the console and while like to see the source code of the function but can't find it. I can execute it in the console and typing only in the name returns the function object.
