repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
freecodecampfreecodecamp
beta minify react error 32 in basic html challenge
Bug
challenge name basic html and html5 introduction to html5 element issue description the challenge page be stick in loading since the challenge framework code throw the follow error react error basic html the console show the same error 44 time neither reload empty of cache or dis...
freecodecampfreecodecamp
beta different item in react and non react page for community drop down
Bug
non react profile page image react setting page image
freecodecampfreecodecamp
introduction miss for advanced node and express section beta site
Help Wanted
section name beta site advanced node and express section issue description the advanced node and express section need a landing page with introductory text to start the section it should go in the slide format challenge type 7 at the front of the section and give a high level overview of wh...
freecodecampfreecodecamp
introduction miss for quality assurance and testing with chai section beta
Help Wanted
section name beta site quality assurance and testing with chai section issue description the quality assurance and testing with chai section need a landing page with introductory text to start the section it should go in the slide format challenge type 7 at the front of the section and give...
freecodecampfreecodecamp
introduction miss for information security with helmetj
Help Wanted
section name beta site information security with helmetjs section issue description the information security with helmetjs section need a landing page with introductory text to start the section it should go in the slide format challenge type 7 at the front of the section and give a high le...
freecodecampfreecodecamp
introduction miss for the react and redux section beta site
Help Wanted
section name beta site react and redux section issue description the react and redux section need introductory text in the landing page that start the section it should give a high level overview of what react redux be
freecodecampfreecodecamp
introduction miss for redux section beta site
Help Wanted
section name beta site redux section issue description the redux section need introductory text in the landing page that start the section it should give a high level overview of what redux be
freecodecampfreecodecamp
introduction miss for jquery section beta site
Help Wanted
section name beta site jquery section issue description the jquery section need a landing page with introductory text to start the section it should go in the slide format challenge type 7 at the front of the section and give a high level overview of what jquery be
freecodecampfreecodecamp
symmetric difference algorithm not test for symmetric difference
Help Wanted
while I understand that the challenge can come up with all sort of rule it be quite confusing since it really isn t testing for the symmetric difference between all the give array example sym 1 2 5 2 3 5 3 4 5 should return 1 4 5 that isn t correct since the actu...
freecodecampfreecodecamp
increment a number with javascript have a misleading test case
Help Wanted
challenge increment a number with javascript solution 0avar 20myvar 20 3d 2087 3b 0a 0a 2f 2f 20only 20change 20code 20below 20this 20line 0amyvar 2b 2b 3b 0amyvar 20 3d 20myvar 3b 0amyvar 20 3d 20myvar 20 2b 200 3b 0a 0a have an issue user agent be mozilla 5 0 window not 10 0 win64 x64 applewebk...
freecodecampfreecodecamp
referenceerror not define vs undefined in example
Help Wanted
challenge name local scope and function issue description the example see the screenshot below state that console log loc call outside the body of myt will result in undefined I e a string that be not accurate as that will actually throw a referenceerror loc be not d...
freecodecampfreecodecamp
typo in the instruction
Help Wanted
construct string with variable issue description there be a spelling mistake in the instruction give here be the extract of the instruction set myname to a string equal to your name and build mystr with myname between the string my name be and and I be swell exp...
freecodecampfreecodecamp
beta night mode should be active on page load
Help Wanted
we re on a roll with improve the night mode issue description when the page have to load when come from a page that be not reactifie first open the page or reload it take a bit for the night mode to active this flash of light can be a bit annoying I must say I m not certain about the ...
freecodecampfreecodecamp
use es6 import consistently
Help Wanted
and ssl config js use require while use import
freecodecampfreecodecamp
incorrectly pass task when the major requirement not meet
Help Wanted
hello world code pass the test include the last item your h1 element should be orange that element be obviously still blue yet that item be incorrectly check and the challenge be mark as pass a check that there be only one h1 declaration or that the i d and class declaration be in th...
freecodecampfreecodecamp
community dropdown styling in night mode
Help Wanted
issue description in a dropdown be add to the navigation while check out I notice that this dropdown be very bright in night mode I think it can use some styling update I believe the change should be make somewhere around here l1068 do anybody have any idea on what it should look like ...
freecodecampfreecodecamp
change name from free code camp to freecodecamp everywhere
Help Wanted
we re change our community s write name from free code camp to freecodecamp in case your curious here be some of the reason our core team agree that this way of write it out be well most people already type freecodecamp when they search for we on google via google trend and 60 of they self ...
freecodecampfreecodecamp
grammatical error in challenge
Help Wanted
challenge name issue description the word backwards appear 3 time in the challenge but the correct word be backward minor yes
freecodecampfreecodecamp
falsy bouncer kluge coding
Help Wanted
challenge falsy bouncer solution 0afunction 20bouncer arr 20 7b 0a 20 20 2f 2f 20don 27 t 20show 20a 20false 20id 20to 20this 20bouncer 0a 20function 20notfalse 20 item 20 7b 0a 20 20 20var 20x 20 3d 20typeof item 3b 0a 2f 2f 20 20 20console log 22 20item 20 22 20 2b 20item 20 2b 20 22 20x typeof 20 2...
freecodecampfreecodecamp
linte issue with chain function in return large number
Help Wanted
challenge return large number in array solution 0afunction 20largestoffour arr 20 7b 0a 20 20var 20array0 20 3d 20arr 5b0 5d sort function a 2c 20b 7breturn 20a b 7d pop 3b 0a 20 20var 20array1 20 3d 20arr 5b1 5d sort function a 2c 20b 7breturn 20a b 7d pop 3b 0a 20 20var 20array2 20 3d 20arr 5b...
freecodecampfreecodecamp
the code be wrong but pass
Help Wanted
challenge name challenge 78 issue description run it and it should not be correct browser information browser name version chorme operating system win 10 mobile desktop or tablet desktop your code js catphotoapp like in...
freecodecampfreecodecamp
wrong solution be accept when submit
Help Wanted
challenge return large number in array solution 0afunction 20largestoffour arr 20 7b 0a 20 20return 20arr map function subarray 20 7b 0a 20 20 20 20return 20subarray reduce function prev 2c 20curr 20 7b 0a 20 20 20 20 20 20return 20 curr 20 3e 20prev 20 3f 20curr 20 3a 20prev 3b 0a 20 20 20 20 7d 2c 200...
freecodecampfreecodecamp
need more test for escape sequence in string
Help Wanted
challenge escape sequence in string solution 0avar 20mystr 20 3d 20 22firstline 5cn 5c 5csecondline 5c 5c 5crthirdline 22 3b 20 2f 2f 20change 20this 20line 0a 0a 0a have an issue user agent be mozilla 5 0 window not 6 1 wow64 trident 7 0 slcc2 net clr 2 0 50727 net clr 3 5 30729 net clr...
freecodecampfreecodecamp
ambiguous challenge instruction
Help Wanted
challenge make object property private have an issue please describe how to reproduce this issue and include link to screenshot if possible over the past couple day I ve notice a gh issue 12385 and a few question in the javascript chat room about this challenge all of which have all have to do w...
freecodecampfreecodecamp
sample code be hide due to fail text wrap
Help Wanted
challenge condense array with reduce solution 0avar 20array 20 3d 20 5b4 2c5 2c6 2c7 2c8 5d 3b 0avar 20singleval 20 3d 200 3b 0a 0a 2f 2f 20only 20change 20code 20below 20this 20line 0a 0asingleval 20 3d 20array 3b 0a 0a have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 6 app...
freecodecampfreecodecamp
profile lookup confuse with same param name and attribute name
Help Wanted
challenge profile lookup solution 0a 2f 2fsetup 0avar 20contact 20 3d 20 5b 0a 20 20 20 20 7b 0a 20 20 20 20 20 20 20 20 22firstname 22 3a 20 22akira 22 2c 0a 20 20 20 20 20 20 20 20 22lastname 22 3a 20 22laine 22 2c 0a 20 20 20 20 20 20 20 20 22number 22 3a 20 220543236543 22 2c 0a 20 20 20 20 20 20 20 20 22li...
freecodecampfreecodecamp
unsubscribe to email should unsubscribe duplicate account as well
Help Wanted
issue description camper will often accidentally create duplicate account most of this be because we make the mistake of offer multiple authentication option when they unsubscribe from email we want to make sure they be unsubscribe from all email for all account with that email address include dupl...
freecodecampfreecodecamp
erroneous behavior in specify how font should degrade challenge
Help Wanted
challenge name challenge link solution 0a 3clink 20href 3d 22https 3a 2f 2ffonts googleapis com 2fcss 3ffamily 3dlobster 22 20rel 3d 22stylesheet 22 20type 3d 22text 2fcss 22 3e 0a 3cstyle 3e 0a 20 20 red text 20 7b 0a 20 20 20 20color 3a 20re 3b 0a 20 20 7d 0a 0a 20 20 3c h2 20 7b 0a 20 20 20 20fon...
freecodecampfreecodecamp
here link be not open in a new tab
Help Wanted
challenge get geolocation datum solution 0afccss 0a 20 20 2f 2f 20only 20change 20code 20below 20this 20line 0a 20 20 0a 20 20if 20 navigator geolocation 20 7b 0a 20 20navigator geolocation getcurrentposition function position 20 7b 0a 20 20 20 20 24 22 23data 22 html 22latitude 3a 20 22 20 2b 20pos...
freecodecampfreecodecamp
refactor for react redux form
Help Wanted
please refer to this comment issuecomment 269728337 react redux have release a much improved module with greatly increase performance unfortunately we need to refactor all instance of redux form into react redux form to be able to update react redux please be sure to follow contribu...
freecodecampfreecodecamp
challenge friendly date range solution break build
Bug
the current solution for friendly date range currently break the build a pr be need to update the solution in the seed file to be more robust the code for the challenge can be find here l383
freecodecampfreecodecamp
grammatical
Help Wanted
this be not really a bug but I don t know where else to point it out the motorbike checklist should read an engine attribute not a engine attribute challenge declare javascript object as variable solution 0avar 20car 20 3d 20 7b 0a 20 20 22wheels 22 3a4 2c 0a 20 20 22engines 22 3a1 2c 0a 20 2...
freecodecampfreecodecamp
refactor node uuid to uuid
Help Wanted
look like node uuid be rename to uuid a while back and the node uuid be leave to stagnate this should be a straight forward refactor make sure their have not be significant change to the api happy code
freecodecampfreecodecamp
falsy bouncer have json stringify incorrectly change nan to null
Help Wanted
challenge falsy bouncer solution function 20bouncer arr 20 7b 0a 0a 20 20function 20notfalse item 20 7b 0a 20 20 20 20if item 20 3d 3d 3d 20false 20 7b 0a 20 20 20 20 20 20return 20false 3b 0a 20 20 20 20 7d 20else 20if 20 item 20 3d 3d 3d 20 22 22 20 7b 0a 20 20 20 20 20 20return 20false 3b 0a 20 20 20 2...
freecodecampfreecodecamp
inconsistent spelling
Help Wanted
challenge override class declaration with inline style solution 0a 3cstyle 3e 0a 20 20body 20 7b 0a 20 20 20 20background color 3a 20black 3b 0a 20 20 20 20font family 3a 20monospace 3b 0a 20 20 20 20color 3a 20green 3b 0a 20 20 7d 0a 20 20 23orange text 20 7b 0a 20 20 20 20color 3a 20orange 3b 0a 20 20 7d 0a 2...
freecodecampfreecodecamp
toy blast
Invalid
challenge name issue description browser information browser name version operating system mobile desktop or tablet your code js screenshot
freecodecampfreecodecamp
grammatical error
Help Wanted
challenge build a personal portfolio webpage have an issue the grammar be a little off in one of the user story line change to I can navigate instead of I navigate image
freecodecampfreecodecamp
accessing object property with variable puzzle
Help Wanted
challenge name accessing object property with variable issue description this challenge confuse I since in previous challenge with accessing object I read that square bracket should be use only when there be a space in the property you need to access and now in this challenge they want I...
freecodecampfreecodecamp
update the contribute doc regard commit message
Help Wanted
we should probably update the contribute doc to read do not add the issue number in the pr title or commit message instead of its current do not add the issue number in the pr title the document be locate here under common step
freecodecampfreecodecamp
bug in create a form element
Help Wanted
challenge name create a form element challenge link solution 0a 3clink 20href 3d 22https 3a 2f 2ffonts googleapis com 2fcss 3ffamily 3dlobster 22 20rel 3d 22stylesheet 22 20type 3d 22text 2fcss 22 3e 0a 3cstyle 3e 0a 20 20 red text 20 7b 0a 20 20 20 20color 3a 20re 3b 0a 20 20 7d 0a 0a 20 20h2 20 7b ...
freecodecampfreecodecamp
night mode inactive button colour
Help Wanted
issue description in night mode whether the button in setting be active or inactive on or off they be always the same colour green which be somewhat misleading I test on three different desktop browser and all seem to be do the same thing browser information browser name ...
freecodecampfreecodecamp
instruction sentence grammar issue
Help Wanted
challenge use html5 to require a field have an issue user agent be mozilla 5 0 window not 6 3 wow64 rv 50 0 gecko 20100101 firefox 50 0 please describe how to reproduce this issue and include link to screenshot if possible the follow paragraph from the instruction be ungrammatical for ...
freecodecampfreecodecamp
misleading hint when use a border radius value great than 50 percent
Help Wanted
make circular image with a border radius if you try to set the style for the challenge as thick green border border color green border width 10px border style solid border radius 90 the hint when the html fail the test be be sure to use a percentage i...
freecodecampfreecodecamp
validate we telephone number have a testing error
Help Wanted
challenge name validate we telephone number issue description one of the test contain a number that be correct by format but should result in false the reason seem to be that this specific area code prefix do not exist accord to this overview either the challenge need to be extend int...
freecodecampfreecodecamp
override all other style by use important bug
Help Wanted
challenge override all other style by use important solution 0a 3cstyle 3e 0a 20 20body 20 7b 0a 20 20 20 20background color 3a 20black 3b 0a 20 20 20 20font family 3a 20monospace 3b 0a 20 20 20 20color 3a 20green 3b 0a 20 20 7d 0a 20 20 23orange text 20 7b 0a 20 20 20 20color 3a 20orange 3b 0a 20 20 7d 0a 20 2...
freecodecampfreecodecamp
stage setting can not read property block of undefined
Bug
there be a typeerror on the setting route from the non react user s portfolio page error stack 2016 12 16 20 53 36
freecodecampfreecodecamp
c9 io need credit card detail mandatory for new user sign up
Help Wanted
not able to create cloud9 account its ask credit card detail to create an account
freecodecampfreecodecamp
update instruction for stand in line challenge
Help Wanted
challenge stand in line solution 0afunction 20nextinline arr 2c 20item 20 7b 0a 20 20 2f 2f 20your 20code 20here 0a 20 20 0a 20 20return 20item 3b 20 20 2f 2f 20change 20this 20line 0a 7d 0a 0a 2f 2f 20test 20setup 0avar 20testarr 20 3d 20 5b1 2c2 2c3 2c4 2c5 5d 3b 0a 0a 2f 2f 20display 20code 0aconsole log ...
freecodecampfreecodecamp
render image from data source bracket notation
Help Wanted
challenge render image from data source solution 0afccss 0a 20 20 24 document ready function 20 7b 0a 0a 20 20 20 20 24 22 23getmessage 22 on 22click 22 2c 20function 20 7b 0a e2 80 89 20 20 20 20 20 24 getjson 22 2fjson 2fcats json 22 2c 20function json 20 7b 0a 0a 20 20 20 20 20 20 20 20var ...
freecodecampfreecodecamp
upgrade jquery major version
Help Wanted
as report by snyk jquery 2 have a cross site scripting vulnerability which be fix in jquery 3 0 0 and high from jquery website despite the 3 0 version number we anticipate that these release shouldn t be too much trouble when it come to upgrade exist code yes there be a few break change t...
freecodecampfreecodecamp
home page text alignment issue chrome
Help Wanted
challenge name freecodecamp home issue description I notice today that the freecodecamp s home page seem to have a bug in chrome in the testimonial section the text seem to be display with text align justify however I open the page in safari and it look fine because I m unfami...
freecodecampfreecodecamp
you must target the child of element with the target class need re word
Help Wanted
challenge name target a specific child of an element use jquery issue description wording in the instruction be extremely misleading and not grammatically correct this have be mention several time but it hasn t be change and there doesn t seem to be any alternative wording suggest so h...
freecodecampfreecodecamp
global declaration of var conflict with test case
Bug
challenge factorialize a number solution var 20factor 20 3d1 3b 0afunction 20factorialize num 20 7b 0a 20 20for 20 var 20i 3d1 3b 20i 3c 3dnum 3b 20i 2b 2b 7b 0a 20 20 20 20factor 20 3di 3b 0a 20 20 7d 0a 20 20return 20factor 3b 0a 7d 0a 0afactorialize 10 3b 0a have an issue user agent be mozilla 5...
freecodecampfreecodecamp
use responsive design with bootstrap fluid container need reword
Help Wanted
challenge use responsive design with bootstrap fluid container solution 0a 3clink 20href 3d 22https 3a 2f 2ffonts googleapis com 2fcss 3ffamily 3dlobster 22 20rel 3d 22stylesheet 22 20type 3d 22text 2fcss 22 3e 0a 3cstyle 3e 0a 20 20 red text 20 7b 0a 20 20 20 20color 3a 20re 3b 0a 20 20 7d 0a 0a 20 20h2 20 7b ...
freecodecampfreecodecamp
update redirect when cancel to remove account
Help Wanted
currently when click cancel on the remove account modal user be redirect to about this should be update to redirect to setting
freecodecampfreecodecamp
unsupported on mac google chrome use bootstrap
Bug
challenge add font awesome icon to our button have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 10 5 applewebkit 537 36 khtml like gecko chrome 53 0 2785 143 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code ...
freecodecampfreecodecamp
small syntax error
Help Wanted
challenge use hex code for specific color have an issue user agent be mozilla 5 0 window not 6 1 applewebkit 537 36 khtml like gecko chrome 54 0 2840 99 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible thre be a small syntax error in a se...
freecodecampfreecodecamp
setup line be miss a line
null
challenge iterate through an array with a for loop solution 0a 2f 2f 20example 0avar 20ourarr 20 3d 20 5b 209 2c 2010 2c 2011 2c 2012 5d 3b 0avar 20ourtotal 20 3d 200 3b 0a 0afor 20 var 20i 20 3d 200 3b 20i 20 3c 20ourarr length 3b 20i 2b 2b 20 7b 0a 20 20ourtotal 20 2b 3d 20ourarr 5bi 5d 3b 0a 7d 0a 0a 2f 2f...
freecodecampfreecodecamp
jou tube om in te loggen kan niet krijg mijn code niet van google telefoon code s gr karel
Invalid
challenge name issue description browser information browser name version operating system mobile desktop or tablet your code js screenshot
freecodecampfreecodecamp
testing object for property need clarification
Help Wanted
challenge testing object for property have an issue user agent be mozilla 5 0 window not 6 1 wow64 applewebkit 537 36 khtml like gecko chrome 54 0 2840 99 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code javascript ...
freecodecampfreecodecamp
would you please add a test case
Help Wanted
challenge search and replace have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 12 1 applewebkit 537 36 khtml like gecko chrome 54 0 2840 98 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible would you please add the foll...
freecodecampfreecodecamp
console capture do not log when message be falsy
Help Wanted
challenge pass value to function with argument solution 0a 2f 2f 20example 0a 0a 2f 2f 20only 20change 20code 20below 20this 20line 0a 0afunction 20functionwithargs c 2c 20d 20 7b 0a 20console log c 20 2b 20d 3b 20 0a 7d 0afunctionwithargs 4 2c4 3b 0a 0a 0a have an issue user agent be mozilla 5...
freecodecampfreecodecamp
browser freeze on fibonacci lose week of work
Bug
hello here be the late code that freeze the fibonacci challenge page function sumfibs num var myarr var n for I 0 I num I myarr push I return myarr sumfibs 4 the issue be that every array within a loop no matter how simple freeze that page ...
freecodecampfreecodecamp
search for translate challenge name not work
Help Wanted
after set my language to spanish if I search for the challenge b squeda de perfile the map be empty with no hint that my search return no result with my language still set to spanish if I search for the challenge profile lookup I see the translate name b squeda de perfile in the map
freecodecampfreecodecamp
there be a possibility to remove html tag and pass the lesson
Help Wanted
challenge remove an element use jquery have an issue user agent be mozilla 5 0 window not 10 0 wow64 rv 50 0 gecko 20100101 firefox 50 0 there be a possibility in example to remove html tag and pass the lesson because target4 with all the code will be remove in this case my code ht...
freecodecampfreecodecamp
jade have be rename to pug
Help Wanted
challenge build web app with expressjs have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 12 0 applewebkit 537 36 khtml like gecko chrome 54 0 2840 98 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible hi folk I get the...
freecodecampfreecodecamp
solution of 1 to 45 task
Invalid
pre submission checklist x your pull request target the staging branch of freecodecamp x branch start with either fix feature or translate e g fix signin issue you have only one commit if not squash they into one commit all new and exist test ...
freecodecampfreecodecamp
array with null value pass the testcase
Help Wanted
challenge diff two array have an issue my solution for this algorithm be not correct yet but the test case be pass for this test diorite andesite grass dirt pink wool dead shrub diorite andesite grass dirt dead shrub should return p...
freecodecampfreecodecamp
invalid github auth scope
Help Wanted
the github auth url be scope email here scope email parameter be not a valid scope accord to scope if it be mean to retrieve only the public datum of a user scope be not require to be give or if it be mean to retrieve both public datum and private email i d then scope should...
freecodecampfreecodecamp
incorrect solution pass test
Help Wanted
challenge import a google font have an issue user agent be mozilla 5 0 window not 10 0 wow64 applewebkit 537 36 khtml like gecko chrome 54 0 2840 100 safari 537 36 vivaldi 1 5 658 44 please describe how to reproduce this issue and include link to screenshot if possible the instruction an...
freecodecampfreecodecamp
be not opposite of
Help Wanted
challenge name issue description actually be not the opposite of the strict equality operator mean equal value and equal type mean not equal value or not equal type that mean if one condition be true then the expression will return true but for strict equality operato...
freecodecampfreecodecamp
get geolocation datum amend running code
Help Wanted
information remove no long contribute
freecodecampfreecodecamp
clarify instruction for understand string immutability
Help Wanted
challenge understand string immutability have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 6 applewebkit 537 36 khtml like gecko chrome 54 0 2840 71 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code jav...
freecodecampfreecodecamp
instruction improvement in responsively style radio button challenge
Help Wanted
challenge name issue description this challenge trip up a lot of new camper possibly because of this instruction nest all of your radio button within a element most camper come to the help room about this challenge end up with this code like info delete ...
freecodecampfreecodecamp
challenge fail if datum not select with double quote in geolocation challenge
Help Wanted
challenge name issue description go through the challenge and do datum html and it will fail change to datum html and change nothing else and it will work many js developer prefer to use single quote in js and double quote in html addition...
freecodecampfreecodecamp
ternary operator allow to solve this where switch statement should be use
null
it test for if statement to prevent I from use those but it do not prevent I from use ternary operator as I do in this challenge challenge multiple identical option in switch statement solution 0afunction 20sequentialsize val 20 7b 0a 20 20var 20answer 20 3d 20 22 22 3b 0a 20 20 2f 2f 20only 20change ...
freecodecampfreecodecamp
css issue with 13 1280 x 659 viewport
Help Wanted
device mozilla 5 0 macintosh intel mac os x 10 12 1 applewebkit 537 36 khtml like gecko chrome 54 0 2840 98 safari 537 36 viewport 1280 x 659 issue image this almost make be believe that the url be actually co instead of a com
freecodecampfreecodecamp
feature curriculum expansion
Invalid
pre submission checklist your pull request target the staging branch of freecodecamp branch start with either fix feature or translate e g fix signin issue you have only one commit if not squash they into one commit all new and exist test pa...
freecodecampfreecodecamp
modify instruction of challenge comparison with the less than or equal to operator
Help Wanted
challenge comparison with the less than or equal to operator solution 0afunction 20testlessorequal val 20 7b 0a 20 20if 20 val 20 3c 3d 2012 20 7b 20 20 2f 2f 20change 20this 20line 0a 20 20 20 20return 20 22smaller 20than 20or 20equal 20to 2012 22 3b 0a 20 20 7d 0a 20 20 0a 20 20if 20 val 20 3c 3d 2024 2...
freecodecampfreecodecamp
modify instruction in challenge comparison with the great than or equal to operator
Help Wanted
challenge comparison with the great than or equal to operator solution 0afunction 20testgreaterorequal val 20 7b 0a 20 20if 20 val 20 3e 3d 20 20 20 7b 20 20 2f 2f 20change 20this 20line 0a 20 20 20 20return 20 2220 20or 20over 22 3b 0a 20 20 7d 0a 20 20 0a 20 20if 20 val 20 3e 3d 2010 20 7b 20 20 2f 2f ...
freecodecampfreecodecamp
this exercise do not make sense
Help Wanted
challenge local scope and function solution 0a 0afunction 20mylocalscope 20 7b 0a 20 20myvar 20 3d 20 use 20strict 3b 0a 20 20 0a 20 20 20 20 0a 20 20console log myvar 3b 0a 7d 0amylocalscope 3b 0a 0a 2f 2f 20run 20and 20check 20the 20console 0a 2f 2f 20myvar 20is 20not 20defined 20outside 20of 20mylo...
freecodecampfreecodecamp
incomplete test in miss letter
Help Wanted
challenge name issue description the test be incomplete there be no case for a sequence to test which do not start with the letter a but have a missing letter you can therefore finish this challenge with an algorithm which for example match the letter of the alphabet against the strin...
freecodecampfreecodecamp
backup master
Invalid
pre submission checklist your pull request target the staging branch of freecodecamp branch start with either fix feature or translate e g fix signin issue you have only one commit if not squash they into one commit all new and exist test pa...
freecodecampfreecodecamp
remove stampit
Help Wanted
we use to use stampit throughout the codebase but since our move from thundercat to redux we have only one location where we use stampit to create a factory we can replace this stampit factory with a plain factory and remove stampit all together here be the only place we use it we need to convert this into...
freecodecampfreecodecamp
the actual result be different from expect but test still pass
Help Wanted
challenge diff two array solution 0afunction 20diffarray arr1 2c 20arr2 20 7b 0a 20 20var 20newarr 20 3d 20 5b 5d 3b 0a 20 20var 20set 20 3d 20new 20set 5b arr1 2c 20 arr2 5d 3b 0a 0a 20 20set foreach function 20 item 20 7b 0a 20 20 20 20if 20 arr1 indexof item 20 3d 3d 3d 20 1 20 7c 7c 20arr2 i...
freecodecampfreecodecamp
new challenge not come
Invalid
challenge name issue description browser information browser name version operating system mobile desktop or tablet your code js screenshot
freecodecampfreecodecamp
wording change for fibonacci number problem
Help Wanted
I apologize if this in an incorrect venue for this suggestion I m new at this I believe the example should be change to read as follow change bolde for example sumfibs 10 should return 10 because all odd fibonacci number less than or equal to 10 be 1 1 3 and 5 as it stand th...
freecodecampfreecodecamp
remove rule from project
Help Wanted
currently each of our project challenge have rule like these rule 1 don t look at the example project s code figure it out for yourself rule 2 fulfill the below user story use whichever library or apis you need give it your own personal style rule 3 you mu...
freecodecampfreecodecamp
please check code it be not accept it
Help Wanted
challenge link to external page with anchor element solution 0a 3clink 20href 3d 22https 3a 2f 2ffonts googleapis com 2fcss 3ffamily 3dlobster 22 20rel 3d 22stylesheet 22 20type 3d 22text 2fcss 22 3e 0a 3cstyle 3e 0a 20 20 red text 20 7b 0a 20 20 20 20color 3a 20re 3b 0a 20 20 7d 0a 0a 20 20h2 20 7b 0a 20 20 20...
freecodecampfreecodecamp
core team status on user profile
Help Wanted
we plan to move archive our core team gitter chat room and move our core team over to our new contributor chat room which be open to anyone who want to contribute to our open source community through open source codebase contribution youtube video medium or wiki article event through our campsi...
freecodecampfreecodecamp
fix jsx typo in map header
Help Wanted
autocomplete l100 here be misspell and should be campelcase to conform with jsx property naming convention this fix a react warning in development autocomplete autocomplete
freecodecampfreecodecamp
update ux on reset progress and delete account button
Help Wanted
refer
freecodecampfreecodecamp
freecatphotoapp com be now a link farm site we need to use a different url that we control
Help Wanted
some of our challenge refer to freecatphotoapp com which I come up with as a joke domain well apparently enough people be click on it that someone register the domain and put up a link farm site someone mention the site might have some nsfw content as well so we should definitely replace this soon rathe...
freecodecampfreecodecamp
comment be not ignore
Help Wanted
challenge comparison with the logical and operator solution 0afunction 20testlogicaland 28val 29 20 7b 0a 20 20 2f 2f 20only 20change 20code 20below 20this 20line 0a 0a 20 20if 20 28val 3c 3d50 20 26 26 20val 3e 3d25 29 20 7b 0a 0a 20 20 20 20 20 20return 20 22ye 22 3b 0a 2f 2f 20 20 20 20 20 0a 20 20 7d 0a 0a ...
freecodecampfreecodecamp
my code will give roman for 400 as cccc but it still passess the test
Help Wanted
challenge roman numeral converter solution 0afunction 20converttoroman 28num 29 20 7b 0a 20 20var 20roman 2cromannumber 3d 2ci 2cflag 3d0 2cn 3dnum 3b 0a 20 20var 20r 20 3d 20 5b1 2c4 2c5 2c9 2c10 2c40 2c50 2c90 2c100 2c500 2c900 2c1000 2c15000 5d 3b 0a 20 20 0a 20 20while 28n 3e0 29 7b 0a 20 20for 28i 3d0 3...
freecodecampfreecodecamp
stand in line have an issue
Help Wanted
challenge name localhost 3000 en challenge basic javascript stand in line issue description when run multiple test the console log s stack up in the output window even after a hard reload and reset of my code js run test before 1 2 3 4 5 before 1 2 3 4 5 before ...
freecodecampfreecodecamp
code let pass user even if code be wrong because of inadequate number of case
Help Wanted
challenge confirm the end solution 0afunction 20confirmending 28str 2c 20target 29 20 7b 0a 20 20 2f 2f 20 22never 20give 20up 20and 20good 20luck 20will 20find 20you 22 0a 20 20 2f 2f 20 20falcor 0a 20 20var 20b 3d3 3b 0a 20 20str 20 3d 20str split 28 29 3b 0a 20 20target 20 3d 20target split 28 29 ...
freecodecampfreecodecamp
csrf authentication problem
Help Wanted
I try to set up the fcc server locally in my machine follow the instruction give here edit berkeleytrue look like 11058 be go to be delay a bit so I ve move this to confirm again and add a help want tag the issue lie with a typo here l32 csrftoken should be just token please check...
freecodecampfreecodecamp
prevent challenge with hypderdev com from run
Help Wanted
any code with the url hyperdev com within the user generate text should not be allow to run this will involve create a new thrower here the purpose of this thrower would be to prevent ajax request to the hyperdev domain
freecodecampfreecodecamp
the twitchtv json api passthrough be down
Help Wanted
challenge name issue description can t access this be also cause the follow codepen to not load browser information browser name version chrome operating system mac osx mobile desktop or tablet macbook pro screenshot