Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Oppiskele Challenge: Email Auto-Responder with Default Parameters | Mastering Functions
Introduction to JavaScript

Pyyhkäise näyttääksesi valikon

book
Challenge: Email Auto-Responder with Default Parameters

Tehtävä

Swipe to start coding

You are building an automated email responder.

  • Define a function called generateEmailResponse that has the following parameters:

    • name (default: "Valued Customer");
    • issue (default: "a general inquiry");
    • responseTime (default: "24 hours").
  • Write console.log lines to display output in the given format, where [name], [issue], and [responseTime] are to be replaced with the relevant values:

    python
  • Finally, call the function without passing any arguments.

Ratkaisu

Switch to desktopVaihda työpöytään todellista harjoitusta vartenJatka siitä, missä olet käyttämällä jotakin alla olevista vaihtoehdoista
Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 4. Luku 11

Kysy tekoälyä

expand
ChatGPT

Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme

book
Challenge: Email Auto-Responder with Default Parameters

Tehtävä

Swipe to start coding

You are building an automated email responder.

  • Define a function called generateEmailResponse that has the following parameters:

    • name (default: "Valued Customer");
    • issue (default: "a general inquiry");
    • responseTime (default: "24 hours").
  • Write console.log lines to display output in the given format, where [name], [issue], and [responseTime] are to be replaced with the relevant values:

    python
  • Finally, call the function without passing any arguments.

Ratkaisu

Switch to desktopVaihda työpöytään todellista harjoitusta vartenJatka siitä, missä olet käyttämällä jotakin alla olevista vaihtoehdoista
Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 4. Luku 11
Switch to desktopVaihda työpöytään todellista harjoitusta vartenJatka siitä, missä olet käyttämällä jotakin alla olevista vaihtoehdoista
Pahoittelemme, että jotain meni pieleen. Mitä tapahtui?
some-alt