Skip to content

Instantly share code, notes, and snippets.

@TheShubhamVsnv
Created May 12, 2024 17:02
Show Gist options
  • Save TheShubhamVsnv/52fc012c2cabad80eddf98091ef880a6 to your computer and use it in GitHub Desktop.
Save TheShubhamVsnv/52fc012c2cabad80eddf98091ef880a6 to your computer and use it in GitHub Desktop.
let numbers = [1, 2, 3, 4];
let doubledNumbers = numbers.map(num => num * 2); // Double each number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment