simple using sample
var add = function(num1, num2) {
return num1 + num2;
};
add(3,4);
output: "7"
parametreler sayesinde aynı fonksiyonu bir çok yerde farklı şekillerde kullanabiliriz.
simple using sample
var add = function(num1, num2) {
return num1 + num2;
};
add(3,4);
output: "7"
parametreler sayesinde aynı fonksiyonu bir çok yerde farklı şekillerde kullanabiliriz.
For further actions, you may consider blocking this person and/or reporting abuse
Mike Young -
Mike Young -
Mike Young -
Fourhtyoz -
Top comments (0)