Skip to content

property name should differ from the class name in the examples #99

@kidrane

Description

@kidrane
var Message = function (message) {
    this.message = message;
};

should be like the following, much less confusing for the beginers

var Message = function (text) {
    this.text = text;
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions