Skip to content

Object.prototype.toString() behaviour #285

Closed
@artptr

Description

@artptr

According to "The Class of an Object" section, the method Object.prototype.toString()returns [[Class]] internal value. But according to the section 15.2.4.2 of the ECMAScript 5.1 Specification, this method should return string values like '[object Null]', '[object Undefined]', '[object String]', etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions