Triple Add - Question Source Code

tripleAdd(10)(20)(30);
// returns total of all 3 numbers added together 



Complete and Continue