1 2 3 4 5 6 7
load("test-common.js"); try { assert(Math.sqrt(9) === 3); console.log("PASS"); } catch { }