Skip to content

Commit d409f9d

Browse files
author
Wakidur Rahaman
committed
init
1 parent 0df7d9b commit d409f9d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/**
2+
* Reverse a string. It's a common interview question, and it's quite simple.
3+
* However, if you really want to impress your interviewer, you'd be well-off to understand multiple solutions to the problem.
4+
* Rather than using built-in methods like ".reverse()" (which is fine, but you may be asked to neglect using it), 👍
5+
* demonstrate your ability to solve it in different ways.
6+
*
7+
* Here are three solutions to reversing a string in JavaScript.👏
8+
*/

0 commit comments

Comments
 (0)