JavaScript Definition Modifying property values

Source: Internet
Author: User

Some would say there's something better foo[' a '] = ' B '; FOO.A = 100; It's too easy.

The following object.defineproperty is introduced here because it can set permissions for properties

For example, we need to set a property of Foo object to be non-enumerable

var foo = {      ' tom '  name ', {    value:' Jack ',    Enumerable: false });

Here the first parameter is the object the second is the property of the key The third argument is the description of the property

We don't want a property of the object to be erased.

Object.defineproperty (demo, ' Foobar ', {    value:"Hello",    false});

And so on can be achieved

But DefineProperty is a ES5 feature IE8 the following are not supported

JavaScript Definition Modifying property values

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.