public/subjects/tell-me-how-many
miguel a502954ee2 docs(tell-me-how-many/personal-shopper): typos 2023-03-29 07:10:13 +00:00
..
resources chore(guests): cleanup, move resource to its own folder 2023-01-04 05:38:24 +00:00
README.md docs(tell-me-how-many/personal-shopper): typos 2023-03-29 07:10:13 +00:00

README.md

tell-me-how-many

Instructions

Your very favorite person's birthday is coming soon. So you've decided to organize a very special party 🥳🪅🎤

Invitations have been sent for a while...

Good news: answers are back! Psst: Sorry buddy, we didn't count it, you've been too generous. But we saved every one of them as a file in a special directory for you. Have fun!

Create a tell-me-how-many.mjs script that:

  • Take a relative or absolute directory path as argument from the command line.
  • Read this directory path.
  • Get the number of entries in this directory.
  • Print the result in console.

If there is no argument passed, the script must execute itself in the current directory

Notions

Provided files

Download guests.zip to have at your disposal the guests directory containing the files to count in your script. You must save it in your tell-me-how-many exercise directory to test your script on it.