回答編集履歴

1

誤字の修正

2015/02/12 05:58

投稿

Lhankor_Mhy
Lhankor_Mhy

スコア36134

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  function test(flg){
6
6
 
7
- if(flg == true){ console.log(flg.toSource() + ' is true !') }
7
+ if(flg == true){ alert(flg.toSource() + ' is true !') }
8
8
 
9
9
  }
10
10