Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEA
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
Thank you @AYXAcademy for posting my challenge! 😊
Thank you, Alex, for your contribution!
C458