# 特扬前端js学习 **Repository Path**: tangqianhua/js_algorithm_practice ## Basic Information - **Project Name**: 特扬前端js学习 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-06-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 特扬前端js学习 ### 算法学习 - npm包标准版本号自动更新算法实现 ```angularjs 需求描述:npm 包标准版本号为1.0.0 let version =1.0.0; version ==> 1.0.1 要求:实现方式可以是函数、类、对象等任何js允许的方式, 原则上不允许引入第三方库实现。 最终输出为标准CommonJS模块 ```