function example(name) { var txt = "Hello " + name; return txt; }