Created
September 18, 2011 02:16
-
-
Save searls/1224597 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(){ | |
window.Sweden = function(){ | |
var self = {}; | |
self.giveMeACookie = function(){ | |
return makeACookie(); | |
}; | |
var makeACookie = function(){ | |
return "kaka"; | |
}; | |
return self; | |
}; | |
})(); |
Heh. @magnusstahre is all the connection I need. He names every spare variable kaka until he has a good name for it.
Aha, okey... 👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Browsing the new gists, I saw my country's name: Sweden. So I had to take a look. And there's also the Swedish word "kaka" (meaning cookie, as you obviously know). But you don't seem to have any connections to Sweden. So why "Sweden" and "kaka"?