To run Javascript, launch MobileTerminal, and type “js”. Some sample code you can try is:
js
js> x = 3 3 js> print ( x + 4 ) 7
js>
Version 1.7 Changes: