mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-04 15:20:58 +00:00
6 lines
75 B
JavaScript
6 lines
75 B
JavaScript
|
|
try {
|
||
|
|
assert(Math.sqrt(9) === 3);
|
||
|
|
console.log("PASS");
|
||
|
|
} catch {
|
||
|
|
}
|