function hoge(){ return; } print( hoge() ? "true" : "false" ); print(typeof hoge());
false undefined
ideone.com で javascript使うときは、なんか print() で標準出力に字が出せる
function hoge(){ return; } print( hoge() ? "true" : "false" ); print(typeof hoge());
false undefined
ideone.com で javascript使うときは、なんか print() で標準出力に字が出せる