We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d8b63 commit fbaabbdCopy full SHA for fbaabbd
1 file changed
public/stage1/tests.js
@@ -3,7 +3,7 @@
3
describe('ステージ1(意図した DOM 要素を取得できるようになる)', function() {
4
describe('DOM インターフェース編', function() {
5
it('1 番の赤色の要素(ID は "firebrick")が1つ取得できる', function() {
6
-
+ document.getElementById('firebrick').value = "change me!";
7
// チュートリアル
8
//
9
// JavaScriptTraining へようこそ。
0 commit comments