On this page you can copy your F# code that you wish to convert into javascript. Please ensure that your F# is declared as a module and that all functions that you wish to be translated are marked with a [<ReflectedDefinition>] attribute.
Upon submission your javascript will be run in the browser. You may use the jquery api provided in the FSharp.Javascript project to manipulate the elements on this page. It is suggested that you use the id of "output" so as not to break the other functionality on this page.
Please note that free standing code that runs when a module is initialized will not be picked up by the compiler. Instead please write an init() method and this page will call it automatically for you.
Call jquery("#output").html(your value) to output to this area.