Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. var MyLodash = {}//Object.create(null);
  2. MyLodash.test = '123';
  3. MyLodash.prototype = {
  4. test:'test messag',
  5. ft:function(x){return x+x;}
  6. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement