🔰recursive function
JS ⟩ value ⟩ function ⟩ recursive
a function that calls itself.
recursive function examples
deepEqual() - check if two objects are "deep equal".
Last updated
JS ⟩ value ⟩ function ⟩ recursive
a function that calls itself.
recursive function examples
deepEqual() - check if two objects are "deep equal".
Last updated