You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ajax and PHP code exercise to sort a set of numbers from the users input by looping through each number and checking if it's the smallest number in the array, if it's not we push it to the end and keep going, if it is we move it to a new array.
About
Ajax and PHP code exercise to sort a set of numbers from the users input.