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();}