Reverse each word in the sentence | Programming Interview Questions, JavaScript

preview_player
Показать описание
In this video, I answer how to solve the common programming interview question "Given a string, reverse each word in the sentence".

Рекомендации по теме
Комментарии
Автор

Dude, this video really helped me!! Thank you!

juanchironnau
Автор

dude, nice video, what happens if I want to reverse only the words that starts with a letter that I want? look at this:
function reverse (phrase, letter) the letter's gonna be "t"
eg: "this is a thin table"
it has to return : "siht is a niht elbat"
Please help me!

facundolaco