dt

JS Beautify

Format JS / HTML / CSS.

function hello(name) {
  return "Hello, " + name + "!";
}
const x = {
  a: 1,
  b: 2,
  c: [1, 2, 3]
};
console.log(hello("world"), x);