Unverified Kaydet (Commit) 86504467 authored tarafından Kerem Hallaç's avatar Kerem Hallaç Kaydeden (comit) GitHub

Fonksiyon ismi çevrildi

üst 19dda593
......@@ -387,14 +387,14 @@ function gelistiriciListesiniGoster(gelistiriciler) {
});
}
function showManagerList(yoneticiler) {
function yoneticiListesiniGoster(yoneticiler) {
yoneticiler.forEach((yonetici) => {
const beklenenMaas = yonetici.beklenenMaasiHesapla();
const deneyim = yonetici.deneyimiGetir();
const portfolio = yonetici.projeleriniGetir();
const veri = {
beklenenMaas,
experience,
deneyim,
portfolio
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment