Split a string in javascript when both comma and spaces are present
A common case in many situations is to split user input on either a comma or a space.
@tutorialhorizon
A common case in many situations is to split user input on either a comma or a space.
The terms Progressive enhancement and Graceful degradation are often used in conjuction with each other although they offer completely opposite viewpoints in terms of web development.