securityos/node_modules/ecma-proposal-math-extensions/test/built-ins/Math/constrain/trunc-length.js

11 lines
241 B
JavaScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
// Copyright (C) 2016 Rick Waldron. All rights reserved.
// This code is governed by the MIT license.
/*---
es8id: X.X.X.X
description: Testing length property of Math.constrain
---*/
assert.sameValue(Math.constrain.length, 3);