✨ Earn college credits in Cybersecurity, JS, HTML, CSS and Python

🤑 Join the Treehouse affiliate program and earn 25% recurring commission!

New No-Code Track! 🚀start learning today!

🌟 Dreaming of a bright future? 🎓 Ask about the Treehouse Scholarship program! 🚀

✨ Earn college credits in Cybersecurity, JS, HTML, CSS and Python

🤑 Join the Treehouse affiliate program and earn 25% recurring commission!

  • Treehouse Logo
  • Plans
    Chevron
    • For Individuals
    • For Businesses
    • For Schools
    • For Libraries
    • For Military
  • Library
    Chevron
    • All Courses
    • Tracks
    • College Credit
  • Techdegree
    Chevron
    • Overview
    • Front End Development
    • Full Stack JavaScript
    • Data Analysis
    • UX Design
    • Python
  • Community
    Chevron
    • Code Adventures
    • Discord
    • Forum
    • Success Stories
    • Treehouse Links
    • 100 Days of Code
  • Resources
    Chevron
    • Career Toolbox
    • CodeForward
    • Free Treehouse Near Me
    • Jobs
    • Blog
    • Support
    • About
  • For Individuals For Businesses For Schools For Libraries For Military
  • All Courses Tracks College Credit
  • Overview Front End Web Development Full Stack JavaScript Python Development Data Analysis UX Design
  • Code Adventures Discord Forum Success Stories Treehouse Links 100 Days of Code
  • Career Toolbox CodeForward Free Treehouse Near Me Jobs Blog Support About
  • Sign In
  • Free Trial
