Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lernen Challenge: Email Auto-Responder with Default Parameters | Section
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
JavaScript Essentials for Beginners - 1768407374405

bookChallenge: Email Auto-Responder with Default Parameters

Aufgabe

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:

    Dear [name],  
    
    Thank you for reaching out regarding [issue]. 
    Our support team will review your request and get back to you within [responseTime].  
    
    Best regards,  
    Customer Support Team  
    
  • Finally, call the function without passing any arguments.

Lösung

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 55
single

single

Fragen Sie AI

expand

Fragen Sie AI

ChatGPT

Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen

close

bookChallenge: Email Auto-Responder with Default Parameters

Swipe um das Menü anzuzeigen

Aufgabe

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:

    Dear [name],  
    
    Thank you for reaching out regarding [issue]. 
    Our support team will review your request and get back to you within [responseTime].  
    
    Best regards,  
    Customer Support Team  
    
  • Finally, call the function without passing any arguments.

Lösung

Switch to desktopWechseln Sie zum Desktop, um in der realen Welt zu übenFahren Sie dort fort, wo Sie sind, indem Sie eine der folgenden Optionen verwenden
War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 55
single

single

some-alt