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
sharathchandark -
Power_Coder -
Dariel Vila -
Mitchell -
Top comments (0)