I want a Simple Javascript function to get the difference between two numbers in such a way that foo(2, 3) and foo(3,2) will return the same difference 1.
I want a Simple Javascript function to get the difference between two numbers in
Share
1 Answer