Entry 1: Reverse a String
Type: Algorithm
Goal: Take the string and reverse it using a decrementing for loop.
As javascript becomes more of a staple in software development, I find it increasingly important to document common software development problems in the language its self. In laymans terms, the purpose of this blog is to provide javascript solutions for traditional D.S. and A. questions that would typically be written in Java or C++. I am also writing this blog for the added of bonus practicing these solutions myself (and to become more appealing to potential employers 😉). I hope this can be of use to both myself and others in search of both knowledge and skill in regards to software-development based javascript.
Type: Algorithm
Goal: Take the string and reverse it using a decrementing for loop.