Created
June 26, 2025 18:18
-
-
Save Gulshanidrees/456678423faa0c642534fc8032726780 to your computer and use it in GitHub Desktop.
send me the code in
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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