Y Combinator

Demo

by axitdn

JavaScript

f = (x) => x+x;
console.log(f(5))