A brief coding challenge for Project:Recapture Inc.
A single HTML page with minimum of JS required to do following: Users can enter multiple integers in TEXTAREA element, separated by any special characters. JavaScript will split those integers into two groups of equal size with the total sum being as even as possible. Feel free to use any third-party JavaScript plugins.