What's in a (function) name?
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...
bendtherules.hashnode.dev11 min read
Viswa Teja
Front-end Web developer
Thanks for explaining everything in detail.