mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.2 KiB
1.2 KiB
verydisco
Instructions
Create a verydisco.mjs
script that :
- takes 1 argument from the command line
- makes it very disco:
- cut this argument in 2 (rounded up),
- re-compose a word by concatenating the chunks in the other order
- display the result in console
If the argument passed is a sentence, each word of the sentence must be very disco.
For example:
discovery
would printverydisco
(🕺🏼) in console.Node is awesome
would printdeNo si omeawes
in console.