I am trying to get the name of a function which called the current function in jquery.
For example, say there are three functions
function a, function b, function c
and when one of those functions call function z, i would like to be able to get a string output of the function that called function z if that is possible please?