open_in_new
content_copy
function* f() { // star after keyword function } function *f() { // star befor function name }