analyzeBJ.js 182 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 /* 1. 날짜 순 정렬 2. 현재 날짜와의 차이 3. 최근 일주일간 푼 문제 수 4. 추천 문제 */ exports.analyzeBJ = function (solvedBJ) { console.log(solvedBJ); };