자바스크립트에는 -0 이라는 값이 있다.
코딩테스트 문제를 푸는데 이것때문에 애를 먹었다.
console.log(maxValue ? maxValue : 0);
console.log(minValue ? minValue : 0);
다음과 같이 처리해 -0이 0으로 항상 나오게 할 수 있다.
https://github.com/dongree/Baekjoon-Algorithm/commit/3a89864c80f0ce5c52805c74e905cd985e254c08