Skip to content

Primitive type #7

Description

@dp9u0
> var test = 2;
undefined
> test.toString(2);
'10'
> test.toString = function(){return '1xxx'};
[Function]
> test.toString();
'2'

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions