Preguntas de la entrevista de cierre de JavaScript

// write the function `add` that can be called like so:
add(2)(3) //returns 5
Le Minh Ha