Questions d'entrevue de fermeture JavaScript

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