
Hello Community members,
A solution to last week’s challenge can be found here.
This week’s challenge, submitted by Alex Abi-Najm ( @alexnajm ), is a fun puzzle for you to practice your parsing and formula skills. Who is up for the challenge?
The dataset contains three rows of data. Your task is to mask every other letter in a word with an asterisk. So, for example, if the rows contain the following data:
HAPPY HOLIDAYS
BE JOYFUL
The result should look like this:
*A*P* *O*I*A*S
*E *O*F*L
Make sure you don't mask any spaces!
Need a refresher? Review the following lessons in Academy to gear up:
Good luck!
The Academy Team