A javascript interactive editor, it evaluates the javascript side by side and traces the running process of the program step by stepInteractive Editor is a revolutionize way to code in javascript. It allows coders to visualize how their code works in real-time. Coders can debugs their code as they program.
Use cases for this iEditor:
1. Debug your javascript code in real time and side by side
2. Make education of javascript much easier
3. Understand other developers javascript code step by step