titleCase.js 31 Oct 2019 in about Dev on AlgorithmCodewars 알고리즘 풀이ProblemWrite a function that will convert a string into title case, given an optional list of exceptions(minor words).문자열을 title case로 변환하는 함수를 작성한다.Solution 01