Skip to content

JavaScript: this['field'] #96

@SowingSadness

Description

@SowingSadness
function MyObj() {
   this['field'] = 1;
}

var ob = new MyObj();
ob.  // don't show "field" property

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions