Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 194 Bytes

Eval-function-and-with-block.md

File metadata and controls

7 lines (4 loc) · 194 Bytes
  • Date : 2017-08-10
  • Tags : #javascript

Eval function and with block

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