Skip to content

Instantly share code, notes, and snippets.

@Gulshanidrees
Created June 26, 2025 18:18
Show Gist options
  • Save Gulshanidrees/456678423faa0c642534fc8032726780 to your computer and use it in GitHub Desktop.
Save Gulshanidrees/456678423faa0c642534fc8032726780 to your computer and use it in GitHub Desktop.
send me the code in
function add(x, y) {
return x + y;
}
console.log(add(5, 3)); // Output: 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment