
The freeCodeCamp Forum - Join the developer community and …
This community will help you learn to code and get a developer job.
Build Quincy's Job Tips Page - Step 9 - The freeCodeCamp Forum
Nov 10, 2025 · In Step 9, the instruction reads: Below the block quotation element, add a paragraph element with the text —Quincy Larson, How to Learn to Code and Get a Developer …
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 …
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 …
Learn HTML by Building a Cat Photo App - Step 40
Dec 15, 2024 · Hi. The syntax to add an attribute to an element: <element name attributename="attributevalue"> The attribute is adding to the opening element .
Learn HTML Foundations by Building a Recipe Page - Build a …
Apr 19, 2025 · When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to …
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 …
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 …
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
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() …