Javascript: String Manipulations
During the coding interview, many problems comes with the string manipulations. In this article, I want to review some string methods that can be useful for the coding interview.
String Length
str.length
Access Character
Find specific character by in...
shinyoung.hashnode.dev3 min read