Exercise: Check Your Directory
Exercise on finding if certain files exist in your directory using JavaScript asynchronously
We'll cover the following...
Task
A software developer is struggling to organize the files in her directory. She keeps finding errors related to files not in her directory. She knows that JavaScript can solve this problem asynchronously, but doesn’t know how to implement the solution. She asked you to write code that tells if a list of files exists ...