DEV Community

Jakub T. Jankiewicz
Jakub T. Jankiewicz

Posted on • Updated on

JavaScript Online Interpreter

I've created this JavaScript REPL using jQuery Terminal and my few other Open Source projects. It have split view where you can read Book about JavaScript. By default, it points to Eloquent Javascript.

In first version you were not able to use let and const (you couldn't use those variables in next command) because of limitations of eval function. I was able to fix the issue, you can find the solution inside the code that I made with help from someone on Reddit.

Top comments (0)