LearningNodeJS
LearningNodeJS copied to clipboard
Learning Node.js/Chapter 5/Searching for Modules (page 93)
Is traversing "up the path tree" in the down direction?;
The tree is upside down...;
Thank you in advance!;
Hi!
Up the tree means going to our parent directory ( .. ) and then if not found its parent directory ( .. ) until it is found or there are no more parent directories to look in.
Down the path tree means our subdirectories and their subdirectories.