Skip to content
Latest: Publish JavaScript Packages to NPM Like a Pro!

Edit It: Split the given string at whitespaces and limit the returned array to two items

Home>split() JavaScript String Method>Edit It: Split the given string at whitespaces and limit the returned array to two items

Edit It: Split the given string at whitespaces and limit the returned array to two items

This code shows how to split a string at whitespaces and limit the returned array to two items.

See it on StackBlitz