/js-studies-tree

Primary LanguageJavaScriptISC LicenseISC

js-studies-tree

It's a simple project used for studies and proof of concepts.

Installing the dependencies:

npm install

Testing the "NumberOfChildrenByParendId" function

The "NumberOfChildrenByParentId" function returns the number of direct and indirect children from a given array of objects regarding a given parent id.

npm run test

JEST output