public/subjects/tell-me-who/README.md

1.3 KiB

tell-me-who

Instructions

Create a tell-me-who.mjs script that takes your directory path as an argument and print the names of all the guests in the console.

The output must print one guest per line, in ascending alphabetic order, and formated as following: Number. Lastname Firstname (starting from 1).

Notions