Test case details

Preparation Code

var emptyFunction = function (theArgument) { return theArgument; };

Test cases

Test #1

emptyFunction('Logging stuff');

Test #2

console.log('Logging stuff');