DEV Community

Adem Deliaslan
Adem Deliaslan

Posted on

1

Functions with parameters in Javascript - 00012

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.

Top comments (0)

Billboard image

The Next Generation Developer Platform

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.

Learn more