Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Challenge: Email Auto-Responder with Default Parameters | Section
JavaScript Essentials for Beginners - 1768407374405

bookChallenge: Email Auto-Responder with Default Parameters

Oppgave

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øsning

Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 1. Kapittel 55
single

single

Spør AI

expand

Spør AI

ChatGPT

Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår

close

bookChallenge: Email Auto-Responder with Default Parameters

Sveip for å vise menyen

Oppgave

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øsning

Switch to desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 1. Kapittel 55
single

single

some-alt