What is the traceur compiler?
Traceur compiler is compilers which use ECMAScript Edition 6 (ES6) that compiles the regular javascript which runs on user’s search engine.
Number of ways to use traceur compiler.
- Typing ES6 code in the page Read-eval-print-loop.
- In web page include Traceur and compile ES6 script content on the fly.
- Use node to compile ES6 to ES5 offline.
- Include the result in Web pages or just execute the result in angular 4.
BY Best Interview Question ON 01 Feb 2020