
The freeCodeCamp Forum - Join the developer community and learn …
This community will help you learn to code and get a developer job.
Learn Basic Debugging by Building a Random Background Color …
Nov 5, 2025 · Please Tell us what’s happening in your own words. Learning to describe problems is hard, but it is an important part of learning how to code. Also, the more you say, the more we can help!
I would like to learn how to code in python - The freeCodeCamp Forum
6 days ago · I would like to learn how to code in python Python connerj4 December 18, 2025, 8:12am 1
Learn the Bisection Method by Finding the Square Root of a Number ...
Apr 23, 2025 · Tell us what’s happening: Had no idea why FCC didn’t pass my code I already put _ right in middle of for loop variable but nothing works Your code so far # User Editable Region def …
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 .
STEP 36: Https://www.freecodecamp.org/learn/scientific-computing …
Apr 18, 2025 · paths[start] = paths.append(start) this doesn’t follow the requirements Use the .append() method to append start to the paths[start] list. here you are overwriting paths[start] instead
Learn localStorage by Building a Todo App - Step 66
Feb 6, 2025 · Learn localStorage by Building a Todo App - Step 66 JavaScript TylieTutu February 6, 2025, 7:25pm 1
Learn Lambda Functions by Building an Expense Tracker - Step 15
Dec 31, 2024 · The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the …
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() function to …