til

#TIL : Eval function and with block

I learned on 2017-08-10 about javascript

JS code will be slower if engine detects any of 'eval' function or 'with' block b/c compiler stop optimizing the code

Enjoyed this?

Leave a kudo — it means a lot.

0