javaScript закрытие вопросов собеседования

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