質問編集履歴

1

markdown記法に修正

2018/05/26 15:23

投稿

msiqb
msiqb

スコア43

test CHANGED
File without changes
test CHANGED
@@ -21,6 +21,8 @@
21
21
 
22
22
 
23
23
 
24
+
25
+ ```ここに言語を入力
24
26
 
25
27
  function taskA () {
26
28
 
@@ -47,3 +49,5 @@
47
49
  );
48
50
 
49
51
  promise.then(taskA).then(taskB);
52
+
53
+ ```