Write a program called asyncFileCount.js that prints the number of files with a given extension in a given directory. The first argument will be the path to the directory we want to filter on (e.g. '/path/to/dir/') and a file extension to filter by as the second argument. For example, if you get '.txt' as the second argument then you will need to filter the list to only files that end with .txt