Exercise: Recursive Find
Practice how to write a function that returns the list of the files by searching in the directory and subdirectories that contain the given keyword.
We'll cover the following
Problem statement
Write a recursiveFind()
named callback-style function that takes a path to a directory in the local filesystem and a keyword, as per the following signature:
Get hands-on with 1400+ tech skills courses.