mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
282 B
10 lines
282 B
4 years ago
|
[
|
||
|
{
|
||
|
"description": "Not big enough",
|
||
|
"code": "if (biggie < 1.7976931348623157e308) {\n throw Error('must be bigger !')\n}"
|
||
|
},
|
||
|
{
|
||
|
"description": "You can do smaller",
|
||
|
"code": "if (smalls > -1.7976931348623157e308) {\n throw Error('must be smaller !')\n}"
|
||
|
}
|
||
|
]
|