JSInt is an interactive JavaScript console. It may be useful to perform mathematical calculations or for learning JavaScript.For example, you can try entering following statements ( user input is prefixed with > here ): > x = 1010> x = x / 5 2> Math.sin(Math.PI / x)1> f = function(x) { return x^2 + 3*x + 5}f = function(x) { return x^2 + 3*x + 5}> f(x) 15JSInt uses JavaScriptCore Open Source library which implements JavaScript 1.5 / ECMA-262 3rd edition.
熱門國家 | 系統支援 | 版本 | 費用 | APP評分 | 上架日期 | 更新日期 |
---|---|---|---|---|---|---|
未知 | iOS App Store | 1.0.1 App下載 | 免費 | 2011-05-30 | 2015-06-04 | |
美國 (U.S.A) | iOS App Store | 1.0.1 App下載 | 免費 | 2012-01-09 | 2014-09-21 |