/@
WMA link
Map
f /@ expr
f /@ {1, 2, 3}
#^2& /@ {1, 2, 3, 4}
Map f on the second level:
Map[f, {{a, b}, {c, d, e}}, {2}]
Include heads:
Map[f, a + b + c, Heads->True]