Skip to content

Instantly share code, notes, and snippets.

@jikeytang
Created August 25, 2014 12:17
Show Gist options
  • Save jikeytang/c19cace96165e315ea5e to your computer and use it in GitHub Desktop.
Save jikeytang/c19cace96165e315ea5e to your computer and use it in GitHub Desktop.
[ Javascript ] - 20140826-题目1
给四个数 1,2,3,4,按三位数的结果进行排列组合。
得到的结果如下所示:
1,2,3,
1,2,4,
1,3,4,
2,3,4,
PS:
1. 回复时注意加上下面这句话,才会有语法高亮或格式缩进。
```javascript
// you code
```
2. 粘贴代码时请使用shift+tab,缩进前面的空白。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment