justin-do-it-react icon indicating copy to clipboard operation
justin-do-it-react copied to clipboard

228p 오타

Open choyeah opened this issue 4 years ago • 0 comments

// 기존 코드 const multiplyX = x => a => multiply(a, 2);

// 수정된 코드 const multiplyX = x => a => multiply(a, x);

choyeah avatar May 20 '20 17:05 choyeah