Guest User

Untitled

a guest
Nov 20th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. function GetValue(f, arg) {
  2. return f(arg).value;
  3. }
  4. function GetValue(f) {
  5. return (arg)=>f(arg).value;
  6. }
Add Comment
Please, Sign In to add comment