Input
xxxxxxxxxx
1
const add = (first, second) => {
2
return first + second;
3
}
Output
Unexpected token: punc (.)
Line 2, column 24
return first + second;.
x
1
xxxxxxxxxx
const add = (first, second) => {
return first + second;
}
Line 2, column 24
return first + second;.
Use our JavaScript Minifier & Compressor tool to reduce JavaScript code size and make your website load faster. Get started for free now.