Example 1
入力
function hello(name){console.log('Hello '+name)}
出力
Beautify and reformat JavaScript code for readability.
一部のツールはブラウザで実行されます。機能によってはサーバー処理が必要な場合があります。
function hello(name){console.log('Hello '+name)}
if(a){b();}else{c();}