Created
July 17, 2014 15:44
-
-
Save jikeytang/27ddcd9735b798a0b62e to your computer and use it in GitHub Desktop.
[ Javascript ] - 20140718-题目1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
请把一组有规律的单词拼接起来,规则为: | |
前一个单词的结尾应该与下一个单词的首字母相同。 | |
如: aloha, dog, arachnid, gopher, tiger, rat | |
结果为:aloha-arachnid-dog-gopher-rat-tiger. | |
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
我很少用 js写程式,各位常用 js,一定可以再优化