Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jun 18th, 2018
76
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
var object = function(){
var foo = 'bar';
var woo = 'yay';
var r = {};
r.getVar = function(name){
// ???
};
return r;
}();
object.getVar('foo'); // should return 'bar'
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
1 hour ago | 5.92 KB
Untitled
3 hours ago | 5.87 KB
Connect 4 Weak Solution (based on 2swap'...
3 hours ago | 493.53 KB
Untitled
6 hours ago | 5.97 KB
Untitled
8 hours ago | 7.02 KB
Untitled
13 hours ago | 6.88 KB
Untitled
15 hours ago | 5.46 KB
Untitled
17 hours ago | 49.94 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!