backtrace()PurposeUse the backtrace function to print the current callstack to the console. This is usedto trace functions called from withing functions and can help discover what functions werecalled (and not yet exited) before the current point in your scripts.ReturnsNo return value.