#TIL : Eval function and with block


10 Aug 2017 / by KhanhIceTea

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


Sound good ?