Instagram Twitter Facebook YouTube LinkedIn
    • Newest
      • Newest
      • Active
      • Unanswered
      • Featured
    • All Topics
      • All Topics
      • • General Discussion
      • • AI
      • • Android
      • • APIs
      • • Coding for Kids
      • • College Credit
      • • Computer Science
      • • CSS
      • • Data Analysis
      • • Databases
      • • Design
      • • Development Tools
      • • Digital Literacy
      • • Game Development
      • • Go Language
      • • HTML
      • • Java
      • • JavaScript
      • • Learning Resources
      • • Machine Learning
      • • No-Code
      • • PHP
      • • Professional Growth
      • • Python
      • • Quality Assurance
      • • React
      • • Ruby
      • • Security
      • • Swift
    • Showing results for:
    • JavaScript
    • Asynchronous Programming with JavaScript
    • Exploring Async/Await
    • Convert Promise Handling to Async/Await
    • Close
  • Daniel Corio-Rosas
    Daniel Corio-Rosas
    6,995 Points

    Uncaught (in promise) ReferenceError: url is not defined

    Posted on Aug 13, 2023 by Daniel Corio-Rosas
    Daniel Corio-Rosas
    6,995 Points
    • JavaScript
    • Asynchronous Programming with JavaScript
    • Exploring Async/Await
    • Convert Promise Handling to Async/Await

    1 Answer

  • juami alcazar
    juami alcazar
    6,443 Points

    What is being passed to the person argument?

    Posted on Feb 15, 2023 by juami alcazar
    juami alcazar
    6,443 Points
    • JavaScript
    • Asynchronous Programming with JavaScript
    • Exploring Async/Await
    • Convert Promise Handling to Async/Await

    1 Answer

  • Spencer Renfro
    PLUS
    Spencer Renfro
    Courses Plus Student 11,133 Points

    Are the curly braces on the async function return needed?

    Posted on Jun 23, 2022 by Spencer Renfro
    Spencer Renfro
    Courses Plus Student 11,133 Points
    • JavaScript
    • Asynchronous Programming with JavaScript
    • Exploring Async/Await
    • Convert Promise Handling to Async/Await

    1 Answer

  • karan Badhwar
    seal-mask
    .a{fill-rule:evenodd;}techdegree seal-36
    karan Badhwar
    Web Development Techdegree Graduate 18,135 Points

    returns promise

    Posted on Feb 26, 2022 by karan Badhwar
    .a{fill-rule:evenodd;}techdegree seal-36
    karan Badhwar
    Web Development Techdegree Graduate 18,135 Points
    • JavaScript
    • Asynchronous Programming with JavaScript
    • Exploring Async/Await
    • Convert Promise Handling to Async/Await

    2 Answers

  • Amanda Richardson
    seal-mask
    .a{fill-rule:evenodd;}techdegree
    Amanda Richardson
    Web Development Techdegree Student 13,776 Points

    Error - can't find profileResponse variable??

    Posted on Nov 12, 2021 by Amanda Richardson
    .a{fill-rule:evenodd;}techdegree
    Amanda Richardson
    Web Development Techdegree Student 13,776 Points
    • JavaScript
    • Asynchronous Programming with JavaScript
    • Exploring Async/Await
    • Convert Promise Handling to Async/Await

    1 Answer

  • Joseph Bertino
    seal-mask
    .a{fill-rule:evenodd;}techdegree
    Joseph Bertino
    Full Stack JavaScript Techdegree Student 14,652 Points

    Why don't we `await` the call to `generateHTML()`?

    Posted on Feb 1, 2021 by Joseph Bertino
    .a{fill-rule:evenodd;}techdegree
    Joseph Bertino
    Full Stack JavaScript Techdegree Student 14,652 Points
    • JavaScript
    • Asynchronous Programming with JavaScript
    • Exploring Async/Await
    • Convert Promise Handling to Async/Await

    1 Answer

  • babyoscar
    babyoscar
    12,930 Points

    Nothing is displaying on the page

    Posted on Nov 4, 2020 by babyoscar
    babyoscar
    12,930 Points
    • JavaScript
    • Asynchronous Programming with JavaScript
    • Exploring Async/Await
    • Convert Promise Handling to Async/Await

    4 Answers

  • Colton Shaw
    Colton Shaw
    12,634 Points

    Thought on a modification for readability.

    Posted on Oct 30, 2020 by Colton Shaw
    Colton Shaw
    12,634 Points
    • JavaScript
    • Asynchronous Programming with JavaScript
    • Exploring Async/Await
    • Convert Promise Handling to Async/Await

    0 Answers

  • Steve Fau
    Steve Fau
    5,622 Points

    Why do we need to await peopleResponse.json() ?

    Posted on Oct 11, 2020 by Steve Fau
    Steve Fau
    5,622 Points
    • JavaScript
    • Asynchronous Programming with JavaScript
    • Exploring Async/Await
    • Convert Promise Handling to Async/Await

    1 Answer

  • Steve Fau
    Steve Fau
    5,622 Points

    Difference between anonymous async function and Async function assignment in the teacher notes?

    Posted on Oct 3, 2020 by Steve Fau
    Steve Fau
    5,622 Points
    • JavaScript
    • Asynchronous Programming with JavaScript
    • Exploring Async/Await
    • Convert Promise Handling to Async/Await

    1 Answer

  • Marcus Klausen
    Marcus Klausen
    17,425 Points

    About the object returned from the .map() callback

    Posted on Jul 26, 2020 by Marcus Klausen
    Marcus Klausen
    17,425 Points
    • JavaScript
    • Asynchronous Programming with JavaScript
    • Exploring Async/Await
    • Convert Promise Handling to Async/Await

    1 Answer

  • jlampstack
    jlampstack
    23,932 Points

    Hack to fix broken API...

    Posted on May 19, 2020 by jlampstack
    jlampstack
    23,932 Points
    • JavaScript
    • Asynchronous Programming with JavaScript
    • Exploring Async/Await
    • Convert Promise Handling to Async/Await

    3 Answers

  • michaeldavies3
    michaeldavies3
    23,152 Points

    Feedback on this course

    Posted on May 2, 2020 by michaeldavies3
    michaeldavies3
    23,152 Points
    • JavaScript
    • Asynchronous Programming with JavaScript
    • Exploring Async/Await
    • Convert Promise Handling to Async/Await

    5 Answers

  • Raksmey soriya
    Raksmey soriya
    3,101 Points

    I don't understand what it mean this line. Help me getJSON(wikiUrl + person.name, generateHTML);

    Posted on Apr 19, 2020 by Raksmey soriya
    Raksmey soriya
    3,101 Points
    • JavaScript
    • Asynchronous Programming with JavaScript
    • Exploring Async/Await
    • Convert Promise Handling to Async/Await

    1 Answer

  • Michael Cook
    seal-mask
    .a{fill-rule:evenodd;}techdegree seal-36
    Michael Cook
    Full Stack JavaScript Techdegree Graduate 28,975 Points

    Getting "blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource." error

    Posted on Jan 6, 2020 by Michael Cook
    .a{fill-rule:evenodd;}techdegree seal-36
    Michael Cook
    Full Stack JavaScript Techdegree Graduate 28,975 Points
    • JavaScript
    • Asynchronous Programming with JavaScript
    • Exploring Async/Await
    • Convert Promise Handling to Async/Await

    1 Answer

  • Seokhyun Wie
    seal-mask
    .a{fill-rule:evenodd;}techdegree seal-36
    Seokhyun Wie
    Full Stack JavaScript Techdegree Graduate 21,606 Points

    About person.craft

    Posted on Dec 28, 2019 by Seokhyun Wie
    .a{fill-rule:evenodd;}techdegree seal-36
    Seokhyun Wie
    Full Stack JavaScript Techdegree Graduate 21,606 Points
    • JavaScript
    • Asynchronous Programming with JavaScript
    • Exploring Async/Await
    • Convert Promise Handling to Async/Await

    1 Answer

  • David Loder
    David Loder
    4,987 Points

    Event listener button won't go away after clicking it

    Posted on Dec 9, 2019 by David Loder
    David Loder
    4,987 Points
    • JavaScript
    • Asynchronous Programming with JavaScript
    • Exploring Async/Await
    • Convert Promise Handling to Async/Await

    1 Answer

  • Rebecca Palumbo
    Rebecca Palumbo
    5,506 Points

    Thumbnail missing, so how do I insert a different image for the missing image?

    Posted on Dec 4, 2019 by Rebecca Palumbo
    Rebecca Palumbo
    5,506 Points
    • JavaScript
    • Asynchronous Programming with JavaScript
    • Exploring Async/Await
    • Convert Promise Handling to Async/Await

    1 Answer

  • Kinkaid Nolen
    Kinkaid Nolen
    4,859 Points

    WikiUrl still isn't clicking to me.

    Posted on Oct 27, 2019 by Kinkaid Nolen
    Kinkaid Nolen
    4,859 Points
    • JavaScript
    • Asynchronous Programming with JavaScript
    • Exploring Async/Await
    • Convert Promise Handling to Async/Await

    2 Answers

  • arturop
    seal-mask
    .a{fill-rule:evenodd;}techdegree seal-36
    arturop
    Full Stack JavaScript Techdegree Graduate 16,160 Points

    For of in async function

    Posted on Oct 2, 2019 by arturop
    .a{fill-rule:evenodd;}techdegree seal-36
    arturop
    Full Stack JavaScript Techdegree Graduate 16,160 Points
    • JavaScript
    • Asynchronous Programming with JavaScript
    • Exploring Async/Await
    • Convert Promise Handling to Async/Await

    0 Answers

  • Adam Sturchio
    Adam Sturchio
    3,500 Points

    The "final" project in the downloaded files for 2-convert-promise-handling-to-async-await

    Posted on Sep 30, 2019 by Adam Sturchio
    Adam Sturchio
    3,500 Points
    • JavaScript
    • Asynchronous Programming with JavaScript
    • Exploring Async/Await
    • Convert Promise Handling to Async/Await

    2 Answers

Posting to the forum is only allowed for members with active accounts.
Please sign in or sign up to post.

    Treehouse

  • About
  • Blog
  • Careers
  • Community
  • Stories
  • Shop
  • Contact
  • Gift Card

See Full Catalogue

Techdegree

  • Front End Web Development
  • Full Stack JavaScript
  • Python Development
  • Data Analysis
  • UX Design

Tracks

  • Learn to Code for Beginners
  • Beginning Python
  • Beginning SQL
  • Beginning Java
  • ...see more

Courses

  • JavaScript Basics
  • Intro to HTML & CSS
  • Python Basics
  • CSS Layout
  • ...see more

Explore

  • Plans
  • Affiliates
  • Perks
  • Free Treehouse Near Me
  • Treehouse for Libraries
  • Treehouse for Businesses
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
  • Instagram
Terms & Conditions | Privacy

© 2025 Treehouse Island, Inc.