Example 1
Input
function hello(name){console.log('Hello '+name)}
Output
Beautify and reformat JavaScript code for readability.
Some tools run in your browser. Some may require server processing depending on the feature.
function hello(name){console.log('Hello '+name)}
if(a){b();}else{c();}