olaven

186
reputation
1
3
14

var activity = function(name, what) { return name + " is " + what; }

activity("@olaven", "learning");