What's in a (function) name?
Jan 1, 2022 · 11 min read · Intro Whenever you are writing a recursive function, there is a small question you have to answer mentally - how can this function call itself? To start off, there is arguments.callee - which seems like a decent option, but it is considered a legac...
VViswa commented



