Web Developer
I am reading through everything and trying to wrap my head around functions. Is it possible to call/invoke one function from another function? I see the Events, but not sure that is ideal and it smells like a hack. And probably not workable if I need to get a return from the child function in the parent, calling function. I could do a second http call to the child function and handle that way, but using the network layer again seems like overhead. Do you have any documentation or recommended way of handling these scenarios? Thanks in advance.