Skip to content

Instantly share code, notes, and snippets.

@TheShubhamVsnv
Created May 12, 2024 16:55
Show Gist options
  • Save TheShubhamVsnv/49de978aaf40454e8a84b3e92ae2ef6e to your computer and use it in GitHub Desktop.
Save TheShubhamVsnv/49de978aaf40454e8a84b3e92ae2ef6e to your computer and use it in GitHub Desktop.
let fruits = ["apple", "banana", "orange", "grape"];
let selectedFruits = fruits.slice(1, 3); // Select "banana" and "orange"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment