repository stringclasses 156 values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8 values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
freecodecampfreecodecamp | cafe menu typo in step 50 | Bug | describe the issue there be an apostrophe miss in the instruction instead of and the value price as the second p element class attribute it should be and the value price as the second p element s class attribute affect page |
freecodecampfreecodecamp | todo app step 6 should allow usage of single quote | Bug | describe the issue when complete this step the test do not pass if you use single quote around one of the click argument or the hide argument in the toggle method use in the callback function while use double quote for the other test should still pass when single quote be use for one and double quote for the other because it still work when write that way additionally the hint give no instruction on need the quote to be consistent so if that be a requirement it should be specify to the user if the goal be to the coder to learn to use a consistent style that make sense but that hint should be give when that be the only issue with their code affect page your code opentaskformbtn addeventlistener click taskform classlist toggle hide expect behavior this code should pass step 6 screenshot no response system device macbook air 2022 os ventura 13 6 1 browser firefox version 121 0 additional context no response |
freecodecampfreecodecamp | change the editable region and update direction for step 123 rpg game project | Bug | describe the issue on the forum we have a lot of camper confuse on which line to edit for step 123 of the rpg game project we should update the editable region to make it more clear where they should write their answer we should probably also update the direction to say to add to the exist monsterhealth variable suggest update change in text md follow this pattern use the addition operator to add a random number between 1 and the value of xp to your monsterhealth weapon currentweapon power suggest change for start editable region js function attack text innertext the monster fight name attack text innertext you attack it with your weapon currentweapon name health monster fight level fcc editable region monsterhealth weapon currentweapon power fcc editable region affect page your code see explanation above expect behavior change the editable region and update description like mention above screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | certification project pnpm test curriculum doesn t seem to validate solution code against hint | Bug | describe the bug the pnpm test curriculum command doesn t seem to validate solution code against the hint this appear to be an issue only in certification project step to reproduce choose a certification project file change one of the hint so that the challenge doesn t pass run fcc challenge i d challenge i d pnpm run test curriculum for example 657bdcc3a322aae1eac38392 which be the i d of the cash register project the test pass while it should fail and I m not sure what the 2 pass test be I m not sure if all of the certification project have this issue I ve only test with the cash register and product landing page project additional context the issue be discover by ieahleen when manually test the change pass ci but the solution code actually doesn t pass the change test |
freecodecampfreecodecamp | rpg step 11 reject valid code | Bug | describe the issue below be syntactically valid code that meet the challenge description the error message say you should have a control stat selector but we ve adopt a policy of accept any valid syntax that meet the challenge description so I think we need to check that the target element receive the desire style affect page your code css control border 1px solid 0a0a23 pad 5px color 0a0a23 stat border 1px solid 0a0a23 pad 5px color 0a0a23 expect behavior valid code should be accept screenshot no response system all additional context no response |
freecodecampfreecodecamp | statistic calculator step 22 bad error message | Bug | describe the issue the below code return this error message if the array length be even your median variable should use the getmean function to calculate the mean of the two middle number your first argument should be the value of sort at array length 2 and the second at array length 2 1 but getmean only accept one argument an array the error message need to be correct clarify affect page your code javascript const getmedian array const sort array sort a b a b const median array length 2 0 sort sorted length 2 1 sort sorted length 2 2 sort math floor sort length 2 expect behavior error message should be accurate perhaps if the array length be even you should use the getmean function to calculate the mean of the two middle number you should pass an array with two entry to getmean the first entry should be the value of sort at array length 2 and the second at array length 2 1 screenshot no response system all additional context no response |
freecodecampfreecodecamp | javascript new course bug the solution isn t correct | Bug | describe the issue at the lesson learn intermediate oop by build a platformer game lesson 103 it require that the solution will be js settimeout checkpointscreen style display none 2000 notice the after the arrow it should be instead affect page your code js settimeout checkpointscreen style display none 2000 expect behavior the lesson should be pass screenshot no response system device computer os window 10 browser chrome version 120 0 6099 131 additional context no response |
freecodecampfreecodecamp | legacy cert should say legacy on profile page | Bug | describe the issue the legacy cert all have the word legacy in front of they e g on the map there s an open issue to add it to the legacy js cert on the setting page certification setting on the certification themselves but we don t have legacy in front of the cert name on the profile page e g example 1 example 2 image affect page expect behavior these should all say view legacy |
freecodecampfreecodecamp | football team card step 30 should clarify if truthiness check be expect | Bug | describe the issue the challenge ask the user to use a ternary operator to check if iscaptain be true so the follow code should pass js name iscaptain true captain but the challenge only accept truthiness check js name iscaptain captain affect page expect behavior I think either the instruction should be change to use a ternary operator to check if iscaptain be truthy or the test should accept the explicit true check |
freecodecampfreecodecamp | music player project update explanation for sort method | Bug | describe the bug the first issue be the challenge expect inline return and doesn t accept the follow code js const shuffle userdata song sort return math random 0 5 the second issue be the explanation of the sort method be quite rush we tell the user how to fix the default behavior of the method by add a callback with a and b but we don t explain what they be and how the result of a b would determine the sort order and the instruction of the challenge could be improve a bit instead of use the sort method on the userdata song array for the callback introduce math random and subtract 0 5 we could perhaps change it to use the sort method on the userdata song array pass a callback to the method within the callback return the result of math random 0 5 affect page additional context this be bring up by some camper in discord the user didn t elaborate on what s confuse the issue list be from I try out the challenge myself |
freecodecampfreecodecamp | rpg project unable to progress in step 93 | Bug | describe the issue the check your code button be not work in this challenge I have finish the challenge however when I click the check your code button nothing happen and I be unable to progress affect page step to reproduce 1 go to 2 click on check your code 3 scroll down to anywhere 4 see error nothing happen expect behavior it should throw an error if the code be incorrect show test run when check the code or if correct let the user proceed screenshot no response system device hp notebook 250g7 os kali linux browser firefox version 115 6 additional context no response |
freecodecampfreecodecamp | python cipher step 12 instruction | Bug | describe the issue this be the 2nd most popular step for forum post behind step 16 currently the instruction be start by find the position of the first letter in the string one way be to use the build in find function a string find char above char be the character you want to locate and a string be the string you want to parse at the end of your code call find on your alphabet string and pass text 0 to the function propose change to add some continuity of the terminology call a function pass an argument to a function start by find the position of the first letter in the string one way be to use the build in find function a string find char you can call the function find on any string it require 1 argument the value that you want to find within the string it return the index number of the position of that value text find w in this example we pass the value w to the find function call on text and this will return the index 6 because w be at position 6 in the string text at the end of your code find the position of the first letter of the text string within the alphabet string call find on your alphabet string and pass text 0 to the function affect page your code na expect behavior na screenshot na system na additional context na |
freecodecampfreecodecamp | python cipher step 75 instruction | Bug | describe the issue instruction need to be adjust the current state be modify the if condition by call isalpha on char if char follow this to the letter and you get if char isalpha however the solution be if char isalpha propose change to the instruction delete the if condition char and replace it by call the isalpha function on char if should execute if char be letter affect page your code na expect behavior na screenshot na system na additional context no response |
freecodecampfreecodecamp | a2 english task 95 incorrect grammar | Bug | describe the issue the expect answer for the final blank be corp but this mean that the sentence end as from fcc corp use two period at the end of a sentence be incorrect in english one period will handle both the abbreviation of corporation and the termination of the sentence affect page your code n a expect behavior correct grammar should be use chicago manual of style mla style grammarly screenshot no response system all additional context no response |
freecodecampfreecodecamp | stripe js have a memory leak | Bug | describe the issue after use the learn platform for a while the heap size use by stripe start grow here be the context from chrome browser s memory tab relate to the leak js stripe com m outer js stripe com controller js stripe com payment request inner google pay pay google com payframe here be how we be use stripe in the client stripe react stripe js 1 16 5 use for card element and payment button payment wallet stripe stripe js 1 54 2 use to loadstripe in multiple component and use to redirecttocheckout for the update stripe card page the redirecttocheckout have be newly introduce that might be cause this issue affect page screenshot system chrome on mac additional context here be a link to a related forum topic for additional context |
freecodecampfreecodecamp | misalignment in a2 english icon | Bug | describe the issue the letter in the a2 english icon be slightly misaligned and also aren t center within their box e and n be most noticeable but I think 2 be also one pixel off to the left affect page step to reproduce 1 go to 2 zoom into the icon 3 see the misalignment expect behavior the letter in the icon should be center within their box and also align with the other letter both horizontally and vertically additionally the svg should have aria hide set to true here be the link to the icon |
freecodecampfreecodecamp | fix typo in step 82 hint text for music player project | Bug | describe the issue the word statement be misspell in this first hint for step 82 of the music player project md you should create an if statment with the condition nextsongexist note to contributor this issue be mark available for contribution the first comprehensive pr create will be review and merge we typically do not assign issue to anyone other than long time contributor if you would like to contribute and have not read the contributor docs please do so here here be the file you will need to change if you have any issue with contribute be sure to join we on the contributor channel or on the contributor sub forum happy code affect page your code n a expect behavior fix typo in first hint text screenshot system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | new js cert title isn t render on profile page | Bug | describe the issue image also it seem like it might be out of order it should probably appear in the order as it be in the curriculum which would make it at the top of the list in the image but below the rwd cert if I have it be claim step to reproduce see example on my dev profile expect behavior it to say view javascript algorithm and datum structure certification |
freecodecampfreecodecamp | legacy js certification should be label with legacy and move on profile page | Bug | describe the issue the legacy curriculum all have the legacy label in front of they except the old js curriculum map superblock page setting certification in all the image above it should say legacy javascript algorithm and datum structure also on the profile page it should be move to the legacy area image |
freecodecampfreecodecamp | rpg step 172 don t use indexof to test for true false | Help Wanted | describe the issue I don t think we should be teach the use of indexof as we be in this step it be fine if the index be need but if you only need a true false I would suggest it should be use include not indexof as an aside an if statement be not an expression as it be call in this step I m pretty sure I have see this in other step as well I will try to look for it so we can correct it affect page your code expect behavior use include seem like the proper method to use here not indexof screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | we should allow for multiple answer to resolve step 34 for football team card | Bug | describe the issue right now for step 34 we be expect camper to use a ternary to check if nickname be not null js nickname nickname null nickname n a but as bring up in this discussion here we should allow camper to pass with this code too js nickname nickname nickname n a especially since they do something similar a few step early affect page your code nickname nickname nickname n a expect behavior we should accept both valid answer screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | test be to strict for step 103 of platformer game | Bug | describe the issue we have a camper unable to pass the test because the test be expect parenthesis here js if ischeckpointcollisiondetectionactive settimeout checkpointscreen style display none 2000 but this be valid code and should pass js const showcheckpointscreen msg checkpointscreen style display block checkpointmessage textcontent msg if ischeckpointcollisiondetectionactive settimeout checkpointscreen style display none 2000 it look like the last test be cause issue and need to be update it should accept any valid answer note to contributor this issue be mark available for contribution the first comprehensive pr create will be review and merge we typically do not assign issue to anyone other than long time contributor if you would like to contribute and have not read the contributor docs please do so here here be the file you will need to change if you have any issue with contribute be sure to join we on the contributor channel or on the contributor sub forum happy code affect page your code const showcheckpointscreen msg checkpointscreen style display block checkpointmessage textcontent msg if ischeckpointcollisiondetectionactive settimeout checkpointscreen style display none 2000 expect behavior the code above should pass the test be to strict and expect a different result screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | learn algorithm design by build a short path algorithm test case problem in step 30 | Bug | describe the issue while assign distance to node through dictionary comprehension when I write def short path graph start unvisited list graph distance node 0 if start node else float inf for node in graph path node for node in graph print f unvisite unvisited ndistance distance it do not get I through the test case affect page your code my graph a b 3 d 1 b a 3 c 4 c b 4 d 7 d a 1 c 7 def short path graph start unvisited list graph distance node 0 if start node else float inf for node in graph path node for node in graph print f unvisite unvisited ndistance distance short path my graph a expect behavior I should have clear the step because if x y then y x so I expect this to be correct as when I use if node start then I clear the step system device laptop os window 11 browser chrome version 117 |
freecodecampfreecodecamp | learn greeting in your first day at the office miss word in caption text of task 163 | Bug | describe the issue the dialogue of task 163 be well it s five o clock I guess this be it for your first day how be it however the caption and the fill the blank text be well five o clock I guess this be it for your first day how be it additionally the change also need to be apply to the audio reference tag of task 162 164 and 165 affect page expect behavior the change need to be make be change well five o clock to well it s five o clock in the scene section change well it s five o clock to well it s five o clock it s be in lowercase the file need to be change be |
freecodecampfreecodecamp | miss step in playwright gitpod setup guide | Bug | describe the issue in playwright gitpod setup section of how to add playwright test page it s miss the step cd to e2e directory reader can be confuse and run the command in the root directory this will cause error affect page how to add playwright test i d playwright gitpod setup step to reproduce 1 go to how to add playwright test page playwright gitpod setup section how to add playwright test i d playwright gitpod setup 2 in step 3 you can see the miss step cd to e2e directory this step be in how to run test how to add playwright test i d how to run test section recommend fix or suggestion update the doc to add the miss step screenshot image |
freecodecampfreecodecamp | fix curriculum accept no space after the | Bug | checklist x I have read and follow the contribution guideline x I have read and follow the how to open a pull request guide how to open a pull request x my pull request target the main branch of freecodecamp x I have test these change either locally on my machine or gitpod allow skip space after the in comment python def make allow move rod1 rod2 forward false if not rod target forward true elif rod source and rod source 1 rod target 1 forward true if forward print f move disk rod source 1 from source to target rod target append rod source pop else print f move disk rod target 1 from target to source rod source append rod target pop display our progress print rod def move n source auxiliary target display start configuration print rod for I in range number of move remainder I 1 3 if remainder 1 print f move I 1 allow between source and target |
freecodecampfreecodecamp | learn localstorage by build a todo app step 23 test be pass for the incorrect solution | Bug | describe the issue the task be about finish implementation of the below eventlistener js taskform addeventlistener submit e e preventdefault const dataarrindex taskdata findindex item item i d currenttask i d const taskobj i d titleinput value tolowercase split join date now title titleinput value date dateinput value description descriptioninput value if dataarrindex 1 taskdata unshift taskobj taskdata foreach i d title date description taskscontainer innerhtml title title date date description description edit delete however if I would implement the below place the code in global scope test will pass step23todoappissue 2024 01 01 225303 moreso I think the box with the instruction misplace in this step since the task be about add code inside the eventlistener it should not be locate below the eventlistener affect page your code expect behavior I would expect this implementation not to be accept as a correct solution js const taskform document getelementbyid task form const confirmclosedialog document getelementbyid confirm close dialog const opentaskformbtn document getelementbyid open task form btn const closetaskformbtn document getelementbyid close task form btn const addorupdatetaskbtn document getelementbyid add or update task btn const cancelbtn document getelementbyid cancel btn const discardbtn document getelementbyid discard btn const taskscontainer document getelementbyid task container const titleinput document getelementbyid title input const dateinput document getelementbyid date input const descriptioninput document getelementbyid description input const taskdata let currenttask opentaskformbtn addeventlistener click taskform classlist toggle hide closetaskformbtn addeventlistener click confirmclosedialog showmodal cancelbtn addeventlistener click confirmclosedialog close discardbtn addeventlistener click confirmclosedialog close taskform classlist toggle hide taskform addeventlistener submit e e preventdefault const dataarrindex taskdata findindex item item i d currenttask i d const taskobj i d titleinput value tolowercase split join date now title titleinput value date dateinput value description descriptioninput value if dataarrindex 1 taskdata unshift taskobj taskdata foreach i d title date description taskscontainer innerhtml title title date date description description edit delete taskform classlist toggle hide screenshot no response system device laptop os window 10 browser chrome version e g 22 additional context no response |
freecodecampfreecodecamp | learn localstorage by build a todo app step 58 specify code requirement | Bug | describe the issue either any valid solution should pass or the text should specify the solution it require I would suggest both update the text and the hint the text repeat the same thing twice it tell you how to fix it and then use the same word tell you the requirement except it doesn t tell you only one solution be accept current text to fix this issue you can check if there s a task inside taskdata and then call the updatetaskcontainer check if there s a task inside taskdata then call the updatetaskcontainer inside the if statement block example of update text you can check if there s a task inside taskdata use the length of the array because 0 be a falsy value all you need for the condition be the array length check if there s a task inside taskdata then call the updatetaskcontainer inside the if statement block current hint you should create an if statement with the condition taskdata length example update hint you should create an if statement with taskdata length as the condition as a reminder 0 be a falsy value affect page your code expect behavior if only a single code solution among many valid one be require that solution should be specify screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context forum |
freecodecampfreecodecamp | a typo in a2 english for developer learn greeting in your first day at the office | Bug | describe the issue jake be explain the purpose of his visit to sarah he s there to hand over something that sarah need which will permit he should be her access to certain area affect page your code expect behavior screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | wrong answer be the correct one in learn greeting in your first day at the office task 24 | Bug | describe the issue learn greeting in your first day at the office task 24 the speaker say let I show you to your desk but the answer be different the right answer be the conference room which wasn t in the dialogue the right answer should be the desk affect page your code the answer here miss the right answer expect behavior the speaker say let I show you to your desk but the answer be different the right answer be the conference room which wasn t in the dialogue the right answer should be the desk screenshot image system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | conflict hint with the instruction | Bug | describe the issue the instruction be say to use variable name as right array but the corresponding variable name just before right array be leave part if we use the variable name right array it say the variable name should be right part which be valid hint but the instruction be wrong affect page your code right array array middle point expect behavior the instruction should say to make the variable name right part screenshot image system device e g iphone 6 laptop os popo browser e g chrome version e g 22 additional context no response |
freecodecampfreecodecamp | fix curriculum don t force comparison order | Bug | checklist x I have read and follow the contribution guideline x I have read and follow the how to open a pull request guide how to open a pull request x my pull request target the main branch of freecodecamp x I have test these change either locally on my machine or gitpod allow other order in the comparison python def short path graph start unvisited list graph distance node 0 if start node else float inf for node in graph path node for node in graph print f unvisite unvisited ndistance distance short path my graph a |
freecodecampfreecodecamp | typo in music player project step 33 | Bug | describe the issue there be a small typo in the music player step 33 where the word pause have be repeat twice affect page your code expect behavior there should be one pause screenshot image system device laptop os fedora 39 browser microsoft edge version additional context no response |
freecodecampfreecodecamp | typo in music player project step 32 | Bug | describe the issue there be a small typo in the music player project step 32 where the spelling of syntax be write as sysntax affect page your code expect behavior sysntax should be correct to syntax screenshot image system device laptop os fedora 39 browser microsoft edge version additional context no response |
freecodecampfreecodecamp | project euler problem 1 incorrect title and name | Bug | describe the issue I be work on project euler problem 1 and notice that from a math perspective the title and the function name be all incorrect project euler problem 1 be about find multiple of 3 or multiple of 5 this be different than what we have on our platform our exercise say multiple of 3 and 5 the or vs and be not only a big difference in mathematic but be also important in programming so I believe we should fix the title name as well as the function name I be attach a screenshot below by the way the small number that be a multiple of both 3 and 5 be 15 affect page your code function multiplesof3and5 number return true multiplesof3and5 1000 expect behavior I expect the name to be change to multipleof3or5 number in all relevant place screenshot project euler problem 1 system device laptop os window 10 browser chrome version 120 0 6099 130 official build 64 bit additional context it be my first time create an issue and this content fall under learn so I be hopefully submit this under the correct type of issue |
freecodecampfreecodecamp | learn basic javascript by build an rpg game step 129 wrong hint | Bug | you should add the result of math floor gold monster fight level 6 7 to gold assert match defeatmonster tostre gold s s math floor s monster fight level s s 6 7 s the hint text should not have gold inside math floor |
freecodecampfreecodecamp | ui component usage of formgroup s controlid result duplicate i d | Bug | describe the bug the formgroup component in the ui component library have a controlid prop which help associate a form control with a label we expect that the follow code jsx email would result html email however the result be actually html email this be invalid html and mess up the label input association which I think be the cause of 52723 step to reproduce 1 go to 2 check the dom note the issue for this particular page will be resolve once 52507 be merge but it can be reproduce locally with this version of main I m pretty sure we can see the issue in storybook as well but I discover the issue when I be test the client app expect behavior the i d should only be apply to the input element test need to be add to prevent this issue from happen again additional context this issue be discover in 52507 as we be try to replace getbytestid with getbylabel with the getbylabel method the test fail to find the input as they be confuse by the duplicate i d reference bootstrap formgroup |
freecodecampfreecodecamp | allow space in fill in blank challenge for the english section | Bug | describe the issue a lot of the fill in the blank challenge be set up in a way such that space really shouldn t matter however due to the way it be set up some camper be get trip up by space affect page your code expect behavior space really shouldn t matter and as long as it be correctly case the camper should be able to proceed screenshot no response system device desktop os window 10 browser firefox version 121 0 additional context no response |
freecodecampfreecodecamp | learn introduction in an online team meet task 95 require two full stop in a row after abbreviation | Bug | describe the issue I m no language genius but I don t think the requirement be correct I m not sure you be suppose to use two full stop in a row after an abbreviation not sure if both be correct or what text note 20also 20that 2c 20when 20an full 20stops 20 in 20a 20row affect page your code expect behavior maybe don t end the sentence in an abbreviation if it make it unclear or do not require two full stop screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context forum |
freecodecampfreecodecamp | incorrect variable name in step 5 of merge sort algo | Bug | describe the issue in step 5 of the merge sort algorithm it ask you to use the variable name right array upon do so the hint tell you to use right part instead which be right give step 4 ask you to create the left part affect page your code def merge sort array middle point len array 2 leave part array middle point right part array middle point expect behavior as above screenshot system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | incorrect variable name in description | Bug | describe the bug description of the learn datum structure by build the merge sort algorithm step 5 refer to the right array variable right array should be change to right part this issue be open for first time code contributor to this repository list of file 1 please make sure you read our guideline for contribute we prioritize contributor follow the instruction in our guide join we in our chat room or the forum if you need help contribute our moderator will guide you through this sometimes we may get more than one pull request we typically accept the most quality contribution follow by the one that be make first happy contribute |
freecodecampfreecodecamp | repeat line in instruction | Bug | describe the issue there be a repeat line in step 25 of project learn rucursion by buildiong a decimal to binary converter affect page expect behavior there should be just the one line of the result 2 5 be call the quotient screenshot screenshot 2023 12 30 162238 |
freecodecampfreecodecamp | odin project html foundations question h I and j have duplicate text | Bug | describe the issue these three challenge in the html foundation have the exact same text we should update the text for all three lesson so the camper doesn t have to the read the same text again happy to hear suggestion affect page your code n a see explanation expect behavior see explanation above screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | music player step 59 not accept the mixing of single and double quote | Bug | describe the issue in step 59 of the music player project the follow code be valid as javascript code but our test doesn t accept it notice that aria label and play be wrap with different quote js playbutton setattribute aria label song title play song title play or playbutton setattribute aria label song title play song title play the test be here l34 l38 affect page your code report in these forum post expect behavior if we want to allow the mixing of single and double quote we should fix the test if not we should add a hint to guide user to use either single or double quote screenshot image system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | odin project html foundations question c have miss backtick for index html mention | Bug | describe the issue in lesson c each time index html be mention it be wrap in backtick but the last time it be mention there be no backtick for consistency we should update the last mention of index html to be wrap in backtick propose change here be the file that need update here be the change need in this sentence here md this be because web server will by default look for an index html page when user land on your website and not have one will cause big problem how to contribute this issue be open to first timer only for contribution the first comprehensive pr create will be review and merge we typically do not assign issue to anyone other than long time contributor if you would like to contribute and have not read the contributor docs please do so here if you have any issue with contribute be sure to join we on the contributor channel or on the contributor sub forum happy code affect page your code n a see explanation above expect behavior see explanation above screenshot before after system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | odin project html foundations question a and b have duplicate text | Bug | describe the issue the first two challenge in the html foundation have the exact same text I feel like it would be well to update the text for one of these challenge so camper don t read through the same thing twice the text be mainly talk about the structure and syntax of an html element so it feel like that text well match the question in lesson b so we could probably just update the text for lesson a affect page your code n a see explanation above expect behavior we shouldn t have duplicate text instruction for two lesson in a row screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | python cipher step 16 instruction be not clear enough | Bug | describe the issue when work with the python cipher at step 16 it mention the follow instruction to complete the challenge as you can see from the output h be at index 7 in the alphabet string now you need to find the letter at index 7 plus the value of shift for that you can use the addition operator in the same way you would use it for a mathematical addition declare a variable name shift and assign it the alphabet letter at index plus shift these instruction be not clear enough as it have pop up multiple time in the forum ask for clarification affect page your code n a expect behavior the main issue be with the last sentence declare a variable name shift and assign it the alphabet letter at index plus shift in theory be expect from the user to write the follow line of code py shift alphabet index shift but the wording seem off I also get confuse at first with the instruction later in the curriculum a very similar instruction be present at step 57 but with well wording next inside the else block declare a variable call key char and assign it the value of key at the index key index mod the length of key which expect a similar result like above py key char key key index len key I think word the step 16 to the following similar to step 57 would be well declare a variable name shift and assign it the value of alphabet at the index index plus shift it do seem redundant to say at the index index so it may be necessary to rename the variable I m open to suggestion screenshot no response system n a additional context no response |
freecodecampfreecodecamp | the odin project issue in learn css foundation project css foundation exercise b | Bug | describe the issue there be a couple of issue in learn css foundation project css foundation exercise b in the solution code the background color of odd should be yellow instead of rgb 255 167 167 the your odd element should have a background color of yellow check doesn t have an assertion which allow any color as background color to reproduce use the solution code in the challenge file and modify as follow css css odd background color white change line font family verdana dejavu sans san serif the your second element should have blue text and a font size of 36px check fail if the color be set to blue but pass if the color be set to 0000ff to reproduce use the solution code in the challenge file and modify as follow css css two color blue change line font size 36px link to the challenge file affect page expect behavior I m not entirely sure about the purpose of the backtick in color name look at the test I don t think we care about the actual color name in the stylesheet but only the compute color value so maybe the test should be relax and the instruction should be update to remove the backtick here be the list of item I think we should change remove backtick from yellow red and blue in the solution code change the background color of odd to yellow add an assertion to the your odd element should have a background color of yellow check update the your second element should have blue text and a font size of 36px check to look for the value blue update the the fourth element should have a red background color check to use getcomputedstyle and the expected color value should be rgb 255 0 0 |
freecodecampfreecodecamp | rpg js step 41 issue with check | Bug | describe the issue the regex use for check this step do not have a check for affect page your code function gocave console log go to cave expect behavior it should give a hint if the be miss and not accept the answer screenshot screenshot 20231229 111949 system device laptop os fedora 39 browser firefox version additional context the fix be to change the current regex console log go to cave 1 to this one console log go to cave 1 I also find the same issue on step 42 there might be more of these issue later in the course as I have not reach that far into it |
freecodecampfreecodecamp | rpg step 6 space html format issue | Bug | describe the issue pretty format html will fail the health text test if you add text to the nest span you can see the spacing be correct monster name health the test be also rely on textcontent for the space which win t allow for proper formatting I m not sure what the good option be here but have the camper add placeholder would allow we to test for the space more easily monster name slime health 10 const span document queryselectorall monsterstat span span 0 innertext include monster name slime span 1 innertext include health 10 test affect page your code expect behavior proper format html should not fail the test screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context forum I know they also add an extra space but the issue remain the same |
freecodecampfreecodecamp | how to use package json add instruction for live app | Bug | describe the issue I keep get an error package json should have a valid author key when link to my replit as I be use to do with python lesson I find the solution in the forum be to launch the live app and link to that it seem this have happen a lot a lot of people new to the backend challenge run into the same issue when use replit for the first time I think it would be great to just add this instruction at the end so it s clear if you be use replit click run to launch the live app then click the new tab button in the webview window copy and paste the url of the new tab as the solution link affect page your code author pkdvalis expect behavior make it more clear how to submit the answer screenshot screenshot 2023 12 28 151345 system device laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | music player 59 only part of the code snippet be highlight correctly | Bug | describe the issue the error message have a correct line of code for solution js song title play song title play part of it be highlight part of it be not red shape on the picture below musicplayer issue step59 2023 12 28 205058 affect page your code js const setplaybuttonaccessibletext const song userdata currentsong userdata song 0 playbutton setattribute aria label song title play song title playy intentional typo to make the error message show up expect behavior in the error message the whole line js song title play song title play should be highlight screenshot no response system device laptop os window 10 browser chrome version e g 22 additional context no response |
freecodecampfreecodecamp | music player step 67 userdata song be not highlight | Bug | describe the issue for the 67 step 2023 12 28 190405 as can be see on the picture in the instruction for the step the last mentioning of userdata song be not highlight like other variable method name etc usually be example on the picture would be filter or song i d affect page your code expect behavior usedata song at the very end of the instruction should be highlight screenshot no response system device laptop os window 10 browser chrome version e g 22 additional context no response |
freecodecampfreecodecamp | fix curriculum intermediate regex match only complete solution | Bug | checklist x I have read and follow the contribution guideline x I have read and follow the how to open a pull request guide how to open a pull request x my pull request target the main branch of freecodecamp x I have test these change either locally on my machine or gitpod fix early test not pass until solution be complete hide other hint test from camper javascript if array j array j 1 const temp array j |
freecodecampfreecodecamp | pok mon search app increase delay | Bug | describe the issue when test one camper s code it fail some test unless I increase all the delay to 1000ms I test with 500ms but that be not enough I also see the example project fail a test but it do pass more consistently my guess be it be just fast with few async function to be on the safe side we should have a long delay I know 1000ms be a lot but well safe than sorry affect page test your code expect behavior valid code should not fail because of timing issue screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context forum |
freecodecampfreecodecamp | mathjax be not render in upper jaw | Bug | describe the issue mathjax be not render in upper jaw this mean new js and python curriculum example image affect page step to reproduce 1 go to challenge from new js or python curriculum which include mathjax tag 2 see mathjax be not render expect behavior mathjax properly render in the description in the upper jaw for example image screenshot no response system n a additional context no response |
freecodecampfreecodecamp | spreadsheet step 19 doesn t allow space between and when parenthesis be use around the parameter | Bug | describe the issue the solution require that parenthesis do not surround the parameter for the sum function this be a bit inconsistent since previous project and step have either require the parenthesis or have accept both affect page your code unaccepte answer const sum num num reduce acc el acc el 0 accept answer const sum num num reduce acc el acc el 0 expect behavior both code answer should be correct screenshot no response system device laptop os window 11 browser edge version 120 0 2210 91 additional context no response |
freecodecampfreecodecamp | miss backtick step 49 of the js beta certification learn basic javascript by build a role play game | Bug | describe the issue hi I notice that the word text be not surround by backtick reference step 49 of the js certification beta learn basic javascript by build a role play game the word with the miss backtick be in the last line of the instruction these be the current instruction in your gotown function change your button element innertext property to be go to store go to cave and fight dragon update your onclick property to be gostore gocave and fightdragon respectively finally update your text s innertext property to be you be in the town square you see a sign that say store affect page your code function gotown button1 innertext buy 10 health 10 gold button2 innertext buy weapon 30 gold button3 innertext go to town square button1 onclick buyhealth button2 onclick buyweapon button3 onclick gotown text innertext you enter the store expect behavior my suggestion would be to make the word text locate in the last line of the instruction surround by backtick so it be clear that this text refer to div text screenshot step49fcc system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | step 31 of build a music player be too sensitive to attribute order | Bug | describe the issue the test code l19 for step 31 of the build a music player project require a specific order to the class and onclick attribute html and jsx do not require any particular ordering to attribute so put the onclick attribute before the class attribute should be acceptable affect page your code jsx song title song artist song duration expect behavior it should pass the test screenshot image system device chromebook os chromeos browser chrome version 119 0 6045 212 additional context no response |
freecodecampfreecodecamp | music player step 25 too strict with space | Bug | describe the issue the test be fail if there isn t a space between else and affect page your code this fail if userdata currentsong null userdata currentsong i d song i d audio currenttime 0 else audio currenttime userdata songcurrenttime expect behavior test should pass without a space between else and screenshot no response system n a additional context no response |
freecodecampfreecodecamp | playwright flaky test in multifile editor spec ts | Bug | describe the bug this test case appear to be flaky l10 I first find it in ci but I be able to reproduce the issue locally as well build log step to reproduce run npx playwright test multifile editor spec ts multiple time screenshot ci note the failure of the test in reset modal spec ts be expect as I be change the implementation code the failure of the test in learn spec ts be not expect this be also a flaky test and the issue be track in 52605 local |
freecodecampfreecodecamp | rpg step 118 instruction be not clear enough | Bug | describe the issue the test be require that the variable monsterhealth be use to set monsterhealthtext innertext but this be not mention in the instruction and the hint for this test be vague at well affect page your code this code be technically correct but not accept function gofight update location 3 monsterhealth monster fight health monsterstat style display block monstername innertext monster fight name monsterhealthtext innertext monster fight health change the last line to use monsterhealth be require to pass function gofight update location 3 monsterhealth monster fight health monsterstat style display block monstername innertext monster fight name monsterhealthtext innertext monsterhealth expect behavior the hint you get when you use monsterhealthtext innertext monster fight health be you should set the innertext property of monsterhealthtext to be the health value of the current monster remember that you assign this value to a monsterhealth variable the first sentence in this hint be state something that be already true but make it sound like it be false use monster fight health be a valid way to get the health value of the current monster so the user have fulfil the requirement of the first sentence but be be tell they haven t which be confuse remind they in the second sentence that they have already save this value off to the monsterhealth variable might help some people make the connection that the test want they to use that variable instead of monster fight health but I have just be go back and forth with someone in the forum that isn t get this message so I don t think it be explicit enough if the test be go to require that the variable monsterhealth be use then I think the instruction need to explicitly state this perhaps something like now set the innertext property of monstername to be the name property of the current monster do the same for monsterhealthtext and the health property recall that you have already save off the monster s health in the monsterhealth variable you must use this variable to set the innertext for the monster s health and then the hint can be update to be more explicit as well you must use the monsterhealth variable to set the innertext for the monster s health screenshot no response system n a additional context no response |
freecodecampfreecodecamp | javascript role play game bug on step 136 | Bug | describe the issue you don t even need to add any code just click the check your code button and it will pass affect page your code function lose laksjflkjasdf expect behavior you can only pass if you do the follow function lose location 5 screenshot no response system device pc os window 10 pro browser brave version 1 61 109 chromium 120 0 6099 144 64 bit additional context no response |
freecodecampfreecodecamp | rpg project unclear instruction for step 77 | Bug | describe the issue I have no clue what the challenge actually want it s only when I see the hint text that I realize what it actually want affect page your code function buyhealth if gold 10 gold 10 health 10 goldtext innertext gold healthtext innertext health expect behavior I would suggest rephrase the challenge text make it clear that the goal be to create a placeholder conditional with the literal word condition be require in the condition spot screenshot no response system device desktop os window 10 browser firefox version 121 0 additional context no response |
freecodecampfreecodecamp | fix curriculum consistency of use argument and parameter | Bug | checklist x I have read and follow the contribution guideline x I have read and follow the how to open a pull request guide how to open a pull request x my pull request target the main branch of freecodecamp x I have test these change either locally on my machine or gitpod fix incorrect usage of argument in place of parameter and parameter in place of argument in new js and python curriculum I try to do all of they and go through all occurrence in both curriculum I m assume some still could escape due to specific wording but the bulk of it be here |
freecodecampfreecodecamp | rpg project potential accessibility issue in step 138 and 142 | Bug | describe the issue in step 138 and 142 camper be ask to create an object and one of its value must contain an emoji or I test the instruction with voiceover and it be announce as follow step original instruction voiceover interpretation 138 and set text to you die and set text to you die skeleton crossbone 142 and the text should be you defeat the dragon you win the game and the text should be you defeat the dragon you win the game party popper the challenge win t pass if the string doesn t contain the emoji or if it doesn t follow the exact casing my concern be I m not sure if non sighted user can tell they need to insert an emoji here I guess they might if they re familiar enough with the emoji name screen reader apparently don t differentiate between lowercase and uppercase when read text so it could be confusing for non sighted user if they input the correct message but in lowercase and the test don t pass but maybe I m overthinke here this be already the case for any scenario that require case sensitive input camel case in variable name variable name vs class name etc affect page expect behavior re emojis probably one of these add a visually hide note to the instruction to inform non sighted user that they be go to use emojis remove the emojis from the instruction and the test update the test to ignore the absence of emojis as for the case sensitivity we can make the test case insensitive if we think it can trip up the user |
freecodecampfreecodecamp | miss instruction for step 6 of the js beta certification learn basic javascript by build a role play game | Bug | describe the issue hi I notice that partial instruction be give to complete step 6 that be part of the beta version of the new js certification the current instruction at step 6 say similar to your stat element your monsterstat element need two span element give they the class stat and give the first element the text monster name and the second the text health after the text in each add a strong element with an empty nest span element at step 7 the html code have the two span those create in the previous step after monster name and health with respectively also at step 34 and 35 the i d of these two span be both use in the code instruction at step 34 just like you do with the button create variable for the follow i d s and use queryselector to give they the element as a value text xptext healthtext goldtext monsterstat and monstername remember to declare these with the const keyword and name the variable to match the i d s instruction at step 35 finally use queryselector to get the monsterhealth element because you have already declare a monsterhealth variable early you need to use a different variable name for this element declare a new variable with the const keyword and name it monsterhealthtext affect page your code expect behavior I think the instruction of step 6 should include the request to add to the the two span create after the text monster name and health the i d of monstername for the first span and the i d of monsterhealth for the second span screenshot step6fcc step7fcc system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | bug role play game step 6 space error | Bug | describe the issue as you can see in this task it say you need to create a span tag with class stat and inside that add the text monster name and after the text with space add a strong tag with nest span element but the problem be that when I run the code it return error say that your first span element should have the text monster name make sure the spacing be correct your second span element should have the text health could you make sure the spacing be correct affect page your code rpg dragonrepeller xp 0 health 100 gold 50 go to store go to cave fight dragon monster name health expect behavior 1 it just need to pass the test without any error screenshot screenshot tool 20231226153619 1 system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | inefficient solution for the problem 78 coin partition challenge | Bug | describe the issue when try to run test on the local machine one of they fail with the follow error assertionerror expect 51999 to equal 55374 the test that fail be relate to curriculum challenge english 18 project euler project euler problem 1 to 100 problem 78 coin partition md this behavior occur on a freshly fork repository without any change make but strangely in the web interface itself when you click the run the test ctrl enter button or in the pipeline this error do not exist affect page your code run the follow command pnpm run test curriculum cause the error oleksandr tkachenko sof x l 2301 freecodecamp pnpm run test curriculum freecodecamp test curriculum user oleksandr tkachenko wolfriend dev freecodecamp cd curriculum pnpm test freecodecamp test user oleksandr tkachenko wolfriend dev freecodecamp curriculum ts node node modules mocha bin mocha js delay exit reporter progress bail populate test 23923 pass 4 m 116 pende 1 fail 1 check challenge check challenge english project euler problem 1 to 100 problem 78 coin partition check test against solution solution 1 must pass the test test text coinpartition 1000000 should return 55374 assertionerror expect 51999 to equal 55374 at eval eval at ctx onmessage 46 8 at ctx onmessage elifecycle test fail see above for more detail elifecycle command fail with exit code 1 expect behavior the test should be pass successfully without any error screenshot image system device macbook pro 16 inch 2021 apple m1 max os macos sonoma 14 2 1 23c71 browser n a version n a node version v20 10 0 pnpm version 8 12 1 mongodb version 7 0 2 additional context this behavior be first discuss with huyenltnguyen here issuecomment 1868991073 I ll try to investigate more in this issue and figure out how to fix it but if you have any idea what this might be relate to I would be grateful if you point I in the right direction |
freecodecampfreecodecamp | purpose of accessibility button on english video player | Bug | describe the issue there be an accessibility button in the bottom right corner of the video player for the new english course currently the only function of this button seem to be toggle the caption on and off be this button go to do anything else if not then I suggest we use a closed caption icon instead and change the name of the button to close caption and use the aria press attribute to manage its state affect page step to reproduce n a expect behavior caption off caption on screenshot no response system n a additional context no response |
freecodecampfreecodecamp | todo app step 17 foreach callback implicit return | Help Wanted | describe the issue I m not sure I see the point of the foreach callback have an implicit return see as you can t use the return for anything I don t know that it help code readability either current final code const updatetaskcontainer taskscontainer innerhtml taskdata foreach i d title date description taskscontainer innerhtml title title date date description description edit delete with callback function body const updatetaskcontainer taskscontainer innerhtml taskdata foreach i d title date description taskscontainer innerhtml title title date date description description edit delete if we want an implicit return I would prefer a map the exact formatting be up for debate const updatetaskcontainer taskscontainer innerhtml taskdata map i d title date description title title date date description description edit delete join affect page your code expect behavior no implicit return or a map I guess it be just a matter of opinion screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | music player step 58 use the or operator unclear | Bug | describe the issue the current instruction be a little unclear create a song constant and set it to the current song of userdata or the first song in the userdata song array it s not too clear if you be to set song to one of those or if you be to use the or operator in the assignment I think there could be an instruction or clue to make this more clear create a song constant and use the or operator to set it to the current song of userdata or the first song in the userdata song array affect page your code const setplaybuttonaccessibletext expect behavior I think there could be an instruction or clue to make this more clear create a song constant and use the or operator to set it to the current song of userdata or the first song in the userdata song array additionally the error feedback and the console feedback be different the feedback in the console be much more explicit see screenshot screenshot screenshot 2023 12 25 104053 system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | false positive on cafe menu step 64 | Bug | describe the issue false positive on cafe menu step 64 be able to pass the test with incorrect code affect page your code visit our website expect behavior test should fail screenshot no response system device desktop os window 11 browser chrome version 120 0 6099 111 additional context no response |
freecodecampfreecodecamp | learn form validation by build a calorie counter step 28 | Bug | describe the issue the code I provide as a solution get an error your cleaninputstring should call the replace method of str even though I try many variation of it and postet it on the fcc discord where even the moderator say that it should be right and that the checking system might be too strict affect page your code function cleaninputstre str return str replace s g expect behavior I expect the code to be correct and step 28 to be solve by it screenshot msedge q0pers2jw0 system device desktop pc os window 11 pro browser edge additional context for more context you can look up the conversation from 24 12 23 4 40 pm on the programming help channel on the fcc discord because I postet my issue there and get reply from moderator and community |
freecodecampfreecodecamp | rpg step 153 expand list of falsy variable in the instruction | Bug | describe the issue there be list of possible javascript falsy value in the instruction the logical or operator will use the first value if it be truthy that be anything apart from nan null 0 0 0n and false if the list be suppose to be complete it seem that undefined should be add to it affect page your code expect behavior undefine should be mention in the instruction screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | incorrect link in build a tribute page project | Bug | describe the issue objective build an app that be functionally similar to do not copy this demo project the link above should be affect page your code n a expect behavior the link to the demo project should link to the demo tribute page but link instead to the demo portfolio webpage screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | new js project text within select element be not align vertically in firefox | Bug | describe the issue in learn basic algorithmic thinking by build a number sorter challenge the text within select element be not align center vertically only in firefox browser as show in below screenshot affect page your code css select font family inherit font size inherit line height inherit min height 38px width 50px text align center expect behavior like other browser I e chrome edge show the text in select element with align vertically center in firefox screenshot text within select element be not align system device window laptop pc os window 11 home browser firefox version 121 0 64 bit additional context it seem that by min height property the text be push to top of the select element |
freecodecampfreecodecamp | build an fcc forum leader board show wrong test result output on the page | Bug | describe the issue when put a join method after map method some strange output be show in the window of the pass test result as depict on the screenshot attach 2023 12 24 160118 affect page your code const showlatestpost datum const topic list user datum const topic topic list postcontainer innerhtml topic map item join expect behavior the result of the test must show up but instead some object be print out screenshot 2023 12 24 160118 system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | fix curriculum malforme backtick | Bug | checklist x I have read and follow the contribution guideline x I have read and follow the how to open a pull request guide how to open a pull request x my pull request target the main branch of freecodecamp x I have test these change either locally on my machine or gitpod fix malforme backtick before image after image |
freecodecampfreecodecamp | learn form validation by build a calorie counter step 44 do not pass as expect with n for newline | Bug | describe the issue the test for step 44 do not pass as it should when the user create a newline with a newline literal and not by press the enter key on their keyboard and make the string extend by a line affect page your code const htmlstre nentry entrynumber name expect behavior the challenge should report successful as the create label have a newline before it screenshot image image system device desktop arch linux firefox os 6 6 7 arch1 1 browser firefox version 120 0 1 64 bit additional context no response |
freecodecampfreecodecamp | fix curriculum optional final comma | Bug | checklist x I have read and follow the contribution guideline x I have read and follow the how to open a pull request guide how to open a pull request x my pull request target the main branch of freecodecamp x I have test these change either locally on my machine or gitpod stop force optional comma after the last attribute in taskobj object javascript const addorupdatetask const dataarrindex taskdata findindex item item i d currenttask i d const taskobj i d titleinput value tolowercase split join date now title titleinput value date dateinput value description descriptioninput value if dataarrindex 1 taskdata unshift taskobj |
freecodecampfreecodecamp | python cipher step 38 vague intro to if statement | Bug | describe the issue a few learner have be trip up by this this lesson introduce the if statement like this to maintain the original spacing in the plain message you ll require a conditional if statement this be compose of the if keyword a condition and a colon if at the top of your for loop replace print char with an if statement this be the first time the learner be introduce to if and since they be replace print char it can be natural to write it like this if char which be valid python and work in the preview window that make it even more confusing because it appear to work however the test require no parenthesis which be more correct if char this would also be natural to people who have already learn javascript if a 0 and to people who already know python since it s valid python and it s easy to edit print char into if char I think it would help if the original explanation include an example with no paranthese if x 5 print x be great than five affect page your code if char print space expect behavior I think it would help if the original explanation include an example with no paranthese if x 5 print x be great than five screenshot screenshot 2023 12 23 171114 system os window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | forum help post markdown issue | Bug | the help post now have this header image which be your code so far it should have only one set of hashtag |
freecodecampfreecodecamp | rpg step 58 clarify instruction | Bug | describe the issue I think we can make the instruction more clear they be a bit confusing add one final property to the object name text give this property the same string value as the one assign to text innertext in the gotown function or something like that affect page your code expect behavior clear instruction screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context forum |
freecodecampfreecodecamp | campfire volume slider should support dark theme | Bug | describe the issue the campfire volume slider be hard to see in dark theme light dark this doesn t seem to be a regression but we just haven t support dark theme original implementation affect page step to reproduce 1 go to 2 scroll down and find the campfire volume set |
freecodecampfreecodecamp | playwright improve test of the set page to ensure input have associate label | Help Wanted | description some input field on the set page didn t have an associate label this appear to be a regression during the ui component migration but the issue be fix via we have test for the page but some test case be miss and some be use the getbytestid query which doesn t cover the accessibility aspect of the element expectation the file that need to be change be the pr should include the follow change add test for the about setting section and use getbylabel to query the input add test for the email setting section and use getbylabel to query the input update the internet presence setting test case to use getbylabel in place of getbytestid update the portfolio setting test case to use getbylabel in place of getbytestid remove datum playwright test label attribute that become unused after the test change |
freecodecampfreecodecamp | comment in help post for python file be not correct | Bug | the creation of the help want forum post should be change to use correct python comment for py file right now the post be create with the wrong type of comment image |
freecodecampfreecodecamp | the odin project learn css foundation project css foundation exercise a typo | Bug | the comment in the style css seed code file say style css it should be change this be the file |
freecodecampfreecodecamp | fix curriculum slice range | Bug | checklist x I have read and follow the contribution guideline x I have read and follow the how to open a pull request guide how to open a pull request x my pull request target the main branch of freecodecamp x I have test these change either locally on my machine or gitpod close 52691 fix slice range to slice 50 character change test when slice be add and further step |
freecodecampfreecodecamp | new js project interactive element be have focus outline set to none | Bug | describe the issue hey bruce don t look I go and audit the new js project after I see 52701 and find that we have focus outline remove in a couple more place pokemon search search button in the demo roman numeral converter input and button in the demo number sorter sort button expect behavior remove the outline none rule in the follow place tasklist pokemon search x l89 x search button in solution 52728 tasklist roman numeral converter x l85 l86 x l90 tasklist number sorter x button in the css seed code note that the change need to be apply to all step |
freecodecampfreecodecamp | learn greeting in your first day at the office task 24 description doesn t match audio | Bug | describe the issue description and question refer to the here s the main office area and over there let I show you that s the conference room text however the audio mention let I show you in context of show to the desk affect page your code n a expect behavior audio use in task should match the description context or the other way around screenshot no response system n a additional context no response |
freecodecampfreecodecamp | keyboard focus outline have be remove in calorie counter | Bug | describe the issue the default css provide for the calorie counter in step 1 have the outline property set to none for the button element I m go to assume this be just an oversight and not because you all be try to cause I an early death by raise my blood pressure affect page your code button outline none cursor pointer text decoration none background color var light yellow border 2px solid var dark yellow expect behavior remove the outline property completely from the button element screenshot no response system n a additional context no response |
freecodecampfreecodecamp | update test for step 1 of rpg game | Bug | describe the issue there seem to be a high number of post on the forum for this step most have to do with this fail test you should have a div element js const div document queryselector div assert exist div edit to original post if the user pass two open title tag like so rpg dragon repller the wrong hint show and that be why people be come to the forum so much I do like huyenltnguyen suggestion of add a test to check for the correct closing tag we have do that in previous project so that should help here if you be interested in work on this please read through the contribute doc first here be the file that need update affect page screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | fix step 12 test for calorie counter project | Bug | describe the issue this step for check an empty div element be to strict this answer should be valid but fail the current test js the test only pass with this answer which be to restrictive js the last test here need to be update to make it account of space probably use assert match with a regex will be well then assert equal here js assert equal document queryselector container div innerhtml how to contribute please read through the contribute doc first we do not assign issue if you be interested in work on this please fix the test mention and create a pr here be the file you will need to change happy code affect page your code this answer should be valid but fail the current test js expect behavior this answer should pass the test js screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | fix incorrect start seed code for step 31 of music player project | Bug | describe the issue for step 31 the answer be already provide for they js song title song artist song duration the start seed code need to just be the button element without the onclick js fcc editable region song title song artist song duration fcc editable region here be the file that need change if you be interested in work on this please read through the contribute doc first we do not assign issue if you be interested work on the issue and then create a pr for the fix happy code affect page your code incorrect start code js song title song artist song duration expect behavior this should be the correct start seed code js fcc editable region song title song artist song duration fcc editable region screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | fix strict test for step 22 of calorie counter project | Bug | describe the issue the follow valid code do not pass for step 22 of calorie counter project js function cleaninputstre str const strarray str split const cleanstrarray for let I 0 I strarray length I if include strarray I cleanstrarray push strarray I the issue be with this line here js cleanstrarray push strarray I if you remove the semicolon then the test will pass we will need to fix the test to make semicolon optional so the camper can pass with or without semicolon here be the file you need to fix please read through the contribute doc first and we don t assign issue if you be interested in work on this work on the fix and create a pr happy code affect page your code this code do not pass even though it be valid js function cleaninputstre str const strarray str split const cleanstrarray for let I 0 I strarray length I if include strarray I cleanstrarray push strarray I expect behavior semicolon should be optional and the code above should pass screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | fix incorrect test for fcc author page step 27 | Bug | describe the issue the test be expect to use 49 in the slice which seem like could have be an error it should be 50 affect page your code bio length 50 bio slice 0 50 bio expect behavior the test be expect to use 49 in the slice which seem like could have be an error it should be 50 screenshot no response system device laptop os window 10 browser chrome additional context no response |
freecodecampfreecodecamp | fix curriculum allow semicolon at the end of line | Bug | checklist x I have read and follow the contribution guideline x I have read and follow the how to open a pull request guide how to open a pull request x my pull request target the main branch of freecodecamp x I have test these change either locally on my machine or gitpod close 52693 allow semicolon at the end of line with cleanstrarray push strarray I after the change the follow code will pass currently it s not javascript function cleaninputstre str const strarray str split const cleanstrarray for let I 0 I strarray length I if include strarray I cleanstrarray push strarray I |
freecodecampfreecodecamp | a2 english for developer task 63 awesome fail with correct capitalization | Bug | describe the issue the prompt be my computer and drawing tablet be great too and the word to fill in be awesome if the user correctly capitalize the exclamation as awesome the test fail it only succeed with lowercase awesome affect page your code awesome my computer and drawing tablet be great too expect behavior capitalization that be appropriate for the sentence structure should be accept screenshot screenshot of the failure screenshot of the success system device laptop os window 11 browser chrome version 120 0 6099 109 additional context first report in this forum thread |
freecodecampfreecodecamp | english curriculum grid view | Help Wanted | in general for project with no name lesson we have be head in the grid view direction should we do the same for english I realise the block include landmark lesson dialogue so perhaps we want those grid element to be differently demarcate a different border around the element or maybe a symbol instead of lesson number relate |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.