More Solutions to Javascript Reverse String Problem

I just started the Udemy course “The Coding Interview Bootcamp” by Stephen Grider.  I have five solutions below for the reverse string problem in Javascript.  The first three solutions I was already comfortable with.  I never actually used the for…of loop, however.  Grider recommends using it when possible in interviews as there is less room for […]

Dev position interviews – live coding

During a recent phone interview I was asked to live-code in Javascript using coderpad.io.  I never had to live code for someone before, and it didn’t go great… so I have been working on algorithm coding practice.  I’m using coderbyte.com, and I have been going through a YouTube video from Traversy Media (https://www.youtube.com/watch?v=M2bJBuaOeOQ&list=PLillGF-Rfqbb4ZOnsNCIB-DnLuUrQjS_G). One common […]