For the best experience, increase the window size or view on a laptop or desktop device
Last updated: Pending
Title | ||
|---|---|---|
Loading... | ||
1/1
No questions are available yet
For the best experience, increase the window size or view on a laptop or desktop device
Title | ||
|---|---|---|
Loading... | ||
Transform each word in a string by moving the first character to the end of word and appending "ay" to the end.
Example:
// hello --> ellohay
// hello world --> ellohay orldway
// hello World --> ellohay Orldway
// hello, won't World! --> ellohay, on'tway Orldway!
Transform each word in a string by moving the first character to the end of word and appending "ay" to the end.
Example:
// hello --> ellohay
// hello world --> ellohay orldway
// hello World --> ellohay Orldway
// hello, won't World! --> ellohay, on'tway Orldway!
Output