repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
freecodecampfreecodecamp
update code example for ternary operator in step 146 of rpg project
Bug
describe the issue we be still get a lot of people on the forum confuse on how to do step 146 of rpg project they be look to the current example and return string when the direction say to return the variable hit and the number 0 in order to clear up confusion we should chose a different examp...
freecodecampfreecodecamp
update arrow syntax code example for step 11 of music player project
Bug
describe the issue we be get more form post on this step and I think it be because there be to much go on in this step we can clean this up by pick a small simple code example that well match what the camper have to do in this step update description md now you need a way to display the song...
freecodecampfreecodecamp
word in step 141 role play game js beta certification
Bug
describe the issue hi I think that the addition of a hyphen symbol here feature complete would improve the wording and make the whole text smoother affect page your code while your game be feature complete at this stage there be thing you can do to make it more fun and engage to...
freecodecampfreecodecamp
typo yous instead of you in hint text
Bug
describe the bug there s typo in two step in the hint text you s should be change to you this can be fix by first time code contributor to this repository here be the file that you should be look at to work on a fix list of file 1 2 please make sure you read our gui...
freecodecampfreecodecamp
miss explanation for newly present code step 63 js beta certification role play game
Bug
describe the issue hi I notice that the code within the update location appear all of a sudden without an explanation the last time that the update location function be present it be empty step 50 affect page your code function update location button1 inner...
freecodecampfreecodecamp
update test to allow for optional space around assignment operator in date formatter project
Bug
describe the issue it look like a few test in this project require space around the assignment operator affect page multiple your code see explanation above expect behavior see explanation above screenshot no response system device e g iphone 6 laptop os ...
freecodecampfreecodecamp
update description in step 47 of music player to encourage camper to test code
Bug
describe the issue this project be miss key time to encourage the camper to test out their code this will help camper see the result of the code they just write update description md now it be time to test out the playnextsong function add a click event listener to the nextb...
freecodecampfreecodecamp
update description for step 40 of music player to have camper test event listener
Bug
describe the issue this project be miss key time to encourage the camper to test out their code in this step they be ask to add an event listener for the pause song button this would be a good time to have they test out their code after they have complete the step this will help camper see the r...
freecodecampfreecodecamp
update description and test for step 34 of music player
Bug
describe the issue the step ask camper to check if userdata currentsong be null but I don t see why we need to just check for null here this should also be an acceptable answer js if userdata currentsong playsong userdata song 0 i d I don t see the ne...
freecodecampfreecodecamp
grammatical error in instruction odin project recipe page
Bug
describe the issue error you should have a with the the step as the list item affect page your code expect behavior it should be you should have a with the step as the list item screenshot no response system device...
freecodecampfreecodecamp
explain method chain for step 18 of music player
Bug
describe the issue this step come up a lot on the forum and I think it be because we have never really explain what method chain be or show an example let s update the description to include an example so they know what to do we should also explain why the join method be need here so they well underst...
freecodecampfreecodecamp
update description for step 16 of music player
Bug
describe the issue this should be a clear description and fix the inconsistency for the user of backtick md inside the button element create two more span element the first span element should have a class of playlist song artist in between the span tag add song ...
freecodecampfreecodecamp
attribute order shouldn t matter for step 14 of music player project
Bug
describe the issue right now we be force an order of the attribute for step 14 but order shouldn t matter here as long as the camper have valid syntax and the correct value they should pass update the description to remove any mention of an order update the test and hint to allow for the attri...
freecodecampfreecodecamp
update description for step 12 of music player
Bug
describe the issue we still have confusion on the forum about what the songshtml variable be about we can clean up the description to make it more clear about what be happen md when the song be display on the page it should show the title artist duration of each song and a delete but...
freecodecampfreecodecamp
update test and description for step 8 of music player
Bug
describe the issue I think the description and test could be clear here be the update description md your music player should keep track of the song the current song play and the time of the current song to do this you will need to create an object to store this information start by u...
freecodecampfreecodecamp
add note to c exam about it only be available in english
Bug
describe the issue the c exam and any future exam we add be not translatable at the moment they be only available in english we should add a note somewhere that let camper know that it be only available in english not quite sure where to add it perhaps in place of the help we translate but...
freecodecampfreecodecamp
update direction for step 61 for music player
Bug
describe the issue we keep use the phrase implicit return here md use a ternary operator to check if currenttitle be truthy if so implicitly return currenttitle otherwise implicitly return an empty string assign this result to playingsong textcontent but all we be do be set the text conten...
freecodecampfreecodecamp
unclear explanation of the charset attribute in learn html by build a cat photo app step 69
Bug
describe the issue this particular lesson do not correctly explain the charset attribute it say tell the browser to parse the markup into multiple language by create a meta element as a child of the head element set its charset attribute to utf 8 which imply that the charset attribute can automati...
freecodecampfreecodecamp
script tag place in javascript course
Bug
describe the issue in the freecodecamp curriculum you teach to place the when I try do so while work on the certification program it didn t work while it do when I run the same code on my computer externally from the freecodecamp site I be wonder why it s like this and also if it should be fix...
freecodecampfreecodecamp
luhn algorithm step 31 too strict
Bug
step 31 require to write the sum of odd digit sum of odd digit and even digit sum of even digit but the test want the two variable in a specific order we should have a test that allow both total sum of even digit sum of odd digit and total sum of odd digit sum of even digit fil...
freecodecampfreecodecamp
augment test for step 90 of calorie counter
Bug
describe the issue a camper on the forum be unable to pass with the follow code js function clearform const inputcontainer array from document queryselectorall input container for let container of inputcontainer container innerhtml the test be only...
freecodecampfreecodecamp
confusing hint text in learn functional programming step 46
Bug
describe the issue this challenge do not involve edit elemvalue at all yet it be discuss in the hint text affect page your code const evalformula x cell const idtotext i d cell find cell cell i d i d value const rangeregex a j 1 9 0...
freecodecampfreecodecamp
code radio doesn t play music
Bug
describe the issue code radio currently not play I ve try switch browser and restart to make sure it wasn t user error play button will spin for approximately 1 min then just stop affect page step to reproduce 1 go to 2 click on play button or hit space bar 4 see error ...
freecodecampfreecodecamp
learn functional programming by build a spreadsheet has2 not recognize as spreadsheet function
Bug
describe the issue the spreadsheet function has2 first define in step 97 as of feb 10 do not work in the spreadsheet page I think this be because the regex in the function applyfunction doesn t recognize it as a function the regex const functioncall a z 0 9 I I t...
freecodecampfreecodecamp
update instruction for step 127 of rpg project
Bug
describe the issue the instruction read as follow in your defeatmonster function set gold equal to gold plus the monster s level time 6 7 you can get the monster s level with the level property here be an example of set num to num plus 5 8 num 5 8 use math floor to round the result do...
freecodecampfreecodecamp
learn basic javascript by build a role play game step 86 function pass twice
Bug
describe the issue in the javascript algorithm and datum structure beta series course step 86 there be a bug in the location object name store button text buy 10 health 10 gold buy weapon 30 gold go to town square button function buyweapon buy...
freecodecampfreecodecamp
the wrong answer be request html foundations question h the odin project freecodecamp remix beta
Bug
describe the issue hi the correct answer here be they focus on present information rather than program logic but to move forward with this certification they lack the ability to create webpage be the expect option affect page your code question why be html and css no...
freecodecampfreecodecamp
typo which change mean in localstorage by build a todo app lesson of the new javascript course
Bug
describe the issue in step 30 we refactor the code a bit by split up code we already write into function one of the statement to move be an if statement which check the result of a findindex function on an array I forgot to mark the if statement in my cut paste job and get the following note when check th...
freecodecampfreecodecamp
the odin project html foundations question h wrong answer
Bug
describe the issue the answer be wrong for this page affect page your code n a expect behavior I expect the correct answer to be they focus on present information rather than program logic but the correct answer appear to be they lack the ability to create webpage screens...
freecodecampfreecodecamp
update direction for current step 120 of rpg project
Bug
describe the issue the instruction be not clear right now it say set monsterhealth to monsterhealth minus the power of the player s current weapon remember you have the currentweapon variable and the power property affect page edit this be actually step 120 in the main branch you...
freecodecampfreecodecamp
update description for step 118 of rpg project
Bug
describe the issue the instruction isn t clear to use compound assignment e g now it say on a new line add the string you attack it with your to the text value replace with the player s current weapon additionally remember that this line of text start with a space so it will properly dis...
freecodecampfreecodecamp
outdate string english for developer 2nd chapter task 39 2023 not 2024
Bug
describe the issue in the 2nd chapter task 39 it refer to 2023 as be the current year and 2024 as the next year last year refer to the year before the current one for example if it be 2023 now last year be 2022 this year refer to the current year 2023 in this example next year will be th...
freecodecampfreecodecamp
code duplicity in learn modern javascript method by build football team card lesson in javascript algorithm and datum structure course
Bug
describe the issue I notice there be quite a bit of code duplicity the raw information of the player be hardcode both on the index html page and in the script page in the player array I would suggest delete the information from the html page have an empty player card div and call the setplayercard ...
freecodecampfreecodecamp
typo english for developer 2nd chapter task 24 sould not sound
Bug
describe the issue in the 2nd chapter task 24 it read sould instead of sound in the second sentence above the video clip affect page your code expect behavior text should read you can use object pronoun to replace noun in a sentence this avoid repetition and mak...
freecodecampfreecodecamp
fix strict test for step 35 shopping cart project
Bug
describe the issue we have a camper on the forum unable to pass the test with this code js addtocartbtns foreach btn btn addeventlistener click event they be fail because of a semicolon at the end of the event listener the test should be fix to account f...
freecodecampfreecodecamp
fix step 47 todo app test to allow for inequality and strict inequality operator
Bug
describe the issue we have a camper on the forum try to pass step 47 with this code js const forminputvaluesupdate titleinput value currenttask title dateinput value currenttask date descriptioninput value currenttask description the description do not specify that ...
freecodecampfreecodecamp
sync footer with news
Bug
describe the issue the font family for the trend guide and mobile app title in the footer should be lato san serif and the footer desc col in the footer should be align with the trending find the related selector for the footer desc col and add the follow style align self start al...
freecodecampfreecodecamp
remove clear class style from calorie counter project
Bug
describe the issue hi I find a styling class that doesn t seem to be use in the html or javascript code clear background color var light pink color var dark red border color var dark red the original html only specify the i d clear but not the class...
freecodecampfreecodecamp
fix spelling error for stat calculator project step 3
Bug
describe the issue we have a spelling error for step 3 of the stat calculator project the word separate be spell wrong in the description update description with spelling error resolve md use the s g regex to split the value string by comma you can tweak it base on the number of...
freecodecampfreecodecamp
add code example for step 31 of calorie counter project
Bug
describe the issue whenever we introduce a new concept we should have a short code example update description md description the e in a number input can also be an uppercase e regex have a flag for this however the I flag which stand for insensitive js ...
freecodecampfreecodecamp
test be to strict for step 44 of calorie counter project
Bug
describe the issue we have a camper on the forum unable to pass the test for step 44 of the calorie counter this be their code js const htmlstre entry entrynumber name they be fail because of the spacing before entry and after name we shouldn t be that strict about space h...
freecodecampfreecodecamp
remove all project euler guide solution
Bug
describe the issue as request by project euler themselves the solution shouldn t be list in the source code and need to removed 1 100 101 200 201 300 301 400 401 480 affect page your code n a expect behavior the s...
freecodecampfreecodecamp
update instruction for step 110 for rpg project
Bug
describe the issue the instruction be not clear it take time to know what it be say affect page your code na expect behavior the heading should read follow the same pattern as fightslime use that code in the fightbeast and fightdragon function remember that beast be...
freecodecampfreecodecamp
refactor sort song functionality for music player project
Bug
describe the bug in the program part of what we do be sort the song display alphabetically after delete all song we insert an option to reset the playlist but after the reset the song be not display alphabetically as you d expect the reset would show the same as the beginning of the program run
freecodecampfreecodecamp
update description for step 22 of calorie counter project
Bug
describe the issue we still have a lot of confusion on how to do step 22 of the calorie counter we should refactor the code example to well match what be expect in the lesson and we should update the 3rd hint text to more explicitly show the right answer for that if statement because that be where ...
freecodecampfreecodecamp
regex test be to strict for step 9 of todo project
Bug
describe the issue we have a camper on the forum unable to pass step 9 this be their code js discardbtn addeventlistener click confirmclosedialog close taskform classlist toggle hide the issue be their format not match what the regex test be expect here ...
freecodecampfreecodecamp
fix hint text for step 14 of calorie counter project
Bug
describe the issue we be still get a lot of confusion on the forum for step 14 of the calorie counter here be the most common solution that camper be come up with js const caloriecounter document getelementbyid calorie counter js const caloriecounter document getel...
freecodecampfreecodecamp
unclear instruction step 61 python password generator
Bug
describe the issue some camper seem overwhelmed with the step 61 of password generator here be some of the report issue on the forum affect page your code expect behavior simplify and break the instruction far more suggestion be welcome on how to improve further screen...
freecodecampfreecodecamp
unclear instruction platformer game step 78
Bug
describe the issue follow task ask for inside that array add a boolean expression that check if the player s y position plus the player s height be less than or equal to the platform s y position read this line suggest indicate to I write an if statement inside of the array although that co...
freecodecampfreecodecamp
step 65 of calorie counter project unclear instruction
Bug
describe the issue the instruction doesn t say that the user need to declare a es6 arrow function and not a regular function image affect page your code const calculatecalorie e expect behavior should accept both regular and es6 arrow function screensho...
freecodecampfreecodecamp
python cipher step 41 clarify empty space
Bug
describe the issue the instruction ask print the result of compare char with an empty space it s common for people to make the error of use an empty string instead of a space char char I think call it an empty space might be a bit unclear even though it ...
freecodecampfreecodecamp
fix description step 41 of cipher project
Bug
describe the bug the description say at the beginning of your loop body print the result of compare char with an empty space empty space seem to be incorrect and mislead to reproduce expect behavior each occurrence of an empty space should be change into a sp...
freecodecampfreecodecamp
close curly brace and the closing parenthesis issue
Bug
describe the issue the solution require close curly brace and closing parenthesis to be on the same same line and I do not understand why please help in clarify why affect page your code const rendersong array const songshtml array map song join ...
freecodecampfreecodecamp
update the direction and hint text for step 117 for rpg game
Bug
describe the issue we have a lot of camper struggle with how to do step 117 of the rpg game on the forum there be still some confusion on how the monster array work and how to access information from it it would be good to update the direction and hint text to more explicitly show they what need to...
freecodecampfreecodecamp
update hint text for step 61 of calorie counter project
Bug
describe the issue we have this post on the forum the camper be try to pass step 61 with this code js function getcaloriesfrominput list let calorie 0 for let I 0 I list length I const currval cleaninputstring list I value const invalidinputmat...
freecodecampfreecodecamp
dice game step 67 a lot less than require seem to pass
Bug
describe the issue normally I feel the test be to sensitive now this one be the complete opposite I haven t even do everything and maybe something wrong and I get a pass I feel like this isn t suppose to happen affect page your code totalscoretext innerhtml totalscore sc...
freecodecampfreecodecamp
learn local storage by build a todo app
Bug
describe the issue I be try to get past step 30 use an arrow syntax to create an addorupdate function then move the dataarrindex variable taskobj and if statement in the addorupdate function affect page learn localstorage by build a todo app your code const addorupdatetask ...
freecodecampfreecodecamp
add code example for first mention of array from mention step 89 calorie counter
Bug
describe the issue for consistency whenever we introduce a new concept it should include a code example update description for step 89 md remember that document queryselectorall return a nodelist which be array like but be not an array however the array object have a fro...
freecodecampfreecodecamp
add code example for first mention of remove method step 85 calorie counter
Bug
describe the issue we should add a code example for the remove method in step 85 md finally you need to make the output element visible so the user can see your text your output variable be an element which have a classlist property this property have a remove method whic...
freecodecampfreecodecamp
add code example for math abs introduction in step 81 calorie counter
Bug
describe the issue whenever we introduce a new concept we should include a code example sometimes we do this and sometimes we don t which create inconsistency in the curriculum to fix this let s update the description to include a code example update description for step 81 md des...
freecodecampfreecodecamp
provide code example for first mention of tolowercase method in step 79 calorie counter
Bug
describe the issue we introduce the tolowercase method in step 79 but do not provide a code example for consistency we should provide code example for these method when they be first introduce update step 79 description md when you need to lower case a string you can use the tolowerc...
freecodecampfreecodecamp
update code example in step 63 of calorie counter project to show nan
Bug
describe the issue in step 63 we show the number constructor with an example check for a valid number but we also mention nan so it would be nice to add to the example update description code example for step 63 md the number constructor be a function that convert a value to a numb...
freecodecampfreecodecamp
provide explanation for null in calorie counter project
Bug
describe the issue we have casually mention null in previous step but never really define it so camper will no clue what null be we should provide a short definition update step 62 description md in programming null be mean to represent the absence of a value in this case...
freecodecampfreecodecamp
my code isn t work
Bug
describe the issue the body of the if statement isn t work what can be do affect page learn basic string and array method by build a music player your code if userdata currentsong i d i d userdata currentsong null userdata songcurrenttime 0 ...
freecodecampfreecodecamp
break link to the hall of fame list in the security tab of this repository
Bug
describe the issue in this file if you go point three of the guideline section it state while we do not offer any bounty or swag at the moment we ll be happy to list your name in our hall of fame list provide the report be not low effort the link to this file do not work and just give ...
freecodecampfreecodecamp
error in instruction in step 76 in music player
Bug
describe the issue there shouldn t be optional chain when assignin affect page your code if userdata currentsong i d i d userdata currentsong null userdata songcurrenttime 0 pausesong setplayerdisplay expect behavior th...
freecodecampfreecodecamp
add code example for event listener method intro step 50 calorie counter
Bug
describe the issue we should have a code example for the addeventlistener method when it be first introduce we should also break up the paragraph more to break up the content and make it easy to read through update description md description in the role play game project yo...
freecodecampfreecodecamp
add code example of intro to str match step 35 of calorie counter
Bug
describe the issue we should always have a code example when introduce a new concept here be the new update description for step 35 md string have a match method which take a regex argument match will return an array of match result contain either the first match or all match i...
freecodecampfreecodecamp
challenge editor error unexpected token doctype be not valid json
Bug
describe the issue when open the challenge editor I see this unexpected token system device macbook m1 os macos 13 4 1 22f82 browser chrome additional context no response
freecodecampfreecodecamp
explain naming convention for boolean variable in calorie counter step 17
Bug
describe the issue throughout the curriculum we often have camper name variable that represent booleans with the prefix of be or have which follow standard convention but we never really explain that to they I think that step 17 would be a good place do that update step 17 descriptio...
freecodecampfreecodecamp
add miss backtick for number for step 166 and 167 rpg game
Bug
describe the issue update description step 166 md description for loop be declare with three expression separate by semicolon for a b c where a be the initialization expression b be the condition and c be the final expression the initialization express...
freecodecampfreecodecamp
show decrement operator code example and add in miss backtick for number in rpg game step 154
Bug
describe the issue update description md description remember that the increment operator can be use to increase a variable s value by 1 there be also a decrement operator that can be use to decrease a variable s value by 1 js let num 10 num consol...
freecodecampfreecodecamp
fix spacing issue for step 17 of music player solution
Bug
describe the issue we have a camper on the forum unable to pass because they add a space before their closing in their button element html we should update the test to allow for extra space like this so the answer above pass affect page your code see explanation above ...
freecodecampfreecodecamp
fix require variable in step 64 of learn class and object by build a sudoku solver
Bug
describe the issue a variable be not give or suggest in the step description only once the hint be give be the user tell to use guess as the variable it be not intialize anywhere prior to this step either forum link affect page your code def solver self if nex...
freecodecampfreecodecamp
fix miss backtick for number in math random explanation in rpg game
Bug
describe the issue we need to update the follow instruction here to wrap the numebrs in backtick original md use these you can generate a random number within a range for example this generate a random number between 1 and 5 math floor math random 5 1 new change ...
freecodecampfreecodecamp
update code example for style display explanation in rpg game
Bug
describe the issue there be a lot of confusion on the forum about step 117 in the rpg game the goal of this step be to teach camper how to work with the style property update the description and code example will clear up what be mean to happen in this step md description by de...
freecodecampfreecodecamp
update if statement explanation for rpg game step 76
Bug
describe the issue right now we have two step dedicate to teach an if statement the first step have camper move all of the function code inside an if statement with the string condition for the condition then the next step have they change the string condition to the condition gold ...
freecodecampfreecodecamp
update step 65 instruction to make it clear on correct syntax
Bug
describe the issue there be a lot of confusion on the correct syntax for step 65 a lot of camper be struglle to get to here js location button text 0 instead we have these type of answer js location button text 0 location button text 0 we should simpl...
freecodecampfreecodecamp
update code example for rpg game step introduce innertext
Bug
describe the issue here be the current example for introduce the innertext property js const info document queryselector info info innertext hello world but I think it would be more effective to show the corresponding html element that go with that so they can well see th...
freecodecampfreecodecamp
update direction for onclick in rpg game
Bug
describe the issue we still have a lot of confusion on the forum about step 41 I think add a code example of what they need to do will help here be my propose update to the step update description md description button1 represent your first button element these...
freecodecampfreecodecamp
update code example for rpg game explanation on variable
Bug
describe the issue currently we have this introduction to variable md variable can be assign a value when you do this while you declare it this be call initialization for example js let camperbot bot this would initialize the camperbot variable with a value of bo...
freecodecampfreecodecamp
typo in learn lambda function by build an expense tracker
Bug
describe the issue I notice a typo in the instruction for step 11 for learn lambda function by build an expense tracker the typo be in the line in the example above x be a parameter to be use in the expression expr I think the word use should be use I know it s a bit pedantic ...
freecodecampfreecodecamp
build a cash register final test still break
Bug
describe the issue although my code should pass the final test and pass all the other one it fail to pass regardless of display exactly what this test require affect page your code let cid penny 0 5 nickel 0 dime 0 quarter 0 one 0 five ...
freecodecampfreecodecamp
fix client don t display act error in fcc console
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
update description for step 5 of calorie counter project
Bug
describe the issue instruction unclear on add the word lunch on the legend tag instruction be give to add lunch on i d but its unclear for the lunch inside the legend tag image affect page your code lunch expect behavior should have clear inst...
freecodecampfreecodecamp
decimal to binary converter typo in step 14
Bug
describe the issue the description say after alert the user if the number input be empty of the value be not a number but it should be this instead after alert the user if the number input be empty or the value be not a number affect page expect behavior be empty of ...
freecodecampfreecodecamp
break test case at code interview prep datum structure remove an element from a max heap
Bug
describe the issue a wrong solution be accept at code interview prep datum structure remove an element from a max heap challenge affect page my code javascript const maxheap function this heap this parent index return math floor index ...
freecodecampfreecodecamp
test for step 35 of todo project be to strict
Bug
describe the issue for this step camper have to add two onclick attribute but the test be expect the onclick attribute to be the first attribute list and that be only mention in the hint we should update the hint text to the follow md you should add onclick edittask this to your edit ...
freecodecampfreecodecamp
multiple issue with the pass keyword in the case converter project
Bug
describe the issue some test do not check whether the pass keyword be add or replace as state in the description detail in the code and screenshot section affect page your code this code do not pass for step 1 as the test be look for the pass keyword to be add py def ...
freecodecampfreecodecamp
update description and hint text for step 15 of date formatter project
Bug
describe the issue the particular instruction for what to do in step 15 go this way chain the addeventlistener method to dateoptionsselectelement where the first argument be change and the second argument be an empty arrow function this could be a bit hard to understand as the sentence be too long a...
freecodecampfreecodecamp
editor scroll bar arrow be display in front of menu dropdown
Bug
describe the issue the arrow icon of the editor scroll bar be display in front of menu dropdown image affect page any challenge where the custom scroll bar appear on the right step to reproduce 1 go to 2 close preview pane 3 open menu it be more visible when you se...
freecodecampfreecodecamp
fix curriculum format in rosetta code deal card for freecell
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...
freecodecampfreecodecamp
update strict test for build a music player step 15
Bug
describe the issue a test do not pass if a span element s content be on a separate line it seem that this should be acceptable as it could cause confusion and or take the freecodecamp student out of flow affect page your code song title ...
freecodecampfreecodecamp
spreadsheet project step 51 fix typo in the instruction
Bug
describe the issue the function use in the code name addcharacter js const addcharacter character1 character2 num charrange character1 character2 map elemvalue instruction mention addchar function because elemvalue return a function your addchar function...
freecodecampfreecodecamp
numpy operation correct typo and incorrect answer
Bug
describe the issue the give option 20 21 22 24 24 should be 20 21 22 23 24 and the answer 2 0 1 2 3 4 should be 1 20 21 22 23 24 import numpy as np a np arange 5 a 20 array 20 21 22 23 24 affect page...
freecodecampfreecodecamp
stray code in cash register boilerplate
Help Wanted
describe the issue stray code be populate in the boilerplate for the cash register project affect page your code let price 1 87 let cid penny 1 01 nickel 2 05 dime 3 1 quarter 4 25 one 90 five 55 ten 20 ...
freecodecampfreecodecamp
javascript learn function programming by build a spreadsheet step 14 to sensitive
Bug
describe the issue the test be just to sensitive this step be not allone in this we be ask to call the foreach method on the array letter and put in our createlabel method as callback function letter foreach letter createlabel letter doesn t pass allthough it s syntactly correct and in my op...
freecodecampfreecodecamp
javascript beta certification
Bug
describe the issue can anyone please help I rectify this problem I be get this problem after click on javascript beta certification affect page step to reproduce step 1 launch the freecodecamp on localhost step 2 click on the option javascript javascript algorithm and datum structure v8...
freecodecampfreecodecamp
miss test case information for pokemon search app project
Bug
describe the issue example when the search input element contain the value pikachu and the search button element be click the value in the pokemon name pokemon i d weight height hp attack defense special attack and special defense element should be pikachu 25 or 25 weig...
freecodecampfreecodecamp
learn functional programming by build a spreadsheet step 16 test be pass for incorrect solution
Bug
describe the issue the follow code be accept as a correct solution issue for fcc 2024 01 25 232211 however this part letter foreach letter be expect to be nest in the callback like below js range 1 99 foreach number createlabel number letter foreach lette...