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
Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.
CyprianTinasheAarons -
Sushant Gaurav -
sharathchandark -
Georgios Kampitakis -
Top comments (0)