Conquer the JavaScript Interview: Reversing a String Using Methods [Beginner Skill Level]



Previous Associated Video for String Reverse:
https://youtu.be/1rrTXyRc3TA

String.prototype.split()
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/split

Array.prototype.reverse()
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reverse

Array.prototype.join()
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/join

This is a part of my Algorithms and Data Structures playlist series. We cover a lot of common interview questions asked during whiteboards for entry level developers. Learning to master these takes time, practice, and pattern recognition. So I’ll be helping you equip a toolbelt and filling it with as many tools as I can to help prepare you crush those interviews! Remember: “Luck is where practice meets opportunity.”

In this video we start with the basics and fundamentals that we can build upon. We reverse a string by learning about JavaScript’s .split(), .reverse(), and .join() methods. Simple and to the point – but a great tool to have when you answer more advanced questions.

Don’t forget to like this video and subscribe to our channel – we’re publishing more videos and walkthroughs every week. Comment below and let us know what you’d like to see next!

Join the Covalence community: https://covalence.io

Shop Covalence merch: https://covalence.merchntly.com

Comments are closed.