Skip to content

Instantly share code, notes, and snippets.

@Prajwalprakash3722
Created September 15, 2022 08:38
Show Gist options
  • Save Prajwalprakash3722/bccc97b75210f74a6af42090d84bf1e3 to your computer and use it in GitHub Desktop.
Save Prajwalprakash3722/bccc97b75210f74a6af42090d84bf1e3 to your computer and use it in GitHub Desktop.
const arr = [1, 2, 3, 4, 5];
arr.forEach((element) => {
console.log(element * 2);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment