repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
freecodecampfreecodecamp | learn advanced array method by build a statistic calculator step 35 update example in the instruction | Bug | describe the issue intsruction say here s an example that get the small number from an array math min 1 9 11 3 0 5 the give example however have nothing to do with an array it be an example with the number give as input parameter affect page your code ... |
freecodecampfreecodecamp | update strict test for todo app step 5 | Bug | describe the issue the code doesn t pass if you open the curly brace affect page your code const taskdata let currenttask expect behavior I expect to pass I be assume code would be put into this object at a later time this be the expect solution ... |
freecodecampfreecodecamp | focus indicator fail contrast standard | Bug | describe the issue when move keyboard focus to an element in our challenge list the background colour change combine with the focus indicator result in a contrast ratio less than 3 1 this issue appear to only occur in light mode affect page pick a superblock any superblock step to re... |
freecodecampfreecodecamp | code pass when outside the body element | Bug | describe the issue despite the code be write outside both the body and html element the code pass affect page your code catphotoapp cat photo see more cat photo in our gallery expect behavior the code should not pass and an error should be throw to bar th... |
freecodecampfreecodecamp | certify user be miss new javascript certification | Help Wanted | the mock user certify user be miss the certification for the new javascript curriculum |
freecodecampfreecodecamp | incorrect capitalization for logical or operator in rpg game | Bug | describe the issue in the step that introduce the logical or operator we be use incorrect capitalization the hint text will need to be update as well here be the update description md description the player should hit if either math random 2 or if the player s he... |
freecodecampfreecodecamp | add code example for shift method in rpg game | Bug | describe the issue when the shift method be introduce in the rpg game a few people be use the incorrect syntax as evidence in these forum post they be try to do something like this js inventory shift sellweapon the only other array method they learn early be the push method and ... |
freecodecampfreecodecamp | unclear instruction | Bug | describe the issue the instruction in this challenge be unclear they talk of a new line and most user end up use the new line character which win t pass it d be well if literal linebreak be use as the keyword consider that some user be complete beginner in js affect page your code ... |
freecodecampfreecodecamp | update regex test for platformer game step 82 to accept multiple valid solution | Bug | describe the issue in every the rule section be require to be wrap in parenthesis even though it doesn t effect the functionality affect page your code if collisiondetectionrule every rule rule player velocity y 0 return expect behavior ... |
freecodecampfreecodecamp | grammatical error in challenge project debug a c console application use visual studio code | Bug | describe the issue hello on the challenge project debug a c console application use visual studio code the question be which of the follow option can be use set a breakpoint in visual studio code the word to be miss between use and set affect page your code n a ... |
freecodecampfreecodecamp | learn intermediate oop by build a platformer game step 78 too strict regex check | Bug | describe the issue the regex use to check the statement in this step be too strict it require the number of space between player position y and to be atleast one I be stick in this for quite some I get to know about this issue only after open the github page for this particular step ... |
freecodecampfreecodecamp | penguin do not fly they swim learn css transform by build a penguin step 86 | Bug | describe the issue on the 86th step of the learn css transform by build a penguin course in the responsive web design certification this fun fact be show fun fact penguin can not fly without wing I believe this be a mistake because even with wing penguin can not fly however th... |
freecodecampfreecodecamp | learn intermediate oop by build a platformer game step 42 strict test | Bug | describe the issue these 2 if statement be functionally equivalent and yet one pass and the other do not pass take I over a half hour and make I a very sad panda if key rightkey press player position x 400 if key rightkey press true player position x 400 ... |
freecodecampfreecodecamp | fix client skip editor onchange when challenge be reset | 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 git... |
freecodecampfreecodecamp | fix misleading instruction in todo app step 46 | Bug | describe the issue step instruction state check if the user make change while try to edit a task by verify that the titleinput value be not equal to currenttask title the dateinput value be not equal to currenttask date and the descriptioninput value be not equal to currenttask description writ... |
freecodecampfreecodecamp | button not display | Bug | describe the issue I be take the calorie counter lesson and step 28 win t show the button I have try disable extension use different browser and clear browser cache I even delete website datum but still no positive response also the instruction and editor be all go affect page your cod... |
freecodecampfreecodecamp | fix test for declare a variable step in rpg game | Bug | describe the issue we recently a lot of update to this project so the step number in the main branch don t match up with what be currently on production here be the correct file you need to look at we have this issue report on the forum if you try to use the wrong variable name like this ... |
freecodecampfreecodecamp | build a cash register certification project final user story description ask for a status close but only pass with a status of open | Bug | describe the issue the final user story for this certification project ask for the follow when price be 19 5 the value in the cash element be 20 cid be penny 0 5 nickel 0 dime 0 quarter 0 one 0 five 0 ten 0 twenty 0 ... |
freecodecampfreecodecamp | fix test to allow for multiple correct solution for step 97 oop game | Bug | step 97 consistency be an important lesson for camper and the lesson themselves do not have consistent code format requirement paste image 20240117105003 in the above picture the code fail it be functionally similar to the above code where we do a similar thing to draw the platform it be... |
freecodecampfreecodecamp | fix incorrect terminology for step 78 81 in oop game | Bug | step 79 the instruction be really confusing and could be rephrase paste image 20240116112831 I don t think what be refer to as a conditional be a what people be go to think of as a conditional it be just a boolean expression that be be ask for no action or assignment be be give depend on tru... |
freecodecampfreecodecamp | learn regular expression by build a spam filter step 15 pass with incomplete code | Bug | describe the issue challenge pass with regex that s only partially fulfil requirement from instruction expect solution be javascript const dollarregex 0 9 dollar I however challenge can be complete with only the 0 9 part affect page your code javascript c... |
freecodecampfreecodecamp | typo in step 11 of new javascript cert learn localstorage by build a todo app challenge | Bug | describe the issue instruction text say findindex be an array method that let find the index of the first element in an array that satisfy a give testing function follow the style of previous similar statement in the course let find should probably say let you find affect page ... |
freecodecampfreecodecamp | clarify instruction for step 28 of music player project | Bug | describe the issue we have a lot of confusion on the forum about the purpose of the playsong function in this step here be the current direction you need to hook up the playsong function to a click event listener so the song will start play when the play button be click add a click eve... |
freecodecampfreecodecamp | update test for step 91 of spreadsheet project to accept multiple solution | Bug | describe the issue the expect solution for step 91 be the follow js if value include element i d value startswith element value evalformula value slice 1 however the direction don t mention use the slice method the first argument for your evalformula... |
freecodecampfreecodecamp | clarify instruction for step 81 of spreadsheet project | Bug | describe the issue we receive this comment on the forum concern the hint text for step 81 of the spreadsheet project improve message in check code dialog the code js const tonumberlist args args split map el parsefloat el be errore because map doesn t ne... |
freecodecampfreecodecamp | fix typo in hint text for step 75 of spreadsheet project | Bug | describe the issue we have a typo in one of the hint text for step 75 of the spreadsheet project the first hint should mention the highprecedence not the infixeval function note to first time contributor this have be open for contribution the first comprehensive pr create will be revie... |
freecodecampfreecodecamp | update direction of step 58 for spreadsheet project | Bug | describe the issue we get this feedback on the forum for step 58 of the spreadsheet here be direct quote from the learner on the forum chain a function call to what function I think chain a function call be the wrong terminology I think what be depict in example be curry not most people would ca... |
freecodecampfreecodecamp | update direction and hint text for step 31 of spreadsheet project | Bug | describe the issue we get some feedback here about the spreadsheet project step 31 they mention that if you try to use an or operator here then the hint do not tell you what s wrong incorrect answer js if value include element i d value startswith correc... |
freecodecampfreecodecamp | update instruction for step 25 of spreadsheet project to well explain the expected solution | Bug | describe the issue we get some feedback on the forum here one of the thing they bring up be that they be confuse by the answer for step 25 the instruction say the follow md to keep track of all of your spreadsheet s function declare a spreadsheetfunction object use destructure synta... |
freecodecampfreecodecamp | update explanation for step 143 in rpg game to provide more context for change | Bug | describe the issue a forum user bring up a good point that we don t really explain why we be make the follow change even the game be technically complete right now we just say the follow md your game could be complete now but you can also make it more interesting then we spend t... |
freecodecampfreecodecamp | miss backtick for number in step 63 and 145 of rpg game | Bug | describe the issue the description here be miss backtick for the number zero here be the new update description md this be call bracket notation value in an array be access by index index be numerical value and start at 0 this be call zero base indexing arg 0 would be the first e... |
freecodecampfreecodecamp | nutrition label step 61 miss test | Bug | this step be pass even if protein be not bold use the necessary class to remove the bottom border and a span to make the protein bold protein 3 g |
freecodecampfreecodecamp | update gitignore | Invalid | 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... |
freecodecampfreecodecamp | step 55 of oop game should update instruction to mention where destruct should happen | Bug | describe the issue a camper be try to pass with this valid code here js window addeventlistener keydown event const key event but couldn t because the test be expect this solution js window addeventlistener keydown key ... |
freecodecampfreecodecamp | step 28 of todo project should allow for multiple valid solution | Bug | describe the issue we have a camper on the forum try to solve step 28 of the todo app project but wasn t able to even though they have a couple of syntax error once they fix that they be try to pass with this code js const forminputscontainvalue titleinput value null dateinp... |
freecodecampfreecodecamp | rpg step 120 text inside code block be visually miss the start space | Bug | describe the issue the text you attack it with your have a space in front of it that you can t see in the challenge text not sure if it have to be a fence code block three backtick for the space to show up I assume it be because it be miss the pre element when it be just a single backtick co... |
freecodecampfreecodecamp | update instruction and code example in step 49 of calorie counter | Bug | describe the issue we have have a few people on the forum be confuse on how innerhtml work and what they need to do in step 49 a way to clear up this confusion would be to update the code example for introduce innerhtml to use label and input also the wording could be update to make it more clear... |
freecodecampfreecodecamp | remove extra space between line | Bug | describe the issue there be extra space be come in gitignore file at line no 66 affect page gitignore file step to reproduce in the code repository 1 go to the gitignore file 2 scroll down to the line no 66 3 remove the extra space between line recommend fix o... |
freecodecampfreecodecamp | step 23 of rpg game be miss backtick for number | Bug | describe the issue in the description for step 23 it be miss backtick for the number 0 here be the change need md description create another variable call currentweapon and set it to 0 when a variable name have multiple word the convention in javascript be to use what s... |
freecodecampfreecodecamp | learn string manipulation by build a cipher step 57 mismatch variable name | Bug | describe the issue in the scientific computing with python beta course module learn string manipulation by build a cipher step 57 the variable name be mismatch be tween the instruction and the error message in the instruction the variable name be refer to as key char whereas in the error messag... |
freecodecampfreecodecamp | issue with learn local storage by build a todo app lesson 48 | Bug | describe the issue so the problem be that the hint where it tell you what you should ve have code it tell you that you should have datum as key when you code that and it doesn t work it tell you you should have mytaskarr as key but that s wrong it should tell you mytaskarr as value s... |
freecodecampfreecodecamp | rpg step 40 41 pass with wrong code | Bug | describe the issue edit step to reflect the new order be 41 42 before the test will pass if you invoke the callback instead of assign the definition identifi 40 pass with incorrect code js button1 onclick gostore 41 pass with incorrect code js button1 onclick gost... |
freecodecampfreecodecamp | build a music player step 87 last requirement be poorly word and use a regex test | Bug | describe the issue the last requirement be poorly word after that create a nextsongexist constant that check if a next song exist the nextsongexist be a variable contain the evaluation of an expression it do not check for anything check for something be an action there be no hint... |
freecodecampfreecodecamp | update test to accept multiple valid solution for step 27 of fcc author project | Bug | describe the issue we have a camper on the forum not able to pass step 27 of the author project with this code js bio length 50 bio slice 0 50 bio it be expect this answer instead js bio length 50 bio slice 0 50 bio the test should ... |
freecodecampfreecodecamp | fix display of artist name for step 82 84 in music player app | Bug | describe the issue towards the end of the project we have camper test out some change with short song specifically step 82 through 84 in the music player project the problem be that the artist name display doesn t fit in the music player container and get squish with the song time instead of t... |
freecodecampfreecodecamp | license of contributed content non exist | Bug | describe the issue I be look at a book release under freecodecamp org but have difficulty identify which license it be be distribute under I find on a picture of the back cover of the paperback version that the author or distributor be retain the right to the material nowhere do I find a copy or refer... |
freecodecampfreecodecamp | partial description in step 8 of learn localstorage by build a todo app | Bug | describe the issue in the description it be not be mention that there should not be any curly brace for the arrow function and when code be be write with curly brace only then from the hint we can get the idea that curly brace not to be add step 8 error while in the previous step step 7 ... |
freecodecampfreecodecamp | update description hint text and test for step 7 and 8 of todo app | Bug | describe the issue in the description it be explain how showmodal method to be use on confirmclosedialog and it be a build in method for dialog element while in the hint it be be mention that showmodal to be set on confirmclosedialog which I do not think be a correct statement ... |
freecodecampfreecodecamp | unclear instruction on step 6 of learn localstorage by build a todo app | Bug | describe the issue on step 6 it be not clear from the instruction that code to remove hide class should be put in the event handler callback also I do not think that anywhere in exercise before step 6 toogle method on classlist be use or explain which can be confusing for new developer that... |
freecodecampfreecodecamp | typo datum instead of dessert in shop cart step 24 | Bug | describe the issue step 24 of learn basic oop by build a shopping cart include the follow text in the instruction emphasis add wrap your right hand totalcountperproduct datum i d in parenthesis and add 0 to the end of the expression up until this point the user have be use the ... |
freecodecampfreecodecamp | build a spam filter step 5 incorrect assert message for second test | Bug | describe the issue you should assign the isspam function call to result textcontent we be not assign the function call to anything not 100 sure what the expect error in the code be that we be test for here it might be its position you should call the isspam function after ... |
freecodecampfreecodecamp | challenge editor stop work on gitpod | Bug | port 3200 have a json image port 3300 doesn t fetch image in the terminal I get error enoent no such file or directory scandir workspace freecodecamp curriculum challenge english favicon ico I don t know if that s relate |
freecodecampfreecodecamp | attribute order shouldn t matter music player step 72 | Bug | describe the issue it doesn t seem right to force camper to make onclick the first attribute in perfectly fine html and javascript the attribute can be place in any order affect page your code expect behavior this code should pass the challenge as it be compl... |
freecodecampfreecodecamp | mislead description for step 15 of learn modern javascript method by build football team card | Bug | describe the issue in the description it be be mention that after set the value in freezed object we need to add a console log and open the console to see an uncaught typeerror it be create the illusion that console log be do something because of which value be get console while that be not be ... |
freecodecampfreecodecamp | duplicate property in boilerplate css number sorter project | Bug | describe the issue the number sorter project seem to have a duplicate property in the css boilerplate affect page your code form width 100 padding 15px auto text align center pad 15px expect behavior normally there d only be one padding ri... |
freecodecampfreecodecamp | fix test for oop game step 73 to accept multiple valid solution | Bug | describe the issue we have a camper on the forum unable to pass the test with the follow code js platform foreach platform platform draw the test be expect this solution js platform foreach platform platform draw we shouldn t have one fi... |
freecodecampfreecodecamp | javascript course learn form validation by build a calorie counter step 94 test accept wrong answer | Bug | describe the issue the test ask to create an event listener and pass clearform function without directly call clearform however when I try to call the clearform directly this test accept the wrong answer affect page your code wrong answer but accept clearbutton addev... |
freecodecampfreecodecamp | wrong test no 7 description for build a palindrome checker certification test | Bug | describe the issue in test no 7 of build a palindrome checker certification test follow description be provide when the text input element contain the text eye and the check btn element be click the result element should contain the text eye be a palindrome I notice ... |
freecodecampfreecodecamp | javascript course learn form validation by calorie counter step 47 66 75 and probably more | Bug | describe the issue I forgot to put a semicolon when declare a variable in step 66 which should have produce a syntax error however the test pass then I try to make the same syntax error in step 67 75 but they also all pass then I try the same error in step 47 but it also pass so I m not sure how ... |
freecodecampfreecodecamp | forum leaderboard project step 61 update test to accept multiple valid solution | Bug | describe the issue the challenge be expect usage of startswith method however the decription be not clear about that have recently complete the regex course my first idea be to use test method which ironically doesn t pass the test affect page step to reproduce 1 go to 2 at... |
freecodecampfreecodecamp | test issue newbe learn how to contribute to open souce | Bug | describe the issue test issue newbe learn how to contribute to open souce affect page test issue newbe learn how to contribute to open souce step to reproduce 1 go to 2 click on 3 scroll down to 4 see error expect behavior test issue screenshot n... |
freecodecampfreecodecamp | javascript course learn form validation by build a calorie counter step 56 test doesn t accept right answer | Bug | describe the issue the test ask we to create a for loop however when I write code with acceptable logic the test reject it I just switch the position of the variable in the conditional statement of the for loop while keep the same condition affect page step 56 your code correct answ... |
freecodecampfreecodecamp | javascript course learn form validation by build a calorie counter step 50 test accept wrong answer | Bug | describe the issue the test ask to create an event listener and pass addentry function without directly call addentry however when I try to call the addentry directly this test accept the wrong answer affect page your code right answer addentrybutton addeventlistener cl... |
freecodecampfreecodecamp | typo on a2 english for developer beta dialogue 1 a mobile developer join the team task 10 | Bug | describe the issue this task have this sentence mobile mean something that can be move or use on the go like mobile phone or tablet so I think it might want to say use on they go instead of use on the go affect page your code n d expect behavior n d scree... |
freecodecampfreecodecamp | typo on a2 english for developer beta dialogue 1 a mobile developer join the team task 4 | Bug | describe the issue in the very end below the video as we can see this sentence by add er to a verb you create a noun that describe a person s job it doesn t apply to all profession but I ll see this pattern in many well I believe it make more sense to change I ll see this pattern in m... |
freecodecampfreecodecamp | pok mon search app type test expect element to exist before fetch call | Bug | describe the issue we should be able to move the selector into the if statement after the fetch and timeout so the element can be create dynamically after the fetch call edit hmm well I guess we can t clear it then I m not sure we should be anyway that seem like an odd way of test an app by manipu... |
freecodecampfreecodecamp | new javascript typo in step 47 of binary converter project | Help Wanted | describe the bug the follow sentence have a typo lfio and be be miss before store in computer science a stack be a data structure where item store in an lfio last in first out manner to reproduce |
freecodecampfreecodecamp | remove unused i d of calculate calorie from calorie counter project | Bug | describe the issue in step 11 we have camper create a button with the i d of calculate calorie however as be point out in this forum post that i d be not reference anywhere in the css or javascript code so we should remove it note for contributor this have be open for c... |
freecodecampfreecodecamp | todo app addorupdatetaskbtn text be not properly update after edit task | Bug | describe the issue about the todo app when update a task we be change the innertext addorupdatetaskbtn innertext update task addorupdatetaskbtn arialabel update task and then when we be create new task the button stay with text update task so for future coder it would be nice to... |
freecodecampfreecodecamp | miss test case for require attribute javascript form step 3 | Bug | describe the issue code pass without give the input element the require attribute this answer be incorrect but pass budget the input tag should look like this affect page freecodecamp org learn javascript algorithm and datum structure v8 learn form validation by build... |
freecodecampfreecodecamp | clarify instruction for cafe menu step 58 | Bug | describe the issue the instruction ask to style both the h1 and h2 element with the same font family but they do not make it clear that the test will only accept one ruleset use the h1 h2 selector grant if the user create separate ruleset for h1 and h2 the hint will tell they to use... |
freecodecampfreecodecamp | music player project step 6 hint and description for the duration property do not match | Bug | describe the issue the description show the duration property should have a value of 3 51 but the hint show 4 15 instead affect page your code i d 2 title still learn artist quincy larson duration 4 15 expect behavior the durati... |
freecodecampfreecodecamp | certification project typo in instruction of a palindrome checker | Bug | describe the issue point 7 of instruction say when the text input element contain the text eye and the check btn element be click the result element should contain the text eye be a palindrome there be miss underscore near eye in the result text the correct solution fo... |
freecodecampfreecodecamp | typo on a2 english for developer beta learn greeting in your first day at the office task 160 | Bug | describe the issue on the current page exist this sentence jake tell sarah he can get in or out after he hear the door click mean he can enter or leave the building but when you listen to the audio it sound like jake explain to sarah so I think it should be she instead of he all ... |
freecodecampfreecodecamp | build a cipher step 3 use a less ambiguous word | Bug | describe the issue the instruction for now print your text variable to the screen by include the variable name between the opening and closing parenthesis of the print function the word include might be misinterpret as the text variable something more that something more might... |
freecodecampfreecodecamp | challenge test should fail on initial state doesn t seem to be work | Bug | describe the issue while play around with I notice that the test for make sure a challenge must fail on the initial content doesn t seem to be work affect page step to reproduce 1 go to the challenge above 2 don t add any code and click run the test 3 see test p... |
freecodecampfreecodecamp | python cipher step 91 misleading | Bug | describe the issue in this step it s reveal to the learner that they be use the wrong decryption key they be give the correct key and the message be decrypt this be mislead and up until this step the learner will have a feeling that they have do something wrong and that their code be incorrect even... |
freecodecampfreecodecamp | potential bad wording in step 20 of learn regular expression by build a password gen | Bug | describe the issue the wording seem like it could be potentially confusing affect page your code new password generate password 8 expect behavior something along the line of finally use the assignment operator to set new password equal to the return value of gene... |
freecodecampfreecodecamp | python cipher step 82 unclear variable name | Bug | describe the issue this be relate to issue 53042 exist instruction change your text variable into mrttaqrhknsw ih puggrur instruction be to change text hello zaira this will no long be plain text unencrypted text or clear text it will be encrypt text or cip... |
freecodecampfreecodecamp | inconsistent optional chaining for userdata currentsong in multiple step of music player project | Bug | describe the issue I notice that for complete step 36 optional chain not to be use for access userdata currentsong success case error case while for complete step 38 it be opposite where it be require to use optional chaining to access userdata currentsong success case ... |
freecodecampfreecodecamp | python cipher step 83 unclear explanation | Bug | describe the issue current instruction modify print encryption to print encrypt text mrttaqrhknsw ih puggrur use the operator to concatenate text to your string and pay attention to the space summary of attempt post to the forum print encrypt text mrtt... |
freecodecampfreecodecamp | python cipher step 15 unclear hint | Bug | describe the issue the current hint be exactly the same as the original instruction you should pass text 0 low to the find method here s a summary of the 6 forum post open no attempt 2 find text 0 low print find text 0 low find text 0 low find text 0 ... |
freecodecampfreecodecamp | exercise image be not available for top exercise d | Bug | describe the issue all image be not available in top learn css foundation project css foundation exercise d affect page your code expect behavior something like this link screenshot no response system device laptop os macos big sur 11 ... |
freecodecampfreecodecamp | incorrect use of term in calorie counter project | Bug | describe the issue we get an email in the support inbox recently about the incorrect use of the term surplus and deficit in the calorie counter project accord to this source a caloric surplus be when you consume more calorie than you expend throughout the day and a deficit be when you consu... |
freecodecampfreecodecamp | learn conversation starter in the break room task 55 sentence doesn t match audio | Bug | describe the issue the fill in the blank sentence doesn t match what the character say affect page your code the write sentence be those be great trait for someone in her position I think what she as our team lead expect behavior the character say ... |
freecodecampfreecodecamp | learn introduction in an online team meet task 57 proper noun not capitalize in the question | Bug | describe the issue lisa s name be not capitalize in the question affect page your code the question be what do bob want to know about lisa expect behavior the question should be what do bob want to know about lisa screenshot no response system ... |
freecodecampfreecodecamp | step 164 for rpg game be miss backtick for number | Bug | describe the issue all number for description should be in backtick here be the update description md description inside your while loop push a random number between 0 and 10 to the end of the number array you can create this random number with math floor math random... |
freecodecampfreecodecamp | fix test for step 96 of platformer game | Bug | describe the issue previous challenge only work if the single parameter use for map and other type of method be wrap in parenthesis this challene only work if say parameter be not wrap in parenthesis const checkpoint checkpointposition map checkpoint new checkpoint checkpoint x che... |
freecodecampfreecodecamp | allow no parenthesis around parameter step 72 platformer game | Bug | describe the issue const platform platformposition map platform new platform platform x platform y should be accept as an answer but the site only accept the answer if platform be wrap in parenthesis like const platform platformposition map platform ne... |
freecodecampfreecodecamp | step 67 of forum project should accept attribute in any order | Bug | describe the issue we have a camper on the forum that be unable to pass the step 67 test because the test expect a certain order for the attribute the test expect this order js title but the attribute of class target and href can be in any order since that be va... |
freecodecampfreecodecamp | error spread allsong in next line for step 9 of learn basic string and array method by build a music player | Bug | describe the issue while do the exercise I observe an inconsistency in the code test of the spread operator when apply to the allsong array an error occur when attempt to spread allsong on the next line within the object literal while the test pass when the spread operation be conduct inline also in ... |
freecodecampfreecodecamp | learn greeting in your first day at the office task 32 sentence doesn t match audio | Bug | describe the issue the fill in the blank sentence doesn t match what the character say affect page your code the write sentence be thank maria for I around the expect behavior the character say thank for I around the maria screenshot no respon... |
freecodecampfreecodecamp | type error in step 50 | Bug | describe the issue for the two p element you just add add dessert as the value of the first p element s class attribute and the value price as the second p element class attribute in the above line the element word after second p should be element s similiar to first p element s in the... |
freecodecampfreecodecamp | unclear instruction in step 19 of build a music player | Bug | describe the issue the question be word super horribly add songshtml to playlistsong by use the innerhtml property it just isn t write in an easy to understand way affect page your code playlistsong innerhtml songshtml expect behavior the wording should be som... |
freecodecampfreecodecamp | fix spelling error in step 53 of music player project | Bug | describe the issue the word reference be misspell here md description inside the function obtain refrence to the html element responsible for display the song title and artist access the player song title and player song artist element with the getelementbyid method as... |
freecodecampfreecodecamp | build a spreadsheet step 17 set hyphenate attribute value as property | Bug | describe the issue I haven t look at much of the new curriculum but I assume the fact that you need to convert the hyphenate aria attribute value to camel case for the property have be explain at some point should use setattribute not also be a valid way of set attribute do we teach setattribute ... |
freecodecampfreecodecamp | todo project remove unnecessary instance of aria label | Bug | describe the issue the task say set the innertext of the addorupdatetaskbtn button to update task and its aria label to update task as well the step be look for user to do addorupdatetaskbtn arialabel update task but the step say aria label do we mention somewhere t... |
freecodecampfreecodecamp | python build a cipher step 71 instruction be not correct | Bug | describe the issue accord to the instruction the user should update the first and second comment in the code in fact it be the second and third comment that need to be change the hint be correct though affect page your code expect behav... |
freecodecampfreecodecamp | fix change element to element s | Bug | fix change element to element s 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 c... |
freecodecampfreecodecamp | learn basic javascript by build a role play game step 156 test accept wrong answer | Bug | describe the issue I give the wrong answer but the website count the answer as correct even though it be actually wrong the step ask I to decrement currentweapon in the last if statement however I decremente currentweapon on the 3rd line text innertext you attack it with your weapon curr... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.