๐ฐrecursive function
JS โฉ value โฉ function โฉ recursive
a function that calls itself.
- recursive function examples - deepEqual() - check if two objects are "deep equal". 
 
Last updated
Was this helpful?
JS โฉ value โฉ function โฉ recursive
a function that calls itself.
recursive function examples
deepEqual() - check if two objects are "deep equal".
Last updated
Was this helpful?