1.统计字符串中字符出现的次数
统计字符串中字符出现的次数 @[code](./code/computeString.js) :::
2. 函数防抖
函数防抖 @[code](./code/debonce.js) :::
3. 函数节流
函数节流 @[code](./code/throttle.js) :::
4. 手写数组去重
手写数组去重 @[code](./code/uniqueArray.js) :::
5. url 参数转换为 object
url 参数转换为 object @[code](./code/urlToObj.js) :::