tangled
alpha
login
or
join now
jcs.org
/
serenity
0
fork
atom
Serenity Operating System
0
fork
atom
overview
issues
pulls
pipelines
serenity
/
Libraries
/
LibJS
/
Tests
/
Math.sqrt.js
at
hosted
5 lines
75 B
view raw
wrap content
Brian Gianforcaro
LibJS: Use the native assert() implementation now avaiable in 'js -t'
6y ago
bc40908d
1
try
{
2
assert
(
Math
.
sqrt
(
9
)
===
3
)
;
3
console
.
log
(
"PASS"
)
;
4
}
catch
{
5
}