Skip to content

Instantly share code, notes, and snippets.

@0GiS0
Created February 3, 2019 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0GiS0/ea341fafbcd028d723060488736bf622 to your computer and use it in GitHub Desktop.
Save 0GiS0/ea341fafbcd028d723060488736bf622 to your computer and use it in GitHub Desktop.
var [firstName, lastName] = 'Gisela Torres'.split(' ');
console.log(firstName); //Gisela
console.log(lastName); //Torres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment