MIHS
Md Inmaj Hossain Shahin
Photo Slider - Copy this React, Tailwind Component to your project
**Story:** One day, you find an ancient alien dictionary. Each word in the dictionary is spelled backward! Your job is to write a program that translates a message from alien to human language by reversing each word. --- **Task:** Write a function that takes a sentence as input, where each word is written backward, and returns the sentence with words spelled correctly (forward). --- **Input:** - A single string representing the alien message where each word is reversed. **Output:** - A single string with each word reversed back to its original form.
Prompt
