About 98,700 results
Open links in new tab
  1. The freeCodeCamp Forum - Join the developer community and …

    This community will help you learn to code and get a developer job.

  2. Learn Basic CSS by Building a Cafe Menu - Step 20

    Dec 24, 2024 · You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words. Learning to describe problems is hard, but …

  3. Learn code storage by building a Todo App - JavaScript - The ...

    Feb 12, 2024 · ‘’’ Tell us what’s happening: My code doesn’t run, is there something wrong with my answer? or is it a server error? This is the Question: To make the id more unique, add …

  4. Learn How to Work with Numbers and Strings by Implementing …

    May 21, 2025 · Learn How to Work with Numbers and Strings by Implementing the Luhn Algorithm - Step 19 Python thapasrijan May 21, 2025, 1:10am 1

  5. Learn Introductory JavaScript by Building a Pyramid Generator

    Jun 3, 2025 · The problem here is that the code attempts to print a variable named character, but this variable is not defined in the editable region. The variable that has been defined is …

  6. STEP 36: Https://www.freecodecamp.org/learn/scientific …

    Apr 18, 2025 · This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.

  7. Learn HTML by Building a Cat Photo App - Step 51

    Dec 20, 2024 · Hi there! You have modified your existing attribute values for both input radio. Reset the challenge to restore the original code back. Then add a value attribute to each input …

  8. Learn Basic Debugging by Building a Random Background Color …

    Feb 28, 2025 · Learn Basic Debugging by Building a Random Background Color Changer - Step 2 JavaScript sofiaamaliavisintini February 28, 2025, 8:53pm 1

  9. Learn Lambda Functions by Building an Expense Tracker - Step 27

    Mar 20, 2025 · def total_expenses(expenses): sum(map(lambda expense: expense['amount'], expenses)) Hi there, Your lesson asks you to: Finally, pass your map() call to the sum() …

  10. Learn HTML by Building a Cat Photo App - Step 58

    Feb 9, 2025 · Ensure the checkbox element remains unchanged in the code as it was in the starting code.