NeilFraser / JS-Interpreter

A sandboxed JavaScript interpreter in JavaScript.
Apache License 2.0
1.96k stars 352 forks source link

Update README.md #257

Closed RohitPaul0007 closed 10 months ago

NeilFraser commented 10 months ago

The root issue is that ES5 was standard when JS-Interpreter was written, but since then ES6+ has slowly become the norm. I've made a bunch of updates to the documentation to highlight that we are using ES5:

https://github.com/NeilFraser/JS-Interpreter/commit/65310c050a2e2fd8a0f79f669ac0ec73ab823208

Thanks for this suggestion!