Skip to content

Instantly share code, notes, and snippets.

@tonnylitao
Created October 8, 2014 12:22
Show Gist options
  • Save tonnylitao/d4dda1a235081b40102e to your computer and use it in GitHub Desktop.
Save tonnylitao/d4dda1a235081b40102e to your computer and use it in GitHub Desktop.
Keep Reading Code
(function() {
var feelGood = {
talktoomuch: "I'm good at programming."
};
var feelBetter = {
arrogant: Infinity
};
var feelBest = function() {
var reading = function(experts) {
experts.thinking.call(this);
};
do {
reading({
thinking: function() {}
});
} while (true);
return undefined;
};
}.call(this));
@tonnylitao
Copy link
Author

Nice

@tonnylitao
Copy link
Author

1

@tonnylitao
Copy link
Author

2

@tonnylitao
Copy link
Author

3

@tonnylitao
Copy link
Author

4

@tonnylitao
Copy link
Author

5

@tonnylitao
Copy link
Author

6

@tonnylitao
Copy link
Author

7

@tonnylitao
Copy link
Author

8

@tonnylitao
Copy link
Author

9

@tonnylitao
Copy link
Author

10

@tonnylitao
Copy link
Author

1
2
3
4
5
6
7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment