Skip to content

Instantly share code, notes, and snippets.

@TheShubhamVsnv
Created May 12, 2024 16:55
Show Gist options
  • Save TheShubhamVsnv/9221ef68a396a567f537c1c8718b4cef to your computer and use it in GitHub Desktop.
Save TheShubhamVsnv/9221ef68a396a567f537c1c8718b4cef to your computer and use it in GitHub Desktop.
let fruits = ["apple", "banana"];
let vegetables = ["carrot", "tomato"];
let food = fruits.concat(vegetables); // Combine fruits and vegetables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment