Ad
  • Custom User Avatar

    First what i found about eval() on MDN:

    "Warning: Executing JavaScript from a string is an enormous security risk. It is far too easy for a bad actor to run arbitrary code when you use eval(). See Never use eval()!, below."

    Is it ok?