javascript Programming Glossary: pythagoras
What's the difference between a continuation and a callback? http://stackoverflow.com/questions/14019341/whats-the-difference-between-a-continuation-and-a-callback passing style. Consider the following program alert pythagoras 3 4 function pythagoras x y return x x y y Now if every operation.. the following program alert pythagoras 3 4 function pythagoras x y return x x y y Now if every operation including addition.. written in the form of functions then we would have alert pythagoras 3 4 function pythagoras x y return add square x square y function..
|