Skip to content

Commit 55b16bd

Browse files
author
Kuniwak
committed
Add stage7
1 parent e1cb20e commit 55b16bd

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,13 +1201,27 @@ y でレジストリへの公開ができないように設定します。
12011201
よくあるイディオムを読み書きするトレーニング
12021202

12031203

1204+
このステージでは、よくある JavaScript の
1205+
不思議な書き方を学びます。
1206+
1207+
なお、今回はヒントがありません!
1208+
ぜひ自分で調べて、結果を確かめてみてください!
1209+
1210+
1211+
なお、興味のある方は、ステージ「闇」に
1212+
挑戦してみてくださいね!
1213+
1214+
`.skip` を削除すれば挑戦できるようにに
1215+
なります。
1216+
1217+
12041218
#### 実習
12051219

12061220
下のテストが green になるように、
1207-
`public/stage6/tests.js`
1221+
`public/stage7/tests.js`
12081222
修正してください。
12091223

1210-
[http://localhost:8000/stage6/](http://localhost:8000/stage6/)
1224+
[http://localhost:8000/stage7/](http://localhost:8000/stage7/)
12111225

12121226

12131227

public/stage7/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ describe('ステージ7(よくあるJSのイディオムを読める)', func
9999
});
100100

101101

102-
describe('闇', function() {
102+
describe.skip('闇', function() {
103103
it('== 演算子', function(){
104104
expect('10' == 10)
105105
.to.equal(/* ここに値を書き込んでください */);

0 commit comments

Comments
 (0)