JavaScript Tips (Fourth episode)

Source: Internet
Author: User
Tags eval expression numeric string
Javascript| Tips

Fourth episode how to use an operation function

This is a special built-in function eval includes an operand for its arguments, an operand, and a value to be returned. This function is useful for computing a numeric string that is represented, for example, the value entered from form is always a string, but you may want to do it, so what should I do?
The following example packages the input text field, applies the Operation function, and displays the result of another block. If you hit a numeric expression in the first field, and the button is pressed, the expression is opened to the operation,

function Compute (obj) {
Obj.result.value = eval (obj.expr.value)
}

Enter An expression:
Result: >


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.