qingfengmy


qingfengmy

  • nimbler is a utility module which provides series and parallel functions for working with JavaScript. it like as nimbl

    published 1.0.1 6 years ago
  • ``` src | |index.js |math.js webpack.config.js package.json ```

    published 1.0.3 5 years ago
  • published 1.0.0 4 years ago
  • > 需求: 实现大型正整数相加,打包出开发环境用的js和生产环境用的.min.js。支持amd/cmj/es6/script标签引用等多种方式。 ### 1. 编写加法代码 ``` export default function add(a, b) { let i = a.length - 1; let j = b.length - 1; let carry = 0; let result = ""; while (i >= 0 || j >= 0) { let x = 0;

    published 1.0.0 4 years ago
  • zht-cli命令行工具

    published 1.0.7 4 years ago
  • published 1.0.0 2 years ago
  • published 1.0.0 2 years ago