repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
freecodecampfreecodecamp
switch order of basic javascript for and while loop lesson
Help Wanted
challenge name iterate with javascript for loop iterate with javascript while loop issue description consider move the lesson iterate with javascript while loop to a position before the series of lesson on for loop start at iterate with javascript for loop currently the single while loop lesson be place after the for loop lesson but it may be advantageous for student if its make clear that a for loop be a condense form of a while loop especially since the example code in the lesson be synonymous javascript var ourarray var I 0 while I 5 ourarray push I I and javascript var ourarray for var I 0 I 5 I ourarray push I lesson text in the for loop lesson could then be update to make the relationship to while loop more explicit it could also be state that while loop be use for more than just iterate but if you find yourself iterate with a while loop that s a good opportunity to use a for loop instead screenshot for while fcc while lesson for lesson 1 for lesson 2
freecodecampfreecodecamp
I have inline style color as green and the test give your h1 element the inline style of color white pass
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 20 20 pink text 20 7b 0a 20 20 20 20color 3a 20pink 3b 0a 20 20 7d 0a 20 20 blue text 20 7b 0a 20 20 20 20color 3a 20blue 3b 0a 20 20 7d 0a 3c 2fstyle 3e 0a 3ch1 20id 3d 22orange text 22 20class 3d 22pink text 20blue text 22 20style 3d 22color 3agreen 22 3ehello 20world 3c 2fh1 3e 0a have an issue user agent be mozilla 5 0 window not 10 0 wow64 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 html hello world
freecodecampfreecodecamp
my code be not correct but it pass the challenge
Help Wanted
challenge seek and destroy solution 0afunction 20destroyer 28arr 29 20 7b 0a 20 20 2f 2f 20remove 20all 20the 20values 0a 20 20var 20args 20 3d 20array from 28arguments 29 3b 0a 20 20return 20args 5b0 5d filter 28function 28val 29 7b 0a 20 20 20 20return 20val 3dargs 5b1 5d 20 26 26 20val 3dargs 5b2 5d 20 26 26 20val 3dargs 5b3 5d 3b 0a 20 20 7d 29 3b 0a 7d 0adestroyer 28 5b1 2c 202 2c 203 2c 201 2c 202 2c 203 5d 2c 202 2c 203 29 3b 0a have an issue user agent be mozilla 5 0 window not 10 0 wow64 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 javascript function destroyer arr remove all the value var args array from argument return args 0 filter function val return val args 1 val args 2 val args 3 destroyer 1 2 3 1 2 3 2 3 function destroyer will only filter element not more than 3 what if a total of 5 argument be pass to the function
freecodecampfreecodecamp
err saga js cause problem when syntax error be catch
Bug
when a syntax error be catch err saga js get as far as line 5 l5 and stop all process there be a syntax error message in the dev console there be no error toast I can t see anything in client commonframwork work eg code storage detect unsafe code stream display test result etc anim
freecodecampfreecodecamp
dev request test user
Help Wanted
I think it would be helpful for test if there be a way to either a load in a complete mostly complete test user or b load my own user datum into the local instance I know that I could build such a user from scratch and inject it into the database but I think it might be worth consider a share test user that come with the fork install
freecodecampfreecodecamp
note due to browser implementation difference you may need to be at 100 zoom to pass the test on this challenge
Help Wanted
challenge change the font size of an element solution 0a 3cstyle 3e 0a 20 20 red text 20 7b 0a 20 20 20 20color 3a 20re 3b 0a 20 20 7d 0a 20 20p 20 7b 0a 20 20 20 20font size 3a 2016px 3b 0a 20 20 7d 0a 3c 2fstyle 3e 0a 0a 3ch2 20class 3d 22red text 22 3ecatphotoapp 3c 2fh2 3e 0a 0a 3cp 20class 3d 22red text 22 3ekitty 20ipsum 20dolor 20sit 20amet 2c 20shed 20everywhere 20shed 20everywhere 20stretching 20attack 20your 20ankles 20chase 20the 20re 20dot 2c 20hairball 20run 20catnip 20eat 20the 20grass 20sniff 3c 2fp 3e 0a 3cp 3epurr 20jump 20eat 20the 20grass 20rip 20the 20couch 20scratched 20sunbathe 2c 20shed 20everywhere 20rip 20the 20couch 20sleep 20 in 20the 20sink 20fluffy 20fur 20catnip 20scratched 3c 2fp 3e have an issue user agent be mozilla 5 0 window not 10 0 wow64 rv 49 0 gecko 20100101 firefox 49 0 please describe how to reproduce this issue and include link to screenshot if possible my code html catphotoapp kitty ipsum dolor sit amet shed everywhere shed everywhere stretch attack your ankle chase the red dot hairball run catnip eat the grass sniff purr jump eat the grass rip the couch scratch sunbathe shed everywhere rip the couch sleep in the sink fluffy fur catnip scratch can we please remove the text in the instruction note due to browser implementation difference you may need to be at 100 zoom to pass the test on this challenge it be extremely confusing for new camper they keep try to figure out what they should do we field 3 4 question about this text every day it would be way easy to fix the issue if they have it because of the setting in the browser than have they ask when there be no issue to begin with thank you
freecodecampfreecodecamp
add category to challenge view title element and h1 element
Help Wanted
for seo purpose we should include the challenge category javascript html node js etc both in the element and in the element before the challenge s name for example
freecodecampfreecodecamp
minimalist example project with test random quote machine
Help Wanted
soon camper will be able to build all front end project right on freecodecamp com no need for codepen we will also use automate test to check whether camper have complete all of the agile user story and code review will become optional this mean we need to redesign these project to have user story that can be test and we should err on the side of have lot of test I m think 10 test per project at the same time we ve hear feedback that camper be intimidate by the highly polished example project we use instead of have fancy example project we should have minimalistic project example that focus on functionality rather than appearance animation etc so we need new agile user story with one automate test each minimal example project that fulfill all of these user story the current user story for the random quote machine be these I can click a button to show I a new random quote I can press a button to tweet out a quote to complete this reply to this issue with the user story and their test link to a codepen of the minimalist code
freecodecampfreecodecamp
pass the challenge by multiply by 100
Help Wanted
challenge generate random whole number with javascript solution 0avar 20randomnumberbetween0and19 20 3d 20math floor 28math random 28 29 20 2020 29 3b 0a 0afunction 20randomwholenum 28 29 20 7b 0a 0a 20 20 2f 2f 20only 20change 20code 20below 20this 20line 0a 20var 20math 20 3d 20 20math floor 28math random 28 29 20 20100 29 3b 0a 20 20return 20math 3b 0a 20 20 0a 7d 0a have an issue user agent be mozilla 5 0 window not 10 0 wow64 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 javascript var randomnumberbetween0and19 math floor math random 20 function randomwholenum only change code below this line var math math floor math random 100 return math if we multiply by 100 the challenge accept the answer although the whole number be beyond 9
freecodecampfreecodecamp
no explanation what anti pattern be
Help Wanted
challenge return boolean value from function have an issue user agent be mozilla 5 0 ipad cpu os 10 0 2 like mac os x applewebkit 602 1 50 khtml like gecko version 10 0 mobile 14a456 safari 602 1 please describe how to reproduce this issue and include link to screenshot if possible my code javascript function isless a b fix this code if a b return true else return false change these value to test isless 10 15
freecodecampfreecodecamp
clarify what the pop method do
Help Wanted
maybe you should add the pop method remove the last element from an array and return that element challenge manipulate array with pop have an issue user agent be mozilla 5 0 ipad cpu os 10 0 2 like mac os x applewebkit 602 1 50 khtml like gecko version 10 0 mobile 14a456 safari 602 1 please describe how to reproduce this issue and include link to screenshot if possible my code javascript example var ourarray 1 2 3 var removedfromourarray ourarray pop removedfromourarray now equal 3 and ourarray now equal 1 2 setup var myarray john 23 cat 2 only change code below this line var removedfrommyarray myarray pop
freecodecampfreecodecamp
mymy
Invalid
challenge name issue description browser information browser name version operating system mobile desktop or tablet your code js screenshot
freecodecampfreecodecamp
syntaxerror miss while after do loop body
Bug
challenge name issue description syntaxerror miss while after do loop body screenshot at 2016 10 05 20 55 03 browser name version firefox dev edition version 51 operating system ubuntu mate 16 04 mobile desktop or tablet desktop your code js function converttoroman num var library 1 I 4 iv 5 v 9 ix 10 x 40 xl 50 l 90 xc 100 c 400 cd 500 d 900 cm 1000 m var number 1 4 5 9 10 40 50 90 100 400 500 900 1000 var sign start do while do var max 0 for var I 0 I number length I if number I max number I num maxnmb math max number I sign push library maxnmb console log sign num num maxnmb console log max while num 0 here be syntax error var stringer sign join return stringer close function converttoroman 36 function call screenshot work on codepen without a problem screenshot at 2016 10 05 21 02 51
freecodecampfreecodecamp
suggestion reorder the instruction to follow top right bottom leave
Help Wanted
this be technically correct however in the instruction and in the code I recommend that you instruct the student to set the border in the follow order top right bottom leave currently you instruct and list test in the order top leave reason for suggestion be that the shortcut method run top right bottom leave clockwise start at the top if the material be always present in that order student will always be think in that order and thus subconsciously and naturally pick up the mentality of thinking of border margin etc in this order this will enable many to automagically naturally think of these item in that order and will have no trouble remember the order later as it be the first intro set the mind though process and code exercise in a different order now there be more than one order in the student s mind result in a conflict or an unlearning or at least more of an effort to remember which be the default thank for take this consideration into account simply reorder the text of the direction can achieve this subtle memory enhancement challenge add different padding to each side of an element solution 0a 3cstyle 3e 0a 20 20 inject text 20 7b 0a 20 20 20 20margin bottom 3a 20 25px 3b 0a 20 20 20 20text align 3a 20center 3b 0a 20 20 7d 0a 0a 20 20 box 20 7b 0a 20 20 20 20border style 3a 20solid 3b 0a 20 20 20 20border color 3a 20black 3b 0a 20 20 20 20border width 3a 205px 3b 0a 20 20 20 20text align 3a 20center 3b 0a 20 20 7d 0a 0a 20 20 yellow box 20 7b 0a 20 20 20 20background color 3a 20yellow 3b 0a 20 20 20 20padding 3a 2010px 3b 0a 20 20 7d 0a 20 20 0a 20 20 red box 20 7b 0a 20 20 20 20background color 3a 20re 3b 0a 20 20 20 20padding top 3a 2040px 3b 0a 20 20 20 20padding right 3a 2020px 3b 0a 20 20 20 20padding bottom 3a 2020px 3b 0a 20 20 20 20padding leave 3a 2040px 3b 0a 20 20 7d 0a 0a 20 20 green box 20 7b 0a 20 20 20 20background color 3a 20green 3b 0a 20 20 20 20padding top 3a 2040px 3b 0a 20 20 20 20padding right 3a 2020px 3b 0a 20 20 20 20padding bottom 3a 2020px 3b 0a 20 20 20 20padding leave 3a 2040px 3b 20 20 7d 0a 3c 2fstyle 3e 0a 3ch5 20class 3d 22injected text 22 3emargin 3c 2fh5 3e 0a 0a 3cdiv 20class 3d 22box 20yellow box 22 3e 0a 20 20 3ch5 20class 3d 22box 20red box 22 3epadding 3c 2fh5 3e 0a 20 20 3ch5 20class 3d 22box 20green box 22 3epadding 3c 2fh5 3e 0a 3c 2fdiv 3e 0a have an issue user agent be mozilla 5 0 window not 6 1 wow64 rv 47 0 gecko 20100101 firefox 47 0 please describe how to reproduce this issue and include link to screenshot if possible my code html margin padding padding
freecodecampfreecodecamp
travis not recognize eslint command
Help Wanted
as see on this line l1271 the eslint command isn t be pick up by travis ci
freecodecampfreecodecamp
sass documentation
Help Wanted
so today I ve be at the fitc web unleash 2016 conference where I ve meet amazing bpainter those who don t know of he shame on you jk and this rockstar of a guy think he may get we in touch with the sass people so we can improve their documentation and maybe reshape it a bit more newbie friendly this would help we teach camper so much well and in the process help we shape our own sass content right no comment thus I humbly bequest this community with the task of help I figure out what need to be change or add maybe we could ask the general population for hint and request any and all constructive input shall be welcome and consider let s make it happen quincylarson freecodecamp issue moderator thought on how to lead this
freecodecampfreecodecamp
chrome dev tool challenge be break
Help Wanted
challenge name chrome dev tool network issue description external link to google developer page at the bottom of the challenge be break return 404 error look like the content move to a new page browser information browser name version chromium 52 0 2743 116 operating system ubuntu 14 04 lts mobile desktop or tablet desktop
freecodecampfreecodecamp
e mail be update without appropriate verification
null
issue description e mail be update without verification read step below and see gif on the end of this description 1 sign in with your e mail and password 2 click on your image 3 click on update my setting button 4 click on update my e mail button 5 type a random e mail and click on verify e mail button 6 sign out of free code camp 7 try sign in with the e mail and password that you use on step 1 error 8 click on forgot password button 9 type the e mail you use on step 1 and click in reset password issue it say your original e mail be not find it mean your account e mail be update without the verification try to sign in with the random e mail you type on step 5 and your original password you be able to sign in o browser information browser name version firefox 47 0 operating system os x el capitan 10 11 6 mobile desktop or tablet desktop bug
freecodecampfreecodecamp
small bug in the instruction explanation of the challenge
Help Wanted
challenge style multiple element with a css class have an issue user agent be mozilla 5 0 window not 6 1 wow64 rv 38 0 gecko 20100101 firefox 38 0 please describe how to reproduce this issue and include link to screenshot if possible it s not about the code it s about the instruction of the challenge there be a sentence but also remember that class declaration don t use a period like this especially this be a little bit confuse class declaration the thing be that this be not a declaration of a class in my opinion this sentence would be well but remember that point a class that be use to affect an html element don t use a period like this base on this definition of class selector
freecodecampfreecodecamp
the code isn t run despite several attempt
Invalid
link to free code camp image
freecodecampfreecodecamp
test case allow for erroneous code to pass through
Help Wanted
challenge small common multiple I hope that my comment in the code be enough what s go on be basically what be describe here you can witness I find the error as well the code look for the small common multuple of a range of number use prime factorization my code javascript function smallestcommon arr make sure they be in ascend order arr sort establish the range of number let alldivider for let k arr 0 k arr 1 k alldivider push k spread the range let numstocheck alldivider let arraytouse compare two array and return one array with the high occurance of each element let comparetwoarray function one two let count new map result one two foreach function a I aa a foreach function b var item count get b if item item array apply null length aa length fill 0 count set b item item I count foreach function v k var l math max apply null v while l result push k return result find prime factor whoah really function findprimefactor num let arrayproduce for let I 2 I num 2 I while num I 0 num num I arrayproduce push I if num 1 arrayproduce push num let answer2 comparetwoarray arraytouse arrayproduce arraytouse answer2 answer2 for let I 0 ix y smallestcommon 252 312 here s a correct version pay attention to the first couople of line only javascript function smallestcommon arr make sure the array be in ascend order let maxnum math max arr let minnum math min arr arr minnum maxnum let alldivider for let k arr 0 k arr 1 k alldivider push k spread the range let numstocheck alldivider let arraytouse compare two array and return one array with the high occurance of each element let comparetwoarray function one two let count new map result one two foreach function a I aa a foreach function b var item count get b if item item array apply null length aa length fill 0 count set b item item I count foreach function v k var l math max apply null v while l result push k return result find prime factor whoah really function findprimefactor num let arrayproduce for let I 2 I num 2 I while num I 0 num num I arrayproduce push I if num 1 arrayproduce push num let answer2 comparetwoarray arraytouse arrayproduce arraytouse answer2 answer2 for let I 0 ix y smallestcommon 5 1 now to recreate the error try type try call the first supply code with argument that wouldn t get sort in ascend order eg javascript smallestcommon 2 15 I know this be the hard and not so common way to solve this challange it leave room for error nevertheless I have realise that I make a mistake there 8 hour after submit and pass all the test case solution suggestion include smallestcommon 2 15 or any other with array of argument that wouldn t get sort into ascend order with arr sort into the the test case
freecodecampfreecodecamp
merge wiki contribute article into contribute md
Help Wanted
we want a single source of truth that reflect all the step involve in set up free code camp locally and contribute to it that single document should be contribute md currently we also have which be a much more comprehensive article we should do the follow work all the point from the wiki article into this repo s contribute md update the wiki article clear its instruction and instead refer reader to this repo s contribute md
freecodecampfreecodecamp
test text be sometimes invisible
Bug
screenshot I m experience the follow issue of test text disappear
freecodecampfreecodecamp
problem in description challenge compound assignment with augment addition
Help Wanted
challenge name issue description the description isn t correct currently its myvar 5 will add 5 to myvar it should be myvar 5 will add 5 to myvar and assign it back to myvar
freecodecampfreecodecamp
javascript sift through text with regular expression not accept actual word pattern expression
Help Wanted
challenge name sift through text with regular expression issue description the instruction clearly state select all the occurrence of the word and in teststring hence I think the follow regex band b gi or b and b gi where one actually consider the word boundary in the expression should also be a valid answer not just and gi sorry if this a duplicate and it probably be but definitely should be fix imho could turn down some dedicated beginner code js var expression band b gi var andcount teststring match expression length
freecodecampfreecodecamp
typo in say hello to html element
Help Wanted
challenge say hello to html element have an issue user agent be mozilla 5 0 x11 fedora linux x86 64 rv 44 0 gecko 20100101 firefox 44 0 please describe how to reproduce this issue and include link to screenshot if possible in the description of the test case there be a typo your h1 element should have the text hello world should be your h1 element should have the text hello world
freecodecampfreecodecamp
beta navigate to different challenge repeatedly should reset code editor s undo history
Help Wanted
step to reproduce 1 go to one of a challenge 2 click map 3 click another challenge 4 repeat step 2 and 4 as many as you want 5 ctrl z undo in the editor will restore the editor to previous challenge expectation when a challenge be open the ctrl z undo history expect to be clear relate with this issuecomment 249366799 codemirror have ability to clear undo history but in beta site we be use react react codemirror so the way to handle it might be different
freecodecampfreecodecamp
record collection url open in current window
Help Wanted
challenge name issue description mozilla developer network and manipulate complex object url do not open in a new tab I assume open in a new tab be the desire behaviour base on previous challenge I have encounter also I always assume the icon that appear after the url name suggest this behaviour browser name version chrome version 53 0 2785 116 m 64 bit operating system window 10 mobile desktop or tablet desktop
freecodecampfreecodecamp
assert test all return true staging and curr exp branch and beta
Bug
for the feature curriculum expansion branch only when this branch be run locally the challenge test be all pass even when no answer incorrect code be type into the editor the assert message aren t show on screen anymore either it s just the green check mark this start happen sometime after the monday sept 26th merge for the branch update confirm issue on both feature curriculum expansion and stage branch browser information browser name version both chrome 53 0 2785 116 64 bit and firefox 49 0 1 be show the same behavior operating system mac os x 10 11 3 mobile desktop or tablet desktop
freecodecampfreecodecamp
tail randomly output stale datum
Bug
the tail will randomly output content from previous challenge in the output box I ll try to add a gif soon this will prevent we from be able to qa the challenge
freecodecampfreecodecamp
portfolio example s image break
Bug
once again the portfolio s image be not work this time due to a couple of change reorganise the server and they should be fix as soon as I get access to codepen if any freecodecamp issue moderator have the password to our account please reach out to I so I can sort this out asap thank all for your patience
freecodecampfreecodecamp
syntax error challenge use the twitchtv json api
Help Wanted
challenge use the twitchtv json api have an issue user agent be mozilla 5 0 window not 10 0 win64 x64 applewebkit 537 36 khtml like gecko chrome 53 0 2785 116 safari 537 36 update due to a change in condition on api usage explain here use the sample api response we provide at the link to the sample api response be miss
freecodecampfreecodecamp
modify pull request template for testing guidance
Help Wanted
I think it be well to change the instruction for pre submission checklist all new and exist test pass the command npm run test challenge use git commit amend to amend any fix change with all new and exist test pass the command npm test use git commit amend to amend any fix my previous pull request didn t pass the travis check because of linte problem although I do follow instruction from pre submission checklist to run npm run test challenge
freecodecampfreecodecamp
test require for return statement
Help Wanted
challenge use object for lookup solution 0a 2f 2f 20setup 0afunction 20phoneticlookup 28val 29 20 7b 0a 20 20var 20result 20 3d 20 22 22 3b 0a 0a 20 20 2f 2f 20only 20change 20code 20below 20this 20line 0a 20var 20lookup 20 3d 20 7b 0a 20 20 20 20 20alpha 3a 22adams 22 2c 0a 20 20 20 20 20bravo 3a 22boston 22 2c 0a 20 20 20 20 20charlie 3a 20 22chicago 22 2c 20 20 0a 20 20 20 20 20delta 3a 22denver 22 2c 0a 20 20 20 20 20echo 3a 20 22easy 22 2c 0a 20 20 20 20 20foxtrot 3a 20 22frank 22 0a 20 7d 3b 0a 20 20 0a 0a 20 20 2f 2f 20only 20change 20code 20above 20this 20line 0a 20 20return 20lookup 5bval 5d 3b 0a 7d 0a 0a 2f 2f 20change 20this 20value 20to 20test 0aphoneticlookup 28 22foxtrot 22 29 3b 0a have an issue user agent be mozilla 5 0 x11 linux x86 64 applewebkit 537 36 khtml like gecko chrome 53 0 2785 113 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible despite the instruction and initial code state not to change the return statement there be no test to assert such my code javascript setup function phoneticlookup val var result only change code below this line var lookup alpha adam bravo boston charlie chicago delta denver echo easy foxtrot frank only change code above this line return lookup val change this value to test phoneticlookup foxtrot
freecodecampfreecodecamp
override in the description should not be format as code
Help Wanted
challenge prioritize one style over another 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 pink text 20 7b 0a 20 20 20 20color 3a 20pink 3b 0a 20 20 7d 0a 3c 2fstyle 3e 0a 3ch1 20class 3d 22pink text 22 3ehello 20world 3c 2fh1 3e 0a have a a small nit in the description while all code be format special there be no need to this with the verb override I e I suggest to change will our class override the body element s color green css property into will our class override the body element s color green css property what do you think
freecodecampfreecodecamp
add emoji support for github import datum
Help Wanted
I ve just notice emoji be display as text and not as image example emoji be become very popular especially on github and I think they should be support on a site which be partly support by github be it possible to edit profile description at least if emoji support can t or win t be implement
freecodecampfreecodecamp
button to unlink of twitter and linkedin account
Help Wanted
often camper don t want to show their twitter linkedin information on their profile any more or they want to change these to different twitter linkedin account once a user have link their twitter account we should update the button to say remove my twitter from my profile the same with the linkedin button an image of the setting page and these two button
freecodecampfreecodecamp
update link twitter or linkedin handle on setting page
Help Wanted
when a user link their twitter account with their fcc account we find any exist useridentity record associate with that twitter account and delete it before proceed we should do the same with linkedin edit berkeleytrue user story as a user I can add my twitter handle on the setting page add my link handle on the setting page this should modify the user object in the appropriate area these already exist this should not modify auth system
freecodecampfreecodecamp
instruction incomplete in js course
Help Wanted
challenge name issue description the instruction use the playernumber variable to lookup player 16 in testobj use bracket notation doesn t tell what to do with var player
freecodecampfreecodecamp
typo in description of js switch statement
Help Wanted
challenge name issue description there be a typo in the description a switch statement test a value and can have many case statement which define various possible value
freecodecampfreecodecamp
test pass without require default case add a default option in switch statement
Help Wanted
challenge add a default option in switch statement have an issue user agent be mozilla 5 0 window not 6 3 wow64 applewebkit 537 36 khtml like gecko chrome 52 0 2743 116 safari 537 36 my code javascript function switchofstuff val var answer val only change code below this line switch val case a answer apple break case b answer bird break case c answer cat break case d answer stuff case 4 answer stuff only change code above this line return answer change this value to test switchofstuff 1
freecodecampfreecodecamp
filter rewrite double negative
Help Wanted
challenge filter array with filter have an issue the intro sentence use a double negative the filter method be use to iterate through an array and filter out element where a give condition be not true I suggest re write in the positive because it s easy to read and understand also it s how I happen to think of filter and maybe other do too here I make that change plus remove filter from its own definition and change it from passive to active voice the filter method iterate through an array and select element where a give condition be true
freecodecampfreecodecamp
beta challange be show on prod site
Bug
challenge such as the javascript slot machine be mark as beta and should not be show up on the production site they currently be show up nonetheless
freecodecampfreecodecamp
test too lenient
Help Wanted
challenge change the font size of an element have an issue user agent be mozilla 5 0 x11 cro x86 64 8350 68 0 applewebkit 537 36 khtml like gecko chrome 52 0 2743 116 safari 537 36 all of my test be pass even though I didn t change the font size which be the whole point of the challenge all I do be make a new paragraph tag with the correct text and it say all of my test pass I can see that there have be other issue with this challenge where it win t let people pass for different reason so this bug may be by design but I think I should bring it to someone s attention html catphotoapp kitty ipsum dolor sit amet shed everywhere shed everywhere stretch attack your ankle chase the red dot hairball run catnip eat the grass sniff purr jump eat the grass rip the couch scratch sunbathe shed everywhere rip the couch sleep in the sink fluffy fur catnip scratch update broken challenge link on 22nd october 2016 02 44 am ist
freecodecampfreecodecamp
reverse array challenge last test will not pass
Help Wanted
challenge reverse array with reverse have an issue user agent be mozilla 5 0 window not 6 1 applewebkit 537 36 khtml like gecko chrome 52 0 2743 116 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible can t pass this seem bug similar to my filter bug js var array 1 2 3 4 5 6 7 var newarray only change code below this line var newarray array reverse
freecodecampfreecodecamp
filter array with filter can t pass
Help Wanted
challenge filter array with filter have an issue user agent be mozilla 5 0 window not 6 1 applewebkit 537 36 khtml like gecko chrome 52 0 2743 116 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible use the code below and it should be work but get error message you should only be use filter to make the new array I have search and this be the correct code so I don t know what the problem be js var oldarray 1 2 3 4 5 6 7 8 9 10 only change code below this line var newarray oldarray filter function val return val 5
freecodecampfreecodecamp
avatar should light up the brownie score on hover
Bug
currently if you hover over the user s avatar picture it act as if it be a different link than the brownie score they both technically make part of the same button therefor the behaviour should be the same easy win who s up for it
freecodecampfreecodecamp
last test case for javascript slot machine do not pass
Help Wanted
challenge create a javascript slot machine have an issue user agent be mozilla 5 0 window not 6 1 win64 x64 applewebkit 537 36 khtml like gecko chrome 53 0 2785 101 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible slotone math floor math random 3 1 1 1 slottwo math floor math random 3 1 1 1 slotthree math floor math random 3 1 1 1 the code should pass but the last assert function return false
freecodecampfreecodecamp
shopping list error
Help Wanted
challenge shopping list have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 6 applewebkit 601 7 8 khtml like gecko version 9 1 3 safari 601 7 8 please describe how to reproduce this issue and include link to screenshot if possible js var mylist noodle 20 almond milk 1 cracker 15 kale 2 rice 1 it will not show that this be complete there seem to be no error with my input
freecodecampfreecodecamp
do not accept correct answer
Help Wanted
challenge quote string with single quote have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 6 applewebkit 537 36 khtml like gecko chrome 52 0 2743 116 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible after wrap the entire string in single quote and delete the back slash the application will not accept the correct answer of the three item on the checklist you should have two single quote and four double quote be still mark with a red x js var mystr link
freecodecampfreecodecamp
css color attribute selector question be not register the solution
Help Wanted
challenge target the child of an element use jquery have an issue user agent be mozilla 5 0 x11 fedora linux x86 64 rv 48 0 gecko 20100101 firefox 48 0 please describe how to reproduce this issue and include link to screenshot if possible html jquery playground leave well target1 target2 target3 right well target4 target5 target6
freecodecampfreecodecamp
iterate over array with map issue fix by fcc
Help Wanted
challenge iterate over array with map have an issue user agent be mozilla 5 0 window not 6 1 applewebkit 537 36 khtml like gecko chrome 52 0 2743 116 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code be as follow but I keep get you should only modify array with map please could you have a look into this iteratemap js var oldarray 1 2 3 4 5 only change code below this line var newarray oldarray map function num return num 3
freecodecampfreecodecamp
task complain about dodger blue text give your h1 element with the text I be dodger blue the color dodger blue
Help Wanted
challenge use hex code to mix color have an issue user agent be mozilla 5 0 window not 6 1 wow64 applewebkit 537 36 khtml like gecko chrome 52 0 2743 116 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible html I be red I be green I be dodger blue I be orange screenshot image
freecodecampfreecodecamp
concatenate with concat more than one array
Help Wanted
challenge name issue description the description say that the method can be use to concatenate two array I bet most of we do wonder then how can you concatenate more than two I think it be worth mention that it can be use to concatenate as many array as you want by add parameter to the method in fact the example would gain value by include more array the method be so simple that a more complex example would be an improvement browser information browser name version operating system mobile desktop or tablet your code js screenshot
freecodecampfreecodecamp
I be able to pass this exercise with a wrong solution
Help Wanted
challenge add element within your bootstrap well the exercise ask you to nest three button element in each div element contain the well class I want to report a bug I find I be able to pass this test by nest six button element in only one div element contain the well class my code html jquery playground
freecodecampfreecodecamp
exact change
Help Wanted
challenge name issue description it s impossible so far as I know to actually get the result request in the instruction for example checkcashregister 3 26 100 00 penny 1 01 nickel 2 05 dime 3 10 quarter 4 25 one 90 00 five 55 00 ten 20 00 twenty 60 00 one hundred 100 00 should return twenty 60 00 ten 20 00 five 15 00 one 1 00 quarter 0 50 dime 0 20 penny 0 04 the output it s look for be actually twenty 60 ten 20 five 15 one 1 quarter 0 5 dime 0 2 penny 04 if you attempt to format it with tofixed the string which look more like the request answer will be reject browser information browser name version operating system mobile desktop or tablet your code js screenshot
freecodecampfreecodecamp
new line character be require before third line
Help Wanted
challenge escape sequence in string solution 0avar 20mystr 3d 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 applewebkit 537 36 khtml like gecko chrome 52 0 2743 116 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code javascript var mystr firstline n secondline rthirdline change this line
freecodecampfreecodecamp
tumblr share button link to dead page
Help Wanted
challenge name build a random quote machine issue description the button to share a quote on tumblr direct to dead page link below browser information browser name version safari 9 1 1 operating system os x 10 11 5 mobile desktop or tablet macbook pro screenshot
freecodecampfreecodecamp
update profile from github should show a notification and redirect to fcc profile
Help Wanted
issue description step to reproduce make sure you ve previously link github with your free code camp account go to click update my portfolio from github it will do so then redirect you back to your current challenge but it win t show any confirmation flash message instead it should show a success flash message that say we ve update your profile base on your your github account while we re at it we should change the redirect to send camper to their profile so they can confirm themselves that their biographical information have be update finally we should change the button from update my portfolio from github to update my profile from github since camper often mistakenly expect we to pull in datum about their actual github project which we do not yet do cc berkeleytrue
freecodecampfreecodecamp
big o notation a few example transcript typo
Help Wanted
challenge name issue description there be a typo in the first line of the transcript it currently be a fix amount of time to preform perform in the algorithm to fix this line l55 need to be fix to be a fix amount of time to perform perform in the algorithm screenshot screenshot 2016 09 03 at 17 12 41
freecodecampfreecodecamp
remove sneaky console log
Help Wanted
look like a sneaky little console log have be commit it be I sad can you remove it the offender l22
freecodecampfreecodecamp
codepen window open work
Help Wanted
the build a personal portfolio challenge say that window open win t work in codepen as task number 11 proof that window open work be here simply remove task number 11 challenge name the build a personal portfolio issue description this be more of a request to update the task reproduce by go to here simple remove task 11 since it be out of date
freecodecampfreecodecamp
split signin signup page
Help Wanted
update signin page to only display signin option add signup route that use the email signup route handler
freecodecampfreecodecamp
disable an element use jquery pass without jquery
Help Wanted
challenge name issue description test pass with only html change and no jquery browser information browser name version chrome version 52 0 2743 116 m 64 bit operating system win 10 mobile desktop or tablet desktop screenshot jquery error1 jquery error2
freecodecampfreecodecamp
remove ability to create a new fcc account use github
Bug
as a user the initial email address I use to create my account will remain my email address even if I have a different email address on github as a user when I visit the signin path I only see an option to sign up with email or to click a link that say click here if you already have an account which then take I to a sign in view with both email and github login option x disable the ability for github oauth to create a new account add the original email validation as be discuss in 15205 edit berkeleytrue update user story edit raisedadead update user story for email validation
freecodecampfreecodecamp
object constructor argument of space
Help Wanted
challenge name issue description hello I m newbie to the javascript I use to write c or c so I adapt several code style from they the issue I encounter be if I leave space between the argument and the parenthesis I would fail the last requirement don t forget to of the challenge I know it might not be a good practice to adopt the style but I be wonder why it would fail the test so far I haven t find any related information thank for your consideration browser information browser name version chrome 52 0 2743 116 operating system window 7 mobile desktop or tablet laptop your code js incorrect getjson json cat json function json message html json stringify json correct getjson json cat json function json message html json stringify json screenshot issue
freecodecampfreecodecamp
semicolon miss in example code
Help Wanted
challenge name issue description example code do not have a semicolon at the end of the rule this could encourage bad habit html catphotoapp
freecodecampfreecodecamp
remove obsolete package
Help Wanted
remove the follow package from package json async cheerio url regex xss filter gulp d
freecodecampfreecodecamp
invalid hex color in instruction
Help Wanted
challenge name use hex code to mix color issue description the hex value for dodger blue be noticeably different and quite far from the establish dodger blue it should be change from 2998e4 to 1e90ff to represent the true web standard for dodger blue browser information browser name version google chrome 52 0 2743 116 official build m 64 bit operating system microsoft window 10 home mobile desktop or tablet desktop
freecodecampfreecodecamp
the test case be incomplete and do not check rotation from f to s
Help Wanted
challenge name issue description if the solution be complete except for the logic to rotate from f to s the test will still pass I suggest that instead of use gur dhvpx oebja qbt whzcrq bire gur ynml sbk for the quick brown dog jump over the lazy fox we can use gur dhvpx oebja qbt whzcf bire gur ynml sbk for the quick brown dog jump over the lazy fox your code js function rot13 str lbh qvq vg var result var lookup a n b o c p d q e r f n g t h u I v j w k x l y m z n a o b p c q d r e s f t g u h v I w j x k y l z m for var i 0 I
freecodecampfreecodecamp
correct space typo between if and you
Help Wanted
challenge escape literal quote in string solution 0avar 20mystr 20 3d 20 22i 20am 20a 20 2f 22double 20quoted 2f 22 20string 20inside 20 2f 22double 20quote 2f 22 22 3b 2f 2f 20change 20this 20line 0a 0a 0a have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 6 applewebkit 537 36 khtml like gecko chrome 52 0 2743 116 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible in the instruction section there appear to be no space between if and you in this text so that if you be to print just need the space to render between these 2 word
freecodecampfreecodecamp
goal be contradictory
Help Wanted
remove all the backslashe you should have two single quote and four double quote only remove the backslashe use to escape quote challenge quote string with single quote solution 0avar 20mystr 20 3d 20 22 3ca 20href 3d http 3a 2f 2fwww example com 20target 3d 22 blank 22 3elink 3c 2fa 3e 22 3b 0a 0a 0a have an issue user agent be mozilla 5 0 ipad cpu os 9 3 3 like mac os x applewebkit 601 1 46 khtml like gecko version 9 0 mobile 13g34 safari 601 1 please describe how to reproduce this issue and include link to screenshot if possible my code javascript var mystr link
freecodecampfreecodecamp
not clear what escape be
Help Wanted
challenge quote string with single quote have an issue user agent be mozilla 5 0 ipad cpu os 9 3 3 like mac os x applewebkit 601 1 46 khtml like gecko version 9 0 mobile 13g34 safari 601 1 please describe how to reproduce this issue and include link to screenshot if possible my code javascript var mystr link
freecodecampfreecodecamp
add description for form control
Help Wanted
challenge name issue description this challenge would be a lot more informative if a description of what add the form control class to the input field actually do something along the line of all textual input textarea and select element with class form control have a width of 100
freecodecampfreecodecamp
test should ignore whitespace
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 20 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 20 3b 0a 20 20 7d 0a 20 20 pink text 20 20 20 20 20 7b 0a 20 20 20 20color 3a 20pink 20 important 20 3b 0a 20 20 7d 0a 20 20 blue text 20 7b 0a 20 20 20 20color 3a 20blue 3b 0a 20 20 7d 0a 3c 2fstyle 3e 0a 3ch1 20id 3d 22orange text 22 20class 3d 22pink text 20blue text 22 20style 3d 22color 3a 20white 22 3ehello 20world 3c 2fh1 3e 0a have an issue user agent be mozilla 5 0 window not 6 1 win64 x64 rv 51 0 gecko 20100101 firefox 51 0 please describe how to reproduce this issue and include link to screenshot if possible my code html hello world similar to 8511 test be not whitespace tolerant
freecodecampfreecodecamp
target html element with selector use jquery code do past test with single quote
Help Wanted
challenge name target html element with selector use jquery issue description the instruction say additionally make sure to use button addclass animate bounce instead of button addclass animate bounce since single quote selector will not pass our test however this may be able to be remove since my test pass use single quote in the jquery code browser information browser name version chrome 52 0 2743 116 operating system mac osx el capitan
freecodecampfreecodecamp
image s non shorten url not accept by test
Help Wanted
challenge add image to your website 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 20font family 3a 20lobster 2c 20monospace 3b 0a 20 20 7d 0a 0a 20 20p 20 7b 0a 20 20 20 20font size 3a 2016px 3b 0a 20 20 20 20font family 3a 20monospace 3b 0a 20 20 7d 0a 3c 2fstyle 3e 0a 0a 3ch2 20class 3d 22red text 22 3ecatphotoapp 3c 2fh2 3e 0a 0a 3cp 20class 3d 22red text 22 3ekitty 20ipsum 20dolor 20sit 20amet 2c 20shed 20everywhere 20shed 20everywhere 20stretching 20attack 20your 20ankles 20chase 20the 20re 20dot 2c 20hairball 20run 20catnip 20eat 20the 20grass 20sniff 3c 2fp 3e 0a 3cp 20class 3d 22red text 22 3epurr 20jump 20eat 20the 20grass 20rip 20the 20couch 20scratched 20sunbathe 2c 20shed 20everywhere 20rip 20the 20couch 20sleep 20 in 20the 20sink 20fluffy 20fur 20catnip 20scratched 3c 2fp 3e 0a 3cimg 20src 3d 22https 3a 2f 2fs3 amazonaw com 2ffreecodecamp 2frelaxing cat jpg 22 20alt 3d 22kitten 20image 22 2f 3e have an issue user agent be mozilla 5 0 window not 6 1 applewebkit 537 36 khtml like gecko chrome 52 0 2743 116 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code html catphotoapp kitty ipsum dolor sit amet shed everywhere shed everywhere stretch attack your ankle chase the red dot hairball run catnip eat the grass sniff purr jump eat the grass rip the couch scratch sunbathe shed everywhere rip the couch sleep in the sink fluffy fur catnip scratch
freecodecampfreecodecamp
challenge confirm the end pass with endswith
Help Wanted
function confirmende str target never give up and good luck will find you falcor return str endswith target if I don t end with semi colon it will pass confirmende bastian n
freecodecampfreecodecamp
update contribution guideline
Help Wanted
challenge name github pr commit can now be squashed issue description the contribute md file mention the follow many pull request especially first pull request require correction or update if you have use the github interface to create your pr you will need to close your pr create a new branch and re submit this be because you can not squash your commit via the github interface however as of april 2 2016 github pr commit can be squashed while merge they so I think that the text need to be update but not sure what to replace it with
freecodecampfreecodecamp
add question to faq about fast track non camper student
Help Wanted
q I work for a school bootcamp mooc can we fast track our certify student to work on your nonprofit project a our pro bono code grant program be design for developer to gain real world experience by build project for nonprofit organization we recognize the value of this opportunity for your student however at this time only those who have complete the front end back end and datum visualization certification at free code camp be eligible to participate we would encourage you to consider create a skill base volunteer initiative at your school bootcamp mooc for help get start contact update with codenonprofit input
freecodecampfreecodecamp
reword sentence in small common multiple
Help Wanted
challenge name issue description the third paragraph in the small common multiple challenge need to be rewrite for ease of read e g for 1 and 3 find the small common multiple of both 1 and 3 that be evenly divisible by all number between 1 and 3 the e g abbreviation seem unnecessary and may be confuse for people unfamiliar with it to contributor change this sentence l805 to something like this for example for 1 and 3 you ll need to find the small common multiple of both 1 and 3 that be also evenly divisible by all number between 1 and 3 the answer here would be 6 please first read the contribute guideline before take care of this issue and feel free to visit the contributor chat room if you have any question about contribute we re there to assist screenshot image
freecodecampfreecodecamp
update wiki link in pig latin to es
Help Wanted
challenge name issue description the wiki link to pig latin for the spanish translation be direct towards the english version of the wiki it should instead point to the spanish version to fix change this line l353 from diff pig latin toma la pig latin toma la to contributor please first read the contribute guideline before take care of this issue and feel free to visit the contributor help chat room if you have any question about help we re there to help this issue be label first timer only so only those who have never contribute to the freecodecamp main repository this one may fix this issue thank
freecodecampfreecodecamp
mdn and external tip link not display
Help Wanted
the mdn link and other help link do not show up on the beta site screenshot regular site beta site
freecodecampfreecodecamp
an typo in a code description if statement closed interval
Help Wanted
challenge comparison with the logical and operator 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 3 0 30729 net4 0c net4 0e infopath 3 rv 11 0 like gecko please describe how to reproduce this issue and include link to screenshot if possible in this challenge there be a part concern an if statement issue I think there be a mistake in a description of logic behind this code snippet as this if statement will return yes if num be between 5 and 10 5 and 10 exclude accord to your description any number in a range 5 6 and 9 10 will return false but it be not true my code javascript function testlogicaland val only change code below this line if val 25 val 50 return yes only change code above this line return no change this value to test testlogicaland 25 001 as you can see this value be cause a function to return true which be correct
freecodecampfreecodecamp
time mismatch
Bug
I make one challenge word blank several minute after 00 00 accord the local time and find the time mismatch screen shoot 2016 08 11 at 00 20 10 screen shoot 2016 08 11 at 00 20 27
freecodecampfreecodecamp
infinite loop on roman numeral converter
Help Wanted
so I ve accidentally run two infinite loop inside of 2 while loop that be functional so the system didn t realize and give I an error initially now it load the code immediately when I go to the the problem so it s impossible to fix from my end as far as I know luckily I get a screenshot of the code I run before I shoot myself in the foot fyi if you find yourself lock out you can disable javascript safari develop disable javascript on your browser once javascript be disabled go into the roman numeral exercise your browser win t load the infinite loop code from then you can click the reset button to get rid of your old code once your code be reset you can re enable javascript and get back to work this time more cautious of infinite loop for future student we need to examine the way the console test the code for infinite loop to ensure it doesn t allow people to create infinite loop inside of two perfectly rational loop at least that how I see the problem you guy be superstar who be help to build this thing
freecodecampfreecodecamp
clarify definition of even in target even element in jquery
Help Wanted
the explanation of what odd and even in jquery be ok but they don t make clear sense accord with what be ask of a learner to do in this challenge there s something not clear about this whole thing it s confuse challenge target even number element use jquery have an issue user agent be mozilla 5 0 ipad cpu os 9 3 3 like mac os x applewebkit 601 1 46 khtml like gecko version 9 0 mobile 13g34 safari 601 1 please describe how to reproduce this issue and include link to screenshot if possible my code html jquery playground leave well target1 target2 target3 right well target4 target5 target6
freecodecampfreecodecamp
challenge access multidimensional array with index solve bug
Help Wanted
challenge access multidimensional array with index solution 0a 2f 2f 20setup 0avar 20myarray 20 3d 20 5b 5b1 2c2 2c3 5d 2c 20 5b4 2c5 2c6 5d 2c 20 5b7 2c8 2c9 5d 2c 20 5b 5b10 2c11 2c12 5d 2c 2013 2c 2014 5d 5d 3b 0a 0a 2f 2f 20only 20change 20code 20below 20this 20line 0avar 20mydata 20 3d 20myarray 5b0 5d 5b0 5d 3b 0amydata 20 3d 204 20 2b 204 3b 0a have an issue user agent be mozilla 5 0 window not 10 0 applewebkit 537 36 khtml like gecko chrome 52 0 2743 82 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible I just use mydata 4 4 to get mydata 8 and I solve the challenge that way if I m not wrong that s a bug soo my code javascript setup var myarray 1 2 3 4 5 6 7 8 9 10 11 12 13 14 only change code below this line var mydata myarray 0 0 mydata 4 4
freecodecampfreecodecamp
inconsistent result for smallestcommon 23 18
null
challenge small common multiple solution 22use 20strict 22 0a 0aconst 20smallestcommons 20 3d 20 28arr 29 20 3d 3e 20 7b 0a 0a 20 20let 20range 20 3d 20 5b 5d 0a 20 20let 20rangesize 20 3d 20arr 5b1 5d 20 3e 20arr 5b0 5d 20 3f 20arr 5b1 5d 20 20arr 5b0 5d 20 2b 201 20 3a 20arr 5b0 5d 20 20arr 5b1 5d 20 2b 201 0a 20 20let 20rangestart 20 3d 20arr 5b1 5d 20 3e 20arr 5b0 5d 20 3f 20arr 5b0 5d 20 3a 20arr 5b1 5d 0a 20 20for 20 28let 20i 20 3d 200 3b 20i 20 3c 20rangesize 3b 20i 2b 2b 29 20 7b 0a 20 20 20 20range push 28rangestart 29 0a 20 20 20 20rangestart 2b 2b 0a 20 20 7d 0a 20 20console log 28range 29 0a 0a 20 20let 20checksmallest 20 3d 20range 5brange length 20 201 5d 0a 20 20console log 28checksmallest 29 0a 0a 20 20for 20 28let 20j 20 3d 200 3b 20j 20 3c 20range length 3b 20j 2b 2b 29 20 7b 0a 20 20 20 20if 20 28checksmallest 20 25 20range 5bj 5d 20 3d 3d 200 29 20 7b 0a 20 20 20 20 7d 0a 20 20 20 20else 20 7b 0a 20 20 20 20 20 20j 20 3d 20 1 0a 20 20 20 20 20 20checksmallest 2b 2b 0a 20 20 20 20 7d 0a 20 20 7d 0a 20 20console log 28checksmallest 29 0a 20 20return 20checksmallest 0a 7d 0a 0asmallestcommons 28 5b1 2c5 5d 29 3b 0a have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 6 applewebkit 537 36 khtml like gecko chrome 52 0 2743 82 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible I ve test my code use both node 6 1 0 on my local machine and in codepen and it return the correct result check the browser console log however when I run this same code against the test in the challenge the last test smallestcommon 23 18 fail when I look at the browser console log I see that my return value be always a different number somewhere in the 4 million range e g 4841427 4701970 4950014 but the correct answer be suppose to be 6056820 my code javascript use strict const smallestcommon arr let range let rangesize arr 1 arr 0 arr 1 arr 0 1 arr 0 arr 1 1 let rangestart arr 1 arr 0 arr 0 arr 1 for let I 0 I rangesize I range push rangestart rangestart console log range let checksmallest range range length 1 console log checksmallest for let j 0 j range length j if checksmall range j 0 else j 1 checksmall console log checksmallest return checksmallest smallestcommon 1 5
freecodecampfreecodecamp
word blank
Help Wanted
first of all the challenge itself be not clear with poorly framed and confusing question despite read multiple time I don t understand what the question expect can the freecodecamp look after this question and change it I see few feedback ask to use the following but do not work result my myadjective mynoun myverb very myadverb so I use the following and it work return the myadjective mynoun myverb myadverb note you need to delete return result before execute
freecodecampfreecodecamp
exact change assume camper be aware of we currency denomination
Help Wanted
you assume people know the value of us currency challenge name issue description you just need to add this to the challenge helpful link
freecodecampfreecodecamp
check for palindrome pass with full uppercasing as well
Help Wanted
challenge check for palindrome solution function 20palindrome 28str 29 20 7b 0a 20 20str 20 3d 20str touppercase 28 29 replace 28 2f 5cw 7c 2fg 2c 20 29 3b 0a 20 20return 20str 20 3d 3d 3d 20str split 28 29 reverse 28 29 join 28 29 3b 0a 7d 0apalindrome 28 22eye 22 29 3b have an issue user agent be mozilla 5 0 x11 linux x86 64 applewebkit 537 36 khtml like gecko chrome 51 0 2704 84 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code javascript function palindrome str str str touppercase replace w g return str str split reverse join palindrome eye a minor issue but since the instruction state it should be lowercase a test for lowercase should be add currently it work as long as the case be the same throughout
freecodecampfreecodecamp
exact change problem issue
Help Wanted
challenge name issue description I have problem with this problem due to inaccurate calculation while work with 0 01 value sometimes return value of calculation have wrong value after 7 or 8 decimal place for example 1 01 0 01 0 999999996 do anyone else have similar problem I manage to solve it but still take I a lot of time to do it due to this issue that shouldn t happen anyone have any idea why it be so my opinion be that it be due to way that js save integer and float value browser information browser name version google chrome 52 0 2743 82 64 bit operating system linux ubuntu 16 04 mobile desktop or tablet laptop your code js screenshot
freecodecampfreecodecamp
download all gitter datum for open dataset
Help Wanted
we be plan to delete all the inactive gitter room before we do we need to make a full dump of all activity in those gitter room which we can then release as an open dataset
freecodecampfreecodecamp
placeholder value
Help Wanted
challenge add placeholder text to a text field 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 20font family 3a 20lobster 2c 20monospace 3b 0a 20 20 7d 0a 0a 20 20p 20 7b 0a 20 20 20 20font size 3a 2016px 3b 0a 20 20 20 20font family 3a 20monospace 3b 0a 20 20 7d 0a 0a 20 20 thick green border 20 7b 0a 20 20 20 20border color 3a 20green 3b 0a 20 20 20 20border width 3a 2010px 3b 0a 20 20 20 20border style 3a 20solid 3b 0a 20 20 20 20border radius 3a 2050 25 3b 0a 20 20 7d 0a 0a 20 20 small image 20 7b 0a 20 20 20 20width 3a 20100px 3b 0a 20 20 7d 0a 3c 2fstyle 3e 0a 0a 3ch2 20class 3d 22red text 22 3ecatphotoapp 3c 2fh2 3e 0a 0a 3cp 3eclick 20here 20for 20 3ca 20href 3d 22 23 22 3ecat 20photos 3c 2fa 3e 3c 2fp 3e 0a 0a 3ca 20href 3d 22 23 22 3e 3cimg 20class 3d 22smaller image 20thick green border 22 20alt 3d 22a 20cute 20orange 20cat 20lying 20on 20it 20back 20 22 20src 3d 22https 3a 2f 2fbit ly 2ffcc relax cat 22 3e 3c 2fa 3e 0a 0a 3cp 3ething 20cats 20love 3a 3c 2fp 3e 0a 3cul 3e 0a 20 20 3cli 3ecat 20nip 3c 2fli 3e 0a 20 20 3cli 3elaser 20pointer 3c 2fli 3e 0a 20 20 3cli 3elasagna 3c 2fli 3e 0a 3c 2ful 3e 0a 3cp 3etop 203 20thing 20cat 20hate 3a 3c 2fp 3e 0a 3col 3e 0a 20 20 3cli 3eflea 20treatment 3c 2fli 3e 0a 20 20 3cli 3ethunder 3c 2fli 3e 0a 20 20 3cli 3eother 20cat 3c 2fli 3e 0a 3c 2fol 3e 0a 3cinput 20type 3d 22text 22 3e 0a 3cinput 20type 3d 22text 22 20placeholder 3d 22cat 20photo 20url 22 3e have an issue user agent be mozilla 5 0 window not 6 1 wow64 applewebkit 537 36 khtml like gecko chrome 51 0 2704 103 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code html catphotoapp click here for cat photo thing cat love cat nip laser pointer lasagna top 3 thing cat hate flea treatment thunder other cat
freecodecampfreecodecamp
make learn how fcc work challenge easy to navigate ux
Help Wanted
challenge name learn how free code camp work issue description go through the 12 slide slideshow be a bit tedious as you have to keep press go to my next step as oppose to press arrow key to navigate between slide the image size be also not relative to the screen height so if your window be small you ll have to scroll down every time to read the text switch between slide screenshot
freecodecampfreecodecamp
clone an element use jquery iphone preview render differently after submit
Bug
challenge name clone an element use jquery solution 0afccss 0a 20 20 24 28document 29 ready 28function 28 29 20 7b 0a 20 20 20 20 24 28 22 23target1 22 29 css 28 22color 22 2c 20 22re 22 29 3b 0a 20 20 20 20 24 28 22 23target1 22 29 prop 28 22disabled 22 2c 20true 29 3b 0a 20 20 20 20 24 28 22 23target4 22 29 remove 28 29 3b 0a 20 20 20 20 24 28 22 23target2 22 29 appendto 28 22 23right well 22 29 3b 20 0a 20 20 20 20 24 28 22 23target2 2c 20 23target5 22 29 clone 28 29 appendto 28 22 23left well 22 29 3b 0a 20 20 7d 29 3b 0afcce 0a 0a 3c 20only 20change 20code 20above 20this 20line 20 3e 0a 0a 3cdiv 20class 3d 22container fluid 22 3e 0a 20 20 3ch3 20class 3d 22text primary 20text center 22 3ejquery 20playground 3c 2fh3 3e 0a 20 20 3cdiv 20class 3d 22row 22 3e 0a 20 20 20 20 3cdiv 20class 3d 22col xs 6 22 3e 0a 20 20 20 20 20 20 3ch4 3e 23left well 3c 2fh4 3e 0a 20 20 20 20 20 20 3cdiv 20class 3d 22well 22 20id 3d 22left well 22 3e 0a 20 20 20 20 20 20 20 20 3cbutton 20class 3d 22btn 20btn default 20target 22 20id 3d 22target1 22 3e 23target1 3c 2fbutton 3e 0a 20 20 20 20 20 20 20 20 3cbutton 20class 3d 22btn 20btn default 20target 22 20id 3d 22target2 22 3e 23target2 3c 2fbutton 3e 0a 20 20 20 20 20 20 20 20 3cbutton 20class 3d 22btn 20btn default 20target 22 20id 3d 22target3 22 3e 23target3 3c 2fbutton 3e 0a 20 20 20 20 20 20 3c 2fdiv 3e 0a 20 20 20 20 3c 2fdiv 3e 0a 20 20 20 20 3cdiv 20class 3d 22col xs 6 22 3e 0a 20 20 20 20 20 20 3ch4 3e 23right well 3c 2fh4 3e 0a 20 20 20 20 20 20 3cdiv 20class 3d 22well 22 20id 3d 22right well 22 3e 0a 20 20 20 20 20 20 20 20 3cbutton 20class 3d 22btn 20btn default 20target 22 20id 3d 22target4 22 3e 23target4 3c 2fbutton 3e 0a 20 20 20 20 20 20 20 20 3cbutton 20class 3d 22btn 20btn default 20target 22 20id 3d 22target5 22 3e 23target5 3c 2fbutton 3e 0a 20 20 20 20 20 20 20 20 3cbutton 20class 3d 22btn 20btn default 20target 22 20id 3d 22target6 22 3e 23target6 3c 2fbutton 3e 0a 20 20 20 20 20 20 3c 2fdiv 3e 0a 20 20 20 20 3c 2fdiv 3e 0a 20 20 3c 2fdiv 3e 0a 3c 2fdiv 3e 0a issue description when I finish my code it show ok but when I click the button of run test it appear different browser information browser name version chrome 51 0 2704 103 m operate system win10 mobile desktop or tablet desktop your code js jquery playground leave well target1 target2 target3 right well target4 target5 target6 screenshot before after
freecodecampfreecodecamp
profile lookup instruction be ambiguous and don t match accept solution
Help Wanted
challenge name profile lookup issue description the instruction include the follow if firstname do not correspond to any contact then return no such contact if prop do not correspond to any valid property then return no such property problem 1 accord to the instruction the function should not return no such property if prop correspond to a valid property period regardless of the associated firstname however the solution offer at will return no such property in the case that there be an invalid property pair with a valid firstname even though the property exist pair with a different firstname problem 2 it be possible to have both an invalid firstname and an invalid prop in that case it be not clear accord to the instruction what should be return both no such contact and no such property suggest solution modify the last line of the instruction to say if the prop argument do not correspond to any valid property of any contact match the firstname argument then return no firstname have a prop property
freecodecampfreecodecamp
beta word blank test be break
Bug
two of the test in word blank rely on variable declare in the challenge s tail and can not access they so the test can not be pass this may also affect other challenge whose test rely on code within the challenge tail
freecodecampfreecodecamp
live update break for local fcc instance
null
live update on file save be not work correctly save a file do cause an open page to refresh but change do not take effect until the database be re seed and gulp be run again a simple gulp restart have no effect observe on late staging with update npm and all the correct post reactification package macintosh intel mac os x 10 11 6