blob: 106be090eef35d8975f31c64dda65e4b6796770e [file] [log] [blame]
// Copyright (C) 2017 K. Adam White. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-number.prototype.tofixed
description: >
Number.prototype.toFixed returns a string value
---*/
assert.sameValue(typeof(123.456).toFixed(), "string");