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
Msh Sayket -
Freddy González -
Rizwanul Islam Rudra -
Irena Popova 👩🏻💻 -
Top comments (0)