john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

identityf

<!DOCTYPE html><html><head><title></title></head><body><pre><script>


    function identityf() {
        return function (x) {
            return x;
        };

    }


    document.writeln( identityf(3 ) )  // 3



</script></pre></body></html>

  • « inner function
  • addtwoinvoke »

Published

Oct 5, 2013

Category

javascript

~13 words

Tags

  • identityf 1
  • javascript 43