'use strict'; function foo(func) { // What to do here? } function bar() { console.log('Hello, I am bar!'); } foo(bar);