문제) www.codewars.com/kata/5270d0d18625160ada0000e4/train/javascript Codewars: Achieve mastery through challenge Codewars is where developers achieve code mastery through challenge. Train on kata in the dojo and reach your highest potential. www.codewars.com 내가 푼 답) const Dice_Point = { '111': 1000, '666': 600, '555': 500, '444': 400, '333': 300, '222': 200, '1': 100, '5': 50 }; function score( d..