April 28, 2019

ArcSine TEST

does not work with IE (no time to explore why)

(alerts)

Finding 6·arcSin(Sin(π/6)) : To proceed → Click! ← this text --or-- Press [Enter] ...
Finding 4·arcSin(Sin(π/4)) : To proceed → Click! ← this text --or-- Press [Enter] ...
Finding 5·arcSin(Sin(π/5)) : To proceed → Click! ← this text --or-- Press [Enter] ...

Windows , calc.exe : 3.1415926535897932384626433832795

javascript source as is ::

[Eop]

March 3, 2019

java script variable scope - Test

useful link :: https://medium.com/nodesimplified/javascript-pass-by-value-and-pass-by-reference-in-javascript-fcf10305aa9c

Test 1 :: ( Test 1 uses j.x=i.x -- doesn't work in FireFox)



Test 2 :: the actual code running on this page ( Test 2 uses j=i )




[Eop]