Introducing Radical.sh

Forget Code launches a powerful code generator for building API's

export in JavaScript

var name = "AAA";
    var city = "City";
    function showName(){
         alert("Your name is: " + name);
    }
    export name, city, showName