質問編集履歴

3

書式の改善

2020/06/20 09:21

投稿

taiyou.
taiyou.

スコア14

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- ### 前提・実現したいこと
1
+ ```### 前提・実現したいこと
2
2
 
3
3
  [リンク内容](https://xn--nckgu1cyjxdq45wl5hik7bg7m.com/insecure/)このサイトのシミュレーション部分をHTML,CSS,JavaScript で模写しているのですがJavaScriptが効きません
4
4
 
@@ -28,6 +28,8 @@
28
28
 
29
29
  ```ここに言語名を入力
30
30
 
31
+ ```ここに言語を入力
32
+
31
33
  JavaScript
32
34
 
33
35
 
@@ -37,6 +39,10 @@
37
39
  document.getElementById("text").innerHTML = "クリックされた!";
38
40
 
39
41
  };
42
+
43
+
44
+
45
+ ```
40
46
 
41
47
 
42
48
 

2

誤字の直し

2020/06/20 09:20

投稿

taiyou.
taiyou.

スコア14

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
 
14
14
 
15
- **あなたの年収+配偶者の年収÷3-他社借入額=借入可能金額**  です
15
+ **あなたの年収+配偶者の年収÷3-他社借入額=借入可能金額**  です
16
16
 
17
17
 
18
18
 

1

誤字の直し

2020/06/20 08:57

投稿

taiyou.
taiyou.

スコア14

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
 
34
34
 
35
- document.getElementById("text-button").onclick = function() {
35
+ document.getElementById("btn").onclick = function() {
36
36
 
37
37
  document.getElementById("text").innerHTML = "クリックされた!";
38
38