Skip to content

Instantly share code, notes, and snippets.

@tatat
Created May 30, 2012 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tatat/2835649 to your computer and use it in GitHub Desktop.
Save tatat/2835649 to your computer and use it in GitHub Desktop.
なんかキモくて好き
!function() {
var nyan = {};
(function u_nyan(key, value) {
nyan[key] = value;
return u_nyan;
})
('nyan0', 'にゃん')
('nyan1', 'にゃん!')
('nyan2', 'にゃん!!')
('nyan3', 'にゃん!!!')
('nyan4', 'にゃん!!!!')
('nyan5', 'にゃん!!!!!')
('nyan6', 'にゃん!!!!!!')
('nyan7', 'にゃん!!!!!!!')
('nyan8', 'にゃん!!!!!!!!')
('nyan9', 'にゃん!!!!!!!!!');
console.log(nyan);
}();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment