Web Design Tutorials and Articles: Right Operand and the JavaScript eval Function

By Chrysanthus - About Me - E-mail this page - Add to My Favorites - Add to Blog List - See other blogs in Computers & Internet

Wednesday, April 8, 2009

Right Operand and the JavaScript eval Function

Mastering the JavaScript eval Function – Part I Introduction This is what is in the JavaScript 1.5 specification about the eval() function: The argument of the eval function is a string. If the string represents an expression, eval evaluates the expression. If the argument represents one or more JavaScript statements, eval performs the statements. Do not call eval to evaluate an arithmetic expression; JavaScript evaluates arithmetic expressions automatically. If you construct an arithmetic... Sign in to see full entry.

Previous: Make many Web Pages communicate with Server - New Entries - Next: Statements and the JavaScript Eval Function

Headlines (What is this?)