Skip to content

Primitive type #7

@dp9u0

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