Complete the function createDelayedCounter
such that the message
variable can be logged to the console from outside the function after a delay of 3 seconds. Make sure that the message
value remains private to createDelayedCounter
and is not exposed to the global scope.