5kyu专题

codewars,js实现5kyu:Write out numbers(数字转化为英文写法)

目录 题目简介Example我完成的代码我的解题思路我的难点 题目简介 该kata的链接地址 Create a function that transforms any positive number to a string representing the number in words. The function should work for all numbers bet

codewars:js实现5kyu:A Chain adding function

目录 题目描述Example我完成的代码我的思路我的难点 题目描述 该kata的链接: link. We want to create a function that will add numbers together when called in succession. add(1)(2);// returns 3 We also want to be able to