Skip to content

Commit

Permalink
add readme.md item&modify details
Browse files Browse the repository at this point in the history
add&modify
  • Loading branch information
wschool committed Dec 16, 2015
1 parent 8e179f6 commit b7d6e26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# javascript学习笔记
- **[JavaScript之面向对象](https://github.com/codingplayboy/javascript_notes/blob/master/js_object.md)**
- **[JavaScript之文档加载load与ready](https://github.com/codingplayboy/javascript_notes/blob/master/js_domReady.md)**
- **[JavaScript之文档加载load与ready](https://github.com/codingplayboy/javascript_notes/blob/master/js_domReady.md)**
- **[JavaScript之数组排序、去重及最值算法](https://github.com/codingplayboy/javascript_notes/blob/master/js_arrAlgortithm.md)**
2 changes: 1 addition & 1 deletion js_arrAlgortithm.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#JavaScript数组值之多样操作
#JavaScript数组值之排序、去重及最值操作

本篇主要总结常见的排序算法在JavaScript中的实现及js数组取最值,去重,篇幅较长,如有需要可以跳越阅读。

Expand Down

0 comments on commit b7d6e26

Please sign in to comment.