-
-
Save creyn/8d6050a7d8a58f09346e3b8d028747d4 to your computer and use it in GitHub Desktop.
Droga Programisty : Kod : Funkcje w JavaScript 2
This file contains 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 Suma(liczbaA, liczbaB) { | |
return liczbaA + liczbaB; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment