/* exported getUsefulContents */ // we cant use export here function getUsefulContents(callback) { callback('Hello World'); }