In Chrome\'s JavaScript console, how do I call a function that belongs to a .js file included in the webpage I am viewing?
you can invoke it using window.function_name() or directly function_name()