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.

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 1200+ tech skills courses.