11 lines
241 B
JavaScript
11 lines
241 B
JavaScript
|
// 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);
|
||
|
|