質問編集履歴

3

編集ミス

2022/05/14 06:06

投稿

kazu2021
kazu2021

スコア48

test CHANGED
File without changes
test CHANGED
@@ -6,11 +6,13 @@
6
6
  よろしくお願いいたします。
7
7
 
8
8
 
9
+ ```EJS
9
10
  <script type="text/javascript">
10
- _** if(typeof <% searchWord %> == "undefined"){**_
11
+ if(typeof <% searchWord %> == "undefined"){**_
11
12
  var searchWord = "";
12
13
  }
13
14
  else{
14
15
  var searchWord ="<%= searchWord %>";
15
16
  }
16
17
  </script>
18
+ ```

2

編集ミス

2022/05/14 06:05

投稿

kazu2021
kazu2021

スコア48

test CHANGED
File without changes
test CHANGED
@@ -6,8 +6,6 @@
6
6
  よろしくお願いいたします。
7
7
 
8
8
 
9
- ```ここに言語を入力
10
- コード
11
9
  <script type="text/javascript">
12
10
  _** if(typeof <% searchWord %> == "undefined"){**_
13
11
  var searchWord = "";
@@ -16,5 +14,3 @@
16
14
  var searchWord ="<%= searchWord %>";
17
15
  }
18
16
  </script>
19
-
20
- ```

1

編集ミス

2022/05/14 06:04

投稿

kazu2021
kazu2021

スコア48

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,8 @@
6
6
  よろしくお願いいたします。
7
7
 
8
8
 
9
- ```EJS
9
+ ```ここに言語を入力
10
+ コード
10
11
  <script type="text/javascript">
11
12
  _** if(typeof <% searchWord %> == "undefined"){**_
12
13
  var searchWord = "";
@@ -15,5 +16,5 @@
15
16
  var searchWord ="<%= searchWord %>";
16
17
  }
17
18
  </script>
18
- コード
19
+
19
20
  ```