1. function add (a) {
    2. return function (b) {
    3. }
    4. const add = x => y => x + y;