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