split into sentences at any punctuation javascript

JavaScript
str.split(/[\\.!?]/)string.split(/\s*\b\s*/)
Source

Also in JavaScript: