In this article, we are gonna look at some javascript methods that you should know. You might know some as well if yes then feel free to skip that particular section. We are just taking a string and splitting it into an array then we use the reverse() and join() back together. Let's see how we can implement it.

3m read timeFrom dev.to
Post cover image
Table of contents
concat(..)reverse()split(..)join(..)toExponential()toFixed(..)toPrecision(..)Conclusion

Sort: