ES5 to ES6

Transform your legacy ES5 code into modern ES6+ JavaScript. This free online converter updates `var` to `let`/`const`, converts functions to arrow functions, uses template literals, and applies many other modern syntax improvements—perfect for refactoring older codebases. Works directly in your browser.

Input (JAVASCRIPT)

Output (JAVASCRIPT)

📄
Output will appear here