File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ( /* ここに値を書き込んでください */ ) ;
You can’t perform that action at this time.
0 commit comments