Skip to content

Instantly share code, notes, and snippets.

@ispoljari
Created June 6, 2020 12:05
Show Gist options
  • Select an option

  • Save ispoljari/cf783b0a59b250d5fcb18f2577c841ed to your computer and use it in GitHub Desktop.

Select an option

Save ispoljari/cf783b0a59b250d5fcb18f2577c841ed to your computer and use it in GitHub Desktop.
slice planets
const slicedPlanets = planets.slice(2,4);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment