Treasure Tools
Free Online Developer Tools
All Tools
Categories
About
Search...
Ctrl+K
Home
Code Formatters
JavaScript Formatter
JavaScript Formatter
Format and beautify JavaScript
Share
Save
Code Formatters
Instant results
Input JavaScript
function greet(name){const msg="Hello, "+name+"!";console.log(msg);return msg}greet("World")
Formatted JavaScript
Format
Copy