Comment on Use Google Analytics on your blog? Check your bounce rateparentComments−Kiro13yWhy do you need a closure?−dreen13ybecause creating a function using a string is the same as using new Function("code"); which makes use of eval() for the code
Comments
Why do you need a closure?
because creating a function using a string is the same as using
which makes use of eval() for the code