JSInt
Detailed App Info:
Application Description
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 = 10
10
> 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)
15
JSInt uses JavaScriptCore Open Source library which implements JavaScript 1.5 / ECMA-262 3rd edition.
For example, you can try entering following statements ( user input is prefixed with > here ):
> x = 10
10
> 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)
15
JSInt uses JavaScriptCore Open Source library which implements JavaScript 1.5 / ECMA-262 3rd edition.
Requirements
Your mobile device must have at least 3.47 MB of space to download and install JSInt app. JSInt was updated to a new version. Purchase this version for $0.00
If you have any problems with installation or in-app purchase, found bugs, questions, comments about this application, you can visit the official website of AAB Science Andrian Budantsov at http://aabscience.com/.
Copyright © 2011 AAB Science, Inc