In this video, you will learn how to reverse a string in TypeScript, in three steps.
The steps are:
1. Convert given string to array of characters.
2. Reverse the array of characters.
3. Join the array of characters into a string.
0:26 Example to reverse the string "Hello World"