Skip to content

Commit bb0aafd

Browse files
author
stone
committed
modify bottom content.
1 parent ca9abc9 commit bb0aafd

12 files changed

Lines changed: 23 additions & 46 deletions

File tree

1.1-Introduction/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ JavaScript 的这3个组成部分,在当前5个主要浏览器(IE、FireFox
129129
130130
## 更多
131131

132-
您还可以在 [GitHub](https://github.com/)[Star](https://github.com/stone0090/javascript-lessons) 该课程,获取最新内容,查看章节目录。
133-
132+
> 您还可以在 [GitHub](https://github.com/)[Star](https://github.com/stone0090/javascript-lessons) 该课程,查看章节目录,获取最新内容。
134133
> https://github.com/stone0090/javascript-lessons
135134
136135
![](http://7xkhp9.com1.z0.glb.clouddn.com/blog/other/blog_statement_20160618_01.png?imageView2/2/w/650/interlace/1/q/100)

1.10-RegExpObjects/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,12 +316,10 @@ console.log(pattern9.test('4223222199901090033')); // true
316316
console.log(pattern9.test('asdfasdfasfasdf1234')); // false
317317
```
318318
319-
<small>关注微信公众号「石佳劼的博客」,回复「答案」,即可获取关卡详解。</small>
320-
321319
## 更多
322320
323-
您还可以在 [GitHub](https://github.com/) 上 [Star](https://github.com/stone0090/javascript-lessons) 该课程,获取最新内容,查看章节目录。
324-
321+
> 关注微信公众号「石佳劼的博客」回复「答案」,可获取关卡详解。
322+
> 您还可以在 [GitHub](https://github.com/) 上 [Star](https://github.com/stone0090/javascript-lessons) 该课程,查看章节目录,获取最新内容。
325323
> https://github.com/stone0090/javascript-lessons
326324
327325
![](http://7xkhp9.com1.z0.glb.clouddn.com/blog/other/blog_statement_20160618_01.png?imageView2/2/w/650/interlace/1/q/100)

1.11-PrimitiveWrapperObjects/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -456,12 +456,10 @@ var reverse = function(str) {
456456
console.log(reverse("hello")); // "olleh"
457457
```
458458

459-
<small>关注微信公众号「石佳劼的博客」,回复「答案」,即可获取关卡详解。</small>
460-
461459
## 更多
462460

463-
您还可以在 [GitHub](https://github.com/)[Star](https://github.com/stone0090/javascript-lessons) 该课程,获取最新内容,查看章节目录。
464-
461+
> 关注微信公众号「石佳劼的博客」回复「答案」,可获取关卡详解。
462+
> 您还可以在 [GitHub](https://github.com/)[Star](https://github.com/stone0090/javascript-lessons) 该课程,查看章节目录,获取最新内容。
465463
> https://github.com/stone0090/javascript-lessons
466464
467465
![](http://7xkhp9.com1.z0.glb.clouddn.com/blog/other/blog_statement_20160618_01.png?imageView2/2/w/650/interlace/1/q/100)

1.12-SingletonBuiltInObjects/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,12 +253,10 @@ var getRandomNumber = function(n, m){
253253
console.log(getRandomNumber(20, 3)); // 8,4,19
254254
```
255255

256-
<small>关注微信公众号「石佳劼的博客」,回复「答案」,即可获取关卡详解。</small>
257-
258256
## 更多
259257

260-
您还可以在 [GitHub](https://github.com/)[Star](https://github.com/stone0090/javascript-lessons) 该课程,获取最新内容,查看章节目录。
261-
258+
> 关注微信公众号「石佳劼的博客」回复「答案」,可获取关卡详解。
259+
> 您还可以在 [GitHub](https://github.com/)[Star](https://github.com/stone0090/javascript-lessons) 该课程,查看章节目录,获取最新内容。
262260
> https://github.com/stone0090/javascript-lessons
263261
264262
![](http://7xkhp9.com1.z0.glb.clouddn.com/blog/other/blog_statement_20160618_01.png?imageView2/2/w/650/interlace/1/q/100)

1.2-FirstExploration/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,10 @@
129129
</html>
130130
```
131131

132-
<small>关注微信公众号「石佳劼的博客」,回复「答案」,即可获取关卡详解。</small>
133-
134132
## 更多
135133

136-
您还可以在 [GitHub](https://github.com/)[Star](https://github.com/stone0090/javascript-lessons) 该课程,获取最新内容,查看章节目录。
137-
134+
> 关注微信公众号「石佳劼的博客」回复「答案」,可获取关卡详解。
135+
> 您还可以在 [GitHub](https://github.com/)[Star](https://github.com/stone0090/javascript-lessons) 该课程,查看章节目录,获取最新内容。
138136
> https://github.com/stone0090/javascript-lessons
139137
140138
![](http://7xkhp9.com1.z0.glb.clouddn.com/blog/other/blog_statement_20160618_01.png?imageView2/2/w/650/interlace/1/q/100)

1.3-Syntax/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,10 @@ var result = 1 + 2
210210
console.log(result); // ???
211211
```
212212

213-
<small>关注微信公众号「石佳劼的博客」,回复「答案」,即可获取关卡详解。</small>
214-
215213
## 更多
216214

217-
您还可以在 [GitHub](https://github.com/) 上 [Star](https://github.com/stone0090/javascript-lessons) 该课程,获取最新内容,查看章节目录。
218-
215+
> 关注微信公众号「石佳劼的博客」回复「答案」,可获取关卡详解。
216+
> 您还可以在 [GitHub](https://github.com/) 上 [Star](https://github.com/stone0090/javascript-lessons) 该课程,查看章节目录,获取最新内容。
219217
> https://github.com/stone0090/javascript-lessons
220218

221219
![](http://7xkhp9.com1.z0.glb.clouddn.com/blog/other/blog_statement_20160618_01.png?imageView2/2/w/650/interlace/1/q/100)

1.4-Variable&Types/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -459,12 +459,10 @@ var person = {
459459
> 「JavaScript 检测之 basevalidate.js」
460460
> http://shijiajie.com/2016/06/25/javascript-maintainable-javascript-basevalidatejs/
461461
462-
<small>关注微信公众号「石佳劼的博客」,回复「答案」,即可获取关卡详解。</small>
463-
464462
## 更多
465463

466-
您还可以在 [GitHub](https://github.com/)[Star](https://github.com/stone0090/javascript-lessons) 该课程,获取最新内容,查看章节目录。
467-
464+
> 关注微信公众号「石佳劼的博客」回复「答案」,可获取关卡详解。
465+
> 您还可以在 [GitHub](https://github.com/)[Star](https://github.com/stone0090/javascript-lessons) 该课程,查看章节目录,获取最新内容。
468466
> https://github.com/stone0090/javascript-lessons
469467
470468
![](http://7xkhp9.com1.z0.glb.clouddn.com/blog/other/blog_statement_20160618_01.png?imageView2/2/w/650/interlace/1/q/100)

1.5-Expression&Operators/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -609,12 +609,10 @@ console.log('Value is ' + (val === 'smtg') ? 'Something' : 'Nothing'); // ???
609609
console.log(1 + - + + + - + 1);
610610
```
611611

612-
<small>关注微信公众号「石佳劼的博客」,回复「答案」,即可获取关卡详解。</small>
613-
614612
## 更多
615613

616-
您还可以在 [GitHub](https://github.com/)[Star](https://github.com/stone0090/javascript-lessons) 该课程,获取最新内容,查看章节目录。
617-
614+
> 关注微信公众号「石佳劼的博客」回复「答案」,可获取关卡详解。
615+
> 您还可以在 [GitHub](https://github.com/)[Star](https://github.com/stone0090/javascript-lessons) 该课程,查看章节目录,获取最新内容。
618616
> https://github.com/stone0090/javascript-lessons
619617
620618
![](http://7xkhp9.com1.z0.glb.clouddn.com/blog/other/blog_statement_20160618_01.png?imageView2/2/w/650/interlace/1/q/100)

1.6-Statements/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -530,12 +530,10 @@ for (;;) {
530530
console.log(i); // ???
531531
```
532532

533-
<small>关注微信公众号「石佳劼的博客」,回复「答案」,即可获取关卡详解。</small>
534-
535533
## 更多
536534

537-
您还可以在 [GitHub](https://github.com/)[Star](https://github.com/stone0090/javascript-lessons) 该课程,获取最新内容,查看章节目录。
538-
535+
> 关注微信公众号「石佳劼的博客」回复「答案」,可获取关卡详解。
536+
> 您还可以在 [GitHub](https://github.com/)[Star](https://github.com/stone0090/javascript-lessons) 该课程,查看章节目录,获取最新内容。
539537
> https://github.com/stone0090/javascript-lessons
540538
541539
![](http://7xkhp9.com1.z0.glb.clouddn.com/blog/other/blog_statement_20160618_01.png?imageView2/2/w/650/interlace/1/q/100)

1.7-ObjectObjects/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -341,12 +341,10 @@ function keys(o) {
341341
}
342342
```
343343

344-
<small>关注微信公众号「石佳劼的博客」,回复「答案」,即可获取关卡详解。</small>
345-
346344
## 更多
347345

348-
您还可以在 [GitHub](https://github.com/)[Star](https://github.com/stone0090/javascript-lessons) 该课程,获取最新内容,查看章节目录。
349-
346+
> 关注微信公众号「石佳劼的博客」回复「答案」,可获取关卡详解。
347+
> 您还可以在 [GitHub](https://github.com/)[Star](https://github.com/stone0090/javascript-lessons) 该课程,查看章节目录,获取最新内容。
350348
> https://github.com/stone0090/javascript-lessons
351349
352350
![](http://7xkhp9.com1.z0.glb.clouddn.com/blog/other/blog_statement_20160618_01.png?imageView2/2/w/650/interlace/1/q/100)

0 commit comments

Comments
 (0)