August 2016
Intermediate to advanced
635 pages
14h 5m
English
Here are a couple of brief tips to keep in mind about some of the patterns we've seen in this chapter:
eval function to execute the code. This is actually a very dangerous idea as eval opens up an entire world of security issues. It is generally considered to be very bad form to use eval in JavaScript.Read now
Unlock full access