This video is about reversing a string in Javascript without using any built-in functions.
We are going to create a recursive function to reverse the string, one of the most common Javascript interview question.
Built in Functions to reverse a string in javascript
1. reverse() method,
2. split() and join() methods
Official Website - https://surajsharma.net