repository stringclasses 156 values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8 values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
freecodecampfreecodecamp | improve instruction for understanding case sensitivity in variable challenge | Help Wanted | understanding case sensitivity in variable it look like a learner have problem in understand the instruction for this challenge the instruction currently read fix the variable declaration and assignment so their name use camelcase maybe we can change it along the line of modify the exist declaration and assignment so their name use camelcase in other word do not create any new variable just change and fix exist incorrect variable name in the declaration and assignment statement |
freecodecampfreecodecamp | show camper how to add name to certificate | Help Wanted | issue description we frequently get email from camper complain that their name doesn t show up on their certificate I respond to they with the follow instruction we pull all your biographical information directly from github so you just need to add your name to your github account then go back to your free code camp code portfolio and click the update my profile from github button then your name will appear on your certificate instead of have to answer these email if a camper doesn t have a name we could just put a short message like this right on their certificate where there name would normally go I propose the follow copy for this which be short enough to avoid an ugly line wrap add name on github then update fcc you ll do this in boot user js in the showcert function screenshot |
freecodecampfreecodecamp | where art thou intermediate algorithm | Help Wanted | I m be very pedantic 1 the quote be not where art thou it s wherefore art thou 2 the meaning be not where be you but why be you I e why be you bear a montague challenge where art thou have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 9 5 applewebkit 601 5 17 khtml like gecko version 9 1 safari 537 86 5 please describe how to reproduce this issue and include link to screenshot if possible my code javascript function whereareyou collection source what s in a name var arr only change code below this line only change code above this line return arr whereareyou first romeo last montague first mercutio last null first tybalt last capulet last capulet |
freecodecampfreecodecamp | free code camp logo in nav bar should redirect to next challenge | Help Wanted | issue description currently the free code camp logo button in the navbar redirect to which redirect to the home page if camper be unauthenticated and the challenge next challenge route if they be authenticate rather than send camper to we can just send they directly to challenge next challenge which will go ahead and get they start even if they haven t authenticate we recently discover that 25 of people who visit or landing page click on this logo for some reason we don t know why but it doesn t make any sense to send they right back to the landing page |
freecodecampfreecodecamp | word blank instruction be unclear | Help Wanted | challenge word blank solution 0afunction 20wordblanks 28mynoun 2c 20mypronoun 2c 20myadjective 2c 20myverb 2c 20myadverb 29 20 7b 0a 20 20var 20result 20 3d 20 22 22 3b 0a 20 20 2f 2f 20your 20code 20below 20this 20line 0a 20 20result 20 3d 20mynoun 20 2b 20mypronoun 20 2b 20myadjective 20 2b 20 22 20little 22 20 2b 20myverb 20 2b 20 22 20hit 22 20 2b 20myadverb 20 2b 20 22 20slowly 22 3b 0a 0a 20 20 2f 2f 20your 20code 20above 20this 20line 0a 20 20return 20result 3b 0a 7d 0a 0a 2f 2f 20change 20the 20words 20here 20to 20test 20your 20function 0awordblank 28 22little 22 2c 20 22 20tool 22 2c 20 22 20very 22 2c 20 22 20licked 22 2c 20 22 20longingly 22 29 3b have an issue user agent be mozilla 5 0 x11 cro x86 64 8172 47 0 applewebkit 537 36 khtml like gecko chrome 51 0 2704 79 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code javascript function wordblanks mynoun mypronoun myadjective myverb myadverb var result your code below this line result mynoun mypronoun myadjective little myverb hit myadverb slowly your code above this line return result change the word here to test your function wordblank little tool very licked longingly |
freecodecampfreecodecamp | create catphotoapp to host on freecatphotoapp com | Help Wanted | view the progress here |
freecodecampfreecodecamp | global variable conflict with algorithm | Help Wanted | challenge factorialize a number solution var 20count 3d1 3b 0afunction 20factorialize 28num 29 20 7b 0a 20 20for 28var 20i 3d1 3b 20i 3c 3dnum 3bi 2b 2b 29 7b 0a 20 20 20 20 0a 20 20 20 20count 3d 20count 20 20i 3b 0a 20 20 20 20 0a 20 20 7d 0a 20 20return 20count 3b 0a 20 20 0a 7d 0a 0afactorialize 280 29 3b 0a have an issue user agent be mozilla 5 0 window not 5 1 rv 47 0 gecko 20100101 firefox 47 0 please describe how to reproduce this issue and include link to screenshot if possible my code javascript var count 1 function factorialize num for var i 1 I num I count count I return count factorialize 0 |
freecodecampfreecodecamp | email verification link doesn t work in at least some case | Bug | issue description we be get an alarming number of email from camper who can t verify their email they get this error error name error status 400 message invalid token statuscode 400 code invalid token |
freecodecampfreecodecamp | miss in second test | Help Wanted | challenge learn how script tag and document ready work solution 0afccss 20 24 28document 29 ready 28function 28 29 7b 7d 29 3b 0a 0a 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 have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 3 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 if you look at the second test portion when I click on run test it say you should add document ready function to the beginning of your script elementmy code I could not see the inbetween the and on my screen but when I just try to copy and paste it appear wierd jquery playground leave well target1 target2 target3 right well target4 target5 target6 |
freecodecampfreecodecamp | 9080 | Invalid | challenge name issue description browser information browser name version operating system mobile desktop or tablet your code js if relevant paste all of your challenge code in here screenshot |
freecodecampfreecodecamp | test do not update after code reset | Help Wanted | all challenge with multiple test issue description for some exercise it s helpful to restart the problem and use fcc handy reset button after the confirmation the code be reset but the test result be from the previous attempt browser information safari not test on other browser os x 10 11 laptop screenshot origional code or code that have be reset and then test origional code or code that have be reset and then test partially function code code with mod then we reset and find the test haven t update reset code now erroniously say certain part work |
freecodecampfreecodecamp | show the local weather getcurrentposition not work over http | Help Wanted | challenge name show the local weather issue description getcurrentposition do not work over http I think that change the url to codepen io in that particular challenge would help other camper not think their code isn t correct browser information browser name version chrome 51 0 2704 84 m operate system window 10 mobile desktop or tablet desktop your code js if relevant paste all of your challenge code in here screenshot image |
freecodecampfreecodecamp | miss test for basic javascript challenge | Help Wanted | challenge name append variable to string solution 0a 2f 2f 20example 0avar 20anadjective 20 3d 20 22awesome 22 3b 0avar 20ourstr 20 3d 20 22free 20code 20camp 20is 20 22 3b 0aourstr 20 2b 3d 20anadjective 3b 0a 0a 2f 2f 20only 20change 20code 20below 20this 20line 0a 0avar 20someadjective 20 3d 20 22fun 22 3b 0avar 20mystr 20 3d 20 22learning 20to 20code 20is 20 22 3b 0asomeadjective 20 2b 3d 20someadjective 3b 0a issue description it doesn t verify that the result be add to the variable mystr so my solution pass although it s not browser information browser name version google chrome version 51 0 2704 84 m operate system window 10 desktop your code js example var anadjective awesome var ourstr free code camp be ourstr anadjective only change code below this line var someadjective fun var mystr learn to code be someadjective someadjective screenshot freecodecamp bug 1 |
freecodecampfreecodecamp | url need to be capitalize in challenge | Help Wanted | challenge render image from data source have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 10 5 applewebkit 537 36 khtml like gecko chrome 50 0 2661 102 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible how to fix this line l289 need to be edit so that url be url screenshot image before contribute 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 |
freecodecampfreecodecamp | after submit a challenge remove its code from browser s local storage | Help Wanted | our storage of incomplete code have cause a ton of confusion many camper switch browser or device then visit a previously complete challenge only to think that free code camp have lose my code the reason we store camper code in a browser be to prevent they from lose this code if their browser crash as a camper once I submit a solution to a challenge my stored solution should be remove from my browser s local storage so I next time I view this challenge as a camper if I return to a challenge and a partial solution for that challenge be available in my local storage it should load my partial solution as it currently do I should see a flash message that say we have load your partial solution below good luck finish and submit it |
freecodecampfreecodecamp | prevent infinite loop from recur by remove noprotect from save code | Help Wanted | one of the most common question I get through email be I use noprotect and now my browser be stick what do I do I get this email at least once every day we should automatically remove noprotect from their code before we load it into the browser so that when they return to the challenge after crash their browser it win t crash their browser again |
freecodecampfreecodecamp | temporary fix for voting endpoint | Bug | please merge asap if you go to either of these route don t you lose challenge solution and your brownie point |
freecodecampfreecodecamp | text editor overflow hide on ipad | Help Wanted | challenge name turn an image into a link issue description I be use an ipad the bottom of the text editor and content be cut off the text editor do not scale with the amount of text it contain nor do it scroll this make it impossible to edit the below the fold content although this be an issue on other challenge the above challenge link and name be a good example this be the first challenge that this bug stop you from complete the challenge please see below device information to reproduce issue browser information browser name version safari operating system io 9 3 2 mobile desktop or tablet ipad 2 screenshot image |
freecodecampfreecodecamp | miss apostrophe in fourth paragraph of logical order in if else statement | Help Wanted | challenge logical order in if else statement have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 5 applewebkit 602 1 35 khtml like gecko version 9 1 2 safari 601 7 4 the fourth paragraph be miss an apostrophe for here be here the first it should read here s the first |
freecodecampfreecodecamp | set up freecodecamp for window | Help Wanted | the instruction to create env file base on the sample env file be miss from the follow page though it have be mention in contribute md it may be nice to have on the above page also |
freecodecampfreecodecamp | remove job from route | Help Wanted | we need the remove the route job from render it s as simple as remove these two line l15 l16 |
freecodecampfreecodecamp | access array datum with index problem need a little tweak | Help Wanted | challenge name access array datum with index solution 0a 2f 2f 20example 0avar 20ourarray 20 3d 20 5b1 2c2 2c3 5d 3b 0avar 20ourdata 20 3d 20ourarray 5b0 5d 3b 20 2f 2f 20equals 201 0a 0a 2f 2f 20setup 0avar 20myarray 20 3d 20 5b1 2c2 2c3 5d 3b 0a 0a 2f 2f 20only 20change 20code 20below 20this 20line 0a 0a instruction create a variable call mydata and set it to equal the first value of myarray issue description it be not an issue rather we can get solution by not follow step here be the wrong solution which be accept var ourarray 1 2 3 var ourdata ourarray 0 equal 1 setup var myarray 1 2 3 only change code below this line var mydata 1 solution to be accept var ourarray 1 2 3 var ourdata ourarray 0 equal 1 setup var myarray 1 2 3 only change code below this line var mydata myarray 0 |
freecodecampfreecodecamp | detect and add notification if test fail to run | Help Wanted | challenge name mainly javascript challenge issue description we ve have many code issue make on github a list of some from the past few month 9532 9137 9118 8940 9058 8436 8266 8156 8092 comment within this issue 7655 7441 7629 7470 7453 7442 5290 4819 4733 4686 4187 3755 1345 on why their code doesn t work which turn out to be because they have a global variable they mutate with their function propose fix update somewhere early in the javascript challenge have a note on how the test work in that they will only run your function and any global variable mutate in the process will keep their state detect unsafe global variable code and wrap they in isolated block scope display a notification in such case if applicable and test fail to run cc freecodecamp moderator |
freecodecampfreecodecamp | extra gap in button group on iphone | Help Wanted | issue description when view html bootstrap and jquery challenge on an iphone there be a gap in the button group contain the reset help and bug button the gap be the same width as the other three button the gap be between the help and bug button |
freecodecampfreecodecamp | json accept with single quote | Help Wanted | challenge introduce javascript object notation json solution 0avar 20mymusic 20 3d 20 5b 0a 20 20 7b 0a 20 20 20 20 22artist 22 3a 20 22billy 20joel 22 2c 0a 20 20 20 20 22title 22 3a 20 22piano 20man 22 2c 0a 20 20 20 20 22release year 22 3a 201973 2c 0a 20 20 20 20 22formats 22 3a 20 5b 20 0a 20 20 20 20 20 20 22cs 22 2c 20 0a 20 20 20 20 20 20 228 t 22 2c 20 0a 20 20 20 20 20 20 22lp 22 20 5d 2c 0a 20 20 20 20 22gold 22 3a 20true 0a 20 20 7d 2c 0a 20 20 7b 0a 20 20 20 20 22artist 22 20 3a 20 22asdas 22 2c 0a 20 20 20 20 22title 22 20 3a 20 22ti4l 22 2c 0a 20 20 20 20 22release year 22 3a 201998 2c 0a 20 20 20 20 22formats 22 3a 20 5b 27a 27 2c 20 22b 22 2c 20 22c 22 5d 0a 20 20 7d 0a 20 20 2f 2f 20add 20record 20here 0a 5d 3b 0a 0a have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 rv 46 0 gecko 20100101 firefox 46 0 please describe how to reproduce this issue and include link to screenshot if possible my code javascript var mymusic artist billy joel title piano man release year 1973 format cs 8 t lp gold true artist asda title ti4l release year 1998 format a b c consider single quote around a add record here as far as I know and have research single quote be not permit when it come to json I have also have serious problem with it before so I think 1 it s good to mention that only double quote be permit 2 please raise an error if the input be give by the trainer like what I test above thank you |
freecodecampfreecodecamp | pairwise challenge description be vague | Help Wanted | challenge name issue description the challenge description say that if multiple pair be possible that have the same numeric element but different index return the small sum of index once an element have be use it can not be reuse to pair with another so for pairwise 0 0 0 0 1 1 1 this should produce a result of 4 0 4 and not 10 browser information browser name version operating system mobile desktop or tablet your code js function pairwise arr arg var pair var result pair arr reduce function previous current index array var value var notfound for var I 0 I arr length I if I index continue if arr I arr index arg value math min arr I arr index math max arr I arr index notfound true for var j 0 j previous length j if previous j 0 0 value 0 previous j 0 1 value 1 if same pair be find notfound false if previous j 1 I index if new sum be small update it previous j 1 I index break if notfound previous push value I index break return previous result pair reduce function previous current index array return previous current 1 0 return result pairwise 0 0 0 0 1 1 1 screenshot |
freecodecampfreecodecamp | incorrect description of first test for the inventory update algorithm challenge | Help Wanted | challenge name inventory update issue description the first test for the inventory update algorithm challenge be describe as updateinventory should return an array the description should really be updateinventory curinv newinv should return an array because if you don t provide argument to the updateinventory function call you will get at the least an undefined value back and at the bad an uncaught typeerror you can tell this be what the actual test be do because if you leave only function updateinventory arr1 arr2 all inventory must be account for or you re fire return arr1 it still pass the test in question in other word the test be pass the updateinventory function at least one array argument and the updateinventory function return an array as a result if you agree with this issue may I get permission to fix it with a pull request d browser information n a browser name version operating system mobile desktop or tablet your code n a js if relevant paste all of your challenge code in here screenshot n a |
freecodecampfreecodecamp | check for palindrome | Help Wanted | seem like we have a huge issue with camper forget to remove non alphanumeric char for this challenge I suggest we add a simple test at the top to make sure the user be strip non alphanumeric character first I suggest add a test after the second one like so palindrome eye should return a boolean palindrome eye should return a true palindrome eye should return a true what do you all think |
freecodecampfreecodecamp | break link at the bottom of privacy policy | Help Wanted | challenge name issue description there be a break link the open source term link be break it should be direct to this link how to fix the href in first link on this line l34 need to be change to the above link it should read automattic free code camp open source term and be screenshot image |
freecodecampfreecodecamp | spell error in code of conduct | Help Wanted | challenge name issue description underneath trolling post inflamitory comment should be post inflammatory comment this line l11 need to be change screenshot image |
freecodecampfreecodecamp | if there be a comment line between if s close and else next to if it doesn t accept my code | Help Wanted | challenge introduce else statement solution 0afunction 20testelse 28val 29 20 7b 0a 20 20var 20result 20 3d 20 22 22 3b 0a 20 20 2f 2f 20only 20change 20code 20below 20this 20line 0a 20 20 0a 20 20if 20 28val 20 3e 205 29 20 7b 0a 20 20 20 20result 20 3d 20 22bigger 20than 205 22 3b 0a 20 20 7d 20 20 0a 20 20else 20 7bresult 20 3d 20 225 20or 20smaller 22 3b 7d 0a 20 20 0a 20 20 2f 2f 20only 20change 20code 20above 20this 20line 0a 20 20return 20result 3b 0a 7d 0a 0a 2f 2f 20change 20this 20value 20to 20test 0atestelse 284 29 3b 0a 0a have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 rv 46 0 gecko 20100101 firefox 46 0 please describe how to reproduce this issue and include link to screenshot if possible my code javascript function testelse val var result only change code below this line if val 5 result big than 5 if val 5 this line cause the parser not accept my code else result 5 or small only change code above this line return result change this value to test testelse 4 if there be a comment line between if s and else it doesn t accept my code |
freecodecampfreecodecamp | record collection incorrect solution pass all test | Help Wanted | challenge record collection solution 0a 2f 2f 20setup 0avar 20collection 20 3d 20 7b 0a 20 20 20 202548 3a 20 7b 0a 20 20 20 20 20 20album 3a 20 22slippery 20when 20wet 22 2c 0a 20 20 20 20 20 20artist 3a 20 22bon 20jovi 22 2c 0a 20 20 20 20 20 20tracks 3a 20 5b 20 0a 20 20 20 20 20 20 20 20 22let 20it 20rock 22 2c 20 0a 20 20 20 20 20 20 20 20 22you 20give 20love 20a 20bad 20name 22 20 0a 20 20 20 20 20 20 5d 0a 20 20 20 20 7d 2c 0a 20 20 20 202468 3a 20 7b 0a 20 20 20 20 20 20album 3a 20 221999 22 2c 0a 20 20 20 20 20 20artist 3a 20 22prince 22 2c 0a 20 20 20 20 20 20tracks 3a 20 5b 20 0a 20 20 20 20 20 20 20 20 221999 22 2c 20 0a 20 20 20 20 20 20 20 20 22little 20re 20corvette 22 20 0a 20 20 20 20 20 20 5d 0a 20 20 20 20 7d 2c 0a 20 20 20 201245 3a 20 7b 0a 20 20 20 20 20 20artist 3a 20 22robert 20palmer 22 2c 0a 20 20 20 20 20 20tracks 3a 20 5b 20 5d 0a 20 20 20 20 7d 2c 0a 20 20 20 205439 3a 20 7b 0a 20 20 20 20 20 20album 3a 20 22abba 20gold 22 0a 20 20 20 20 7d 0a 7d 3b 0a 2f 2f 20keep 20a 20copy 20of 20the 20collection 20for 20tests 0avar 20collectioncopy 20 3d 20json parse 28json stringify 28collection 29 29 3b 0a 0a 2f 2f 20only 20change 20code 20below 20this 20line 0a 0afunction 20updaterecords 28id 2c 20prop 2c 20value 29 20 7b 0a 20 20if 20 28value 20 3d 3d 20 22 22 20 26 26 20prop 20 3d 3d 20 22tracks 22 29 20 7b 0a 20 20 20 20collection 5bid 5d 5bprop 5d 20 3d 20value 3b 0a 20 20 7d 20else 20if 20 28prop 20 3d 3d 3d 20 22tracks 22 20 26 26 20value 20 3d 3d 20 22 22 29 20 7b 0a 20 20 20 20 2f if 28collection 5bid 5d hasownproperty 28prop 29 29 0a 20 20 20 20 20 20collection 5bid 5d 5bprop 5d push 28value 29 3b 0a 20 20 20 20else 0a 20 20 20 20 20 20collection 5bid 5d 5bprop 5d 3d 5bvalue 5d 3b 0a 20 20 20 20 2f 2fcollection 5bid 5d 5bprop 5d push 28value 29 3b 2f 0a 20 20 20 20collection 5bid 5d 5bprop 5d 3d 5bvalue 5d 3b 0a 20 20 7d 20else 20if 20 28value 20 3d 3d 3d 20 22 22 29 20 7b 0a 20 20 20delete 20collection 5bid 5d 5bprop 5d 3b 0a 20 20 7d 0a 0a 20 20return 20collection 3b 0a 7d 0a 0a 0a 0a 2f 2f 20alter 20values 20below 20to 20test 20your 20code 0aupdaterecords 282548 2c 20 22tracks 22 2c 20 22abba 22 29 3b 0a 0a have an issue user agent be mozilla 5 0 window not 6 2 wow64 applewebkit 537 36 khtml like gecko chrome 50 0 2661 102 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code javascript setup var collection 2548 album slippery when wet artist bon jovi track let it rock you give love a bad name 2468 album 1999 artist prince track 1999 little red corvette 1245 artist robert palmer track 5439 album abba gold keep a copy of the collection for test var collectioncopy json parse json stringify collection only change code below this line function updaterecord i d prop value if value prop track collection i d prop value else if prop track value if collection i d hasownproperty prop collection i d prop push value else collection i d prop value collection i d prop push value collection i d prop value else if value delete collection i d prop return collection alter value below to test your code updaterecord 2548 track abba this shouldn t work because its redefine track instead of push value to it in the case when value isn t null but it pass all test so you should not only just check that the last element of track should be val but also that the previous array element be also present in it or maybe check that the size of track be increase and isn t reduce unaltered if track property be present |
freecodecampfreecodecamp | I be do what be require but it be mot let I pass | Help Wanted | challenge record collection solution 0a 2f 2f 20setup 0avar 20collection 20 3d 20 7b 0a 20 20 20 202548 3a 20 7b 0a 20 20 20 20 20 20album 3a 20 22slippery 20when 20wet 22 2c 0a 20 20 20 20 20 20artist 3a 20 22bon 20jovi 22 2c 0a 20 20 20 20 20 20tracks 3a 20 5b 20 0a 20 20 20 20 20 20 20 20 22let 20it 20rock 22 2c 20 0a 20 20 20 20 20 20 20 20 22you 20give 20love 20a 20bad 20name 22 20 0a 20 20 20 20 20 20 5d 0a 20 20 20 20 7d 2c 0a 20 20 20 202468 3a 20 7b 0a 20 20 20 20 20 20album 3a 20 221999 22 2c 0a 20 20 20 20 20 20artist 3a 20 22prince 22 2c 0a 20 20 20 20 20 20tracks 3a 20 5b 20 0a 20 20 20 20 20 20 20 20 221999 22 2c 20 0a 20 20 20 20 20 20 20 20 22little 20re 20corvette 22 20 0a 20 20 20 20 20 20 5d 0a 20 20 20 20 7d 2c 0a 20 20 20 201245 3a 20 7b 0a 20 20 20 20 20 20artist 3a 20 22robert 20palmer 22 2c 0a 20 20 20 20 20 20tracks 3a 20 5b 20 5d 0a 20 20 20 20 7d 2c 0a 20 20 20 205439 3a 20 7b 0a 20 20 20 20 20 20album 3a 20 22abba 20gold 22 0a 20 20 20 20 7d 0a 7d 3b 0a 2f 2f 20keep 20a 20copy 20of 20the 20collection 20for 20tests 0avar 20collectioncopy 20 3d 20json parse 28json stringify 28collection 29 29 3b 0a 0a 2f 2f 20only 20change 20code 20below 20this 20line 0afunction 20updaterecords 28id 2c 20prop 2c 20value 29 20 7b 0a 20 20if 28 20value 20 3d 3d 20 22 22 29 7b 0a 20 20 20 20if 28prop 3d 3d 22tracks 22 29 7b 0a 20 20 20 20 20 20collection 5bid 5d 5bprop 5d 3dvalue 3b 0a 20 20 20 20 7d 0a 20 20 20 20else 20if 28 20prop 20 3d 3d 3d 22tracks 22 29 7b 0a 20 20 20 20 20 20collection 5bid 5d 5bprop 5d push 28value 29 3b 0a 20 20 20 20 7d 0a 20 20 7d 0a 20 20else 0a 20 20 20 20delete 20collection 5bid 5d 5bprop 5d 3b 0a 0a 20 20return 20collection 3b 0a 7d 0a 0a 2f 2f 20alter 20values 20below 20to 20test 20your 20code 0aupdaterecords 285439 2c 20 22artist 22 2c 20 22abba 22 29 3b 0a 0a have an issue user agent be mozilla 5 0 window not 10 0 wow64 applewebkit 537 36 khtml like gecko chrome 50 0 2661 102 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code javascript setup var collection 2548 album slippery when wet artist bon jovi track let it rock you give love a bad name 2468 album 1999 artist prince track 1999 little red corvette 1245 artist robert palmer track 5439 album abba gold keep a copy of the collection for test var collectioncopy json parse json stringify collection only change code below this line function updaterecord i d prop value if value if prop track collection i d prop value else if prop track collection i d prop push value else delete collection i d prop return collection alter value below to test your code updaterecord 5439 artist abba |
freecodecampfreecodecamp | kool aid man should be hyphenate | Help Wanted | issue description in the compliment involve the kool aid man his name should be hyphenate to fix you ll need to change this line l87 and add a hyphen to make it kool aid man say oh yeah screenshot image want to contribute 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 |
freecodecampfreecodecamp | just a typo not a bug | Help Wanted | your body element should have an black background doesn t need to be type as an challenge use rgb value to color element have an issue user agent be mozilla 5 0 window not 10 0 wow64 applewebkit 537 36 khtml like gecko chrome 51 0 2704 79 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code html |
freecodecampfreecodecamp | challenge modify array datum with index | Help Wanted | solution 0a 2f 2f 20example 0avar 20ourarray 20 3d 20 5b1 2c2 2c3 5d 3b 0aourarray 5b1 5d 20 3d 203 3b 20 2f 2f 20ourarray 20now 20equal 20 5b1 2c3 2c3 5d 0a 0a 2f 2f 20setup 0avar 20myarray 20 3d 20 5b1 2c2 2c3 5d 3b 0a 2f 2f 20only 20change 20code 20below 20this 20line 0amyarray 5b0 5d 20 20 3d 203 3b 0a have an issue user agent be mozilla 5 0 window not 10 0 wow64 applewebkit 537 36 khtml like gecko chrome 50 0 2661 102 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code javascript example var ourarray 1 2 3 ourarray 1 3 ourarray now equal 1 3 3 setup var myarray 1 2 3 only change code below this line myarray 0 3 this be the challenge 1 myarray should now be 3 2 3 2 you should be use correct index to modify the value in myarray the first one be correct but the second one seem to be bug because I have give the correct index to achieve the first one |
freecodecampfreecodecamp | algorithm convert html entities wiki page all solution will not work as write | Help Wanted | challenge name issue description in all of the solution whether it s a case statement object or regex string replace they do not map to the correct html entity but they simple repeat the symbol that should be replace e g str replace g instead of str replace g or htmlentitie instead of htmlentitie browser information browser name version chrome version 50 0 2661 102 64 bit operating system os x el capitan mobile desktop or tablet deskptop |
freecodecampfreecodecamp | freecodecamp site not recognize remainder operator on window 8 1 or ipad air 2 both chrome browser | Help Wanted | challenge find a remainder in javascript solution 0a 2f 2f 20only 20change 20code 20below 20this 20line 0a 0avar 20remainder 3b 0a 0aremainder 3d11 20 25 203 3b have an issue user agent be mozilla 5 0 ipad cpu os 9 3 1 like mac os x applewebkit 601 1 khtml like gecko crio 51 0 2704 64 mobile 13e238 safari 601 1 46 please describe how to reproduce this issue and include link to screenshot if possible my code javascript only change code below this line var remainder remainder 11 3 |
freecodecampfreecodecamp | record collection challenge have incorrect json syntax | Help Wanted | the task say you be give a json object represent start of the example code give at the start var collection 2548 album slippery when wet artist bon jovi track let it rock you give love a bad name quote on json object from mdn json permit only property definition use property value syntax the property name must be double quote and the definition can not be a shorthand source object literal notation vs json hence the statement that it be a json object be wrong it be js object as property be not write as string personally it make I confused because there be another task where property be write correctly with quote as a result it make I think that both option be the correct declaration of json object I hope that can be fix thank alek |
freecodecampfreecodecamp | pesky but professionalim be key | Help Wanted | not sure if this be suppose to go here but if not we can always close the topic challenge iterate with javascript for loop have an issue well typo it s really a pesky little thing but consider I truly respect fcc I feel the need to point it out as it be very fixable and help keep professionalim at its high level the condition statement be evaluate at the beginning of every loop iteration and will continue as long as it evalute to true should be evaluate small typo but hey support be support keep up the amazing work a grateful and satisfied fcc user |
freecodecampfreecodecamp | ans button in freecodecamp s javascript calculator example not functional | Help Wanted | build a javascript calculator issue description I m not sure whether someone have already point this issue out I couldn t find someone else post about it anywhere but the button in the example code that store the last answer to be use later the ans button doesn t do anything for example when you type 2 2 4 appear then when you type ans 2 you simply get 2 mean it start from 0 again and nothing seem to be store for late use I m not sure if this would be consider a bug or not it s not an objective for the challenge either I just think it be odd to have a button in the example that doesn t do anything here be my link if it s any help |
freecodecampfreecodecamp | add bio to free code camp portfolio | Help Wanted | github recently introduce a bio field we should also pull this from github and store it on each user s object the same way we pull their name and location from github x update user schema to store bio x update github auth logic to request and store bio x update code portfolio view to display bio if present for reference here s my public info you can see the new attribute be simply bio login quincylarson i d 985197 avatar url gravatar i d url html url follower url follow url other user gist url gist i d star url owner repo subscription url organization url repos url event url privacy receive event url type user site admin false name quincy larson company free code camp blog location san francisco california us email null hireable null bio I m a teacher at free code camp I write article about technology at medium com quincylarson and quora com profile quincy larson public repos 22 public gist 38 follower 932 follow 13 create at 2011 08 17t04 08 08z update at 2016 06 03t21 48 07z |
freecodecampfreecodecamp | 1 isn t a prime number because it s only divisible by itself | Help Wanted | challenge name sum all prime issue description it be not true that one be not a prime number because it s only divisible by itself if one apply the definition of a prime number a number only divisible by 1 and by itself 1 would be prime as it have be historically it s not because that would be inconvenient I suggest to change this sentence to by convention 1 be not a prime number |
freecodecampfreecodecamp | rewrite of where do I belong instruction | Help Wanted | where do I belong issue description I try pass all the test case and the output be suppose to be accept but browser information browser name version google chrome 51 0 2704 79 m 64 bit operating system window 7 mobile desktop or tablet desktop my code function getindextoin arr num find my place in this sort array arr push num arr sort function a b return a b for var I in arr if arr I num return I getindextoin 2 20 10 19 untitled |
freecodecampfreecodecamp | tell certificate earner how to add their name | Help Wanted | camper will often claim a certificate then not understand why their certificate doesn t have their name on it this be because we pull their name from github and if they haven t add a name to their github account we don t have their name either agile user story as a user if I attempt to claim a certificate and my account doesn t have a name I should see instruction for how to add it I should not be able to claim a certificate while my name be blank copy for the flash message we need your name so we can put it on your certificate add your name to your github account then go to your setting page and click the update my portfolio from github button then we can issue your certificate |
freecodecampfreecodecamp | authorization require error on email update | Bug | image the above be a know issue that have creep in with our recent upgrade for email verification process please ignore this error and we be come up with a fix asap while that happen you will not be able to update your email rest assure we be do our good to address this sincere apology for the inconvenience |
freecodecampfreecodecamp | 10 val should be evaluate regardless of the order of value | Help Wanted | challenge comparison with the equality operator solution 0a 2f 2f 20setup 0afunction 20testequal 28val 29 20 7b 0a 20 20if 20 2810 20 3d 3d 20val 29 20 7b 20 2f 2f 20change 20this 20line 0a 20 20 20 20return 20 22equal 22 3b 0a 20 20 7d 0a 20 20return 20 22not 20equal 22 3b 0a 7d 0a 0a 2f 2f 20change 20this 20value 20to 20test 0atestequal 2810 29 3b 0a have an issue user agent be mozilla 5 0 window not 6 1 wow64 applewebkit 537 36 khtml like gecko chrome 50 0 2661 102 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code javascript setup function testequal val if 12 val change this line return equal return not equal change this value to test testequal 12 |
freecodecampfreecodecamp | update the contribute guide with update wiki link | Help Wanted | the wiki repository have recently go an rename upgrade for well organize the article the link in the contribute guide need to be update to the new article guide live wiki for contributor update the link that be now break in the guide above this be the list other resource go to the live wiki link above and look for the correct file and update the link this be very easy task and can be do via the github interface |
freecodecampfreecodecamp | audit mdn link for correctness | Help Wanted | challenge name select challenge e g issue description in a previous issue 6913 we come to the conclusion that we should change string charcodeat to string prototype charcodeat the mdn link be link to documentation obfuscate what documentation be be link to behind friendly syntax be do a disservice to student part of programming be learn how to search doc know that the chatcodeat method be a part of string prototype be both correct and teach the student how to search for information when it s not provide to they make up proprietary way of link to prototype method be confusing and not helpful in the long run ltegman for consistency we should look through the other mdn link and change they to their appropriate link in the challenge confirm the end it suggest to use the string substr method but it should be suggest string prototype substr screenshot image |
freecodecampfreecodecamp | challenge 109 replace text replace with with replace | Help Wanted | challenge name issue description possible error in diction in text suggest replace replace with with replace browser information not relevant browser name version operating system mobile desktop or tablet your code js if relevant paste all of your challenge code in here screenshot |
freecodecampfreecodecamp | change order list to unordered list in project challenge | Help Wanted | challenge name any of the project challenge page e g issue description currently the project challenge have an order list list the requirement and instruction for the challenge however I think there be too many list as there be a bulleted list and the numerical list firstly I remember read someone make an issue or comment on how the rule number usually make a weird contrast with its list number like so where rule 1 be list as 2 in the list image secondly there appear to be a redundancy in list where you have the check box but also the numbered list item each item be already separate by space so I don t think you really need the number number in a list in my opinion should have some meaning to it like need to know there be 3 or 4 requirement for something but in this case the number don t really tell you much except there be 10 or so line to read which know the number be inconsequential to solve the challenge propose fix change the order list to an unordered one to make these change I think all we d need to do be change this line l11 from ol to ul correct I if I m wrong overall I think these change will give a clean look to the challenge screenshot currently image propose change image cc hallaathrad |
freecodecampfreecodecamp | friendly date range issue | Help Wanted | friendly date range issue description problem constraint be a little unclear contradictory and test assertion be problematic see below the last 2 constraint be 2022 09 05 2023 09 04 should return september 5th 2022 september 4th and 2022 09 05 2023 09 05 should return september 5th 2022 september 5th 2023 these be the same set of date except in one the second date be sept 4 while the other be sept 5 but the expect result for each from the function be different in how they include the year I don t know how to satisfy this constraint without hardcode it which I do because they be a year apart I would assume both should include the year in the answer for clarity it be also unclear in the instruction when to include the year and where in the first or second entry on the answer for example the instruction indicate if the date range begin in the current year and end within one year the year should not be display at the beginning of the friendly range however one of the test condition assert this answer march 1st 2017 may 5th which seem to be the opposite overall I think more clarity and consistency between the instruction and test condition be need to improve this challenge |
freecodecampfreecodecamp | fix date format on certificate | Help Wanted | we need to change the date format on our certificate currently it s january 15th 2016 it should be january 15 2016 note that the comma need to be move and the date should just be a natural number not an ordinal number |
freecodecampfreecodecamp | create new sample certificate with fix date format | Help Wanted | we need to capture new certificate with the update format and reapply our sample watermark |
freecodecampfreecodecamp | escape literal quote challenge test be unclear | Help Wanted | challenge escape literal quote in string solution 0avar 20mystr 20 3d 20 22 28i 20am 20a 20 5c 22double 20quoted 5c 22 20string 20inside 20 5c 22double 20quotes 5c 22 29 22 3b 0a 0a 0a 0a have an issue user agent be mozilla 5 0 window not 10 0 wow64 applewebkit 537 36 khtml like gecko chrome 50 0 2661 102 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code javascript var mystr I be a double quote string inside double quote |
freecodecampfreecodecamp | choice of color in browser code window in freecodecamp challenge for accessibility for color blind | Help Wanted | challenge name all issue description a way to change the background color of the code window from black to white and the default code color from white to black I be color impair and have trouble see red character on a black background I believe about 6 of all man have a similar condition in the screenshot below I can make out the character in red but it be not easy a white background with either black or colored text would make a big difference I know that as a workaround I can use an external editor and past the result in the code window but that might be a little daunting for some absolute novice browser information browser name version 50 0 2661 102 m operating system window 7 professional service pack 1 mobile desktop or tablet desktop your code js if relevant paste all of your challenge code in here screenshot image |
freecodecampfreecodecamp | challenge accessing object property with variable confuse error message | Help Wanted | challenge accessing object property with variable solution 0a 2f 2f 20setup 0avar 20testobj 20 3d 20 7b 0a 20 2012 3a 20 22namath 22 2c 0a 20 2016 3a 20 22montana 22 2c 0a 20 2019 3a 20 22unitas 22 0a 7d 3b 0a 0a 2f 2f 20only 20change 20code 20below 20this 20line 3b 0a 0avar 20playernumber 3d 2016 3b 20 20 20 20 20 20 20 2f 2f 20change 20this 20line 0avar 20player 20 3d 20testobj 5b16 5d 3b 20 20 20 2f 2f 20change 20this 20line 0a have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 3 applewebkit 537 36 khtml like gecko chrome 50 0 2661 102 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code javascript setup var testobj 12 namath 16 montana 19 unita only change code below this line var playernumber 16 change this line var player testobj 16 change this line the test fail be you should use bracket notation to access testobj that s quite confusing |
freecodecampfreecodecamp | this be a buggy challange | 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 20she 20everywhere 3c 2fp 3e 20 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 0a have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 4 applewebkit 537 36 khtml like gecko chrome 50 0 2661 94 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 purr jump eat the grass rip the couch scratch sunbathe shed everywhere rip the couch sleep in the sink fluffy fur catnip scratch the instruction on this challenge be very confusing unlike all previous challenge and it take a long time to understand what you require to be do which be a shame thank |
freecodecampfreecodecamp | update gif and screenshot on get start challenge | Help Wanted | some gif and screenshot on the follow challenge need update as they show old version of the site and brand x create a github account and join our chat room x configure your code portfolio x join a campsite in your city x learn what to do if you get stick example old version of the site image need change to the new green background 006400 image |
freecodecampfreecodecamp | comparison with the inequality operator challenge raise false error when use 99 in conditional | Help Wanted | challenge comparison with the inequality operator have an issue user agent be mozilla 5 0 x11 linux x86 64 applewebkit 537 36 khtml like gecko chrome 50 0 2661 87 safari 537 36 opr 37 0 2178 32 my code javascript setup function testnotequal val if val 99 change this line return not equal return equal change this value to test testnotequal 10 the challenge should be pass with both 99 and 99 value in the if condition test but it only pass those who use 99 those use 99 pass all test but report an error say you should use the operator I ve upload an screenshot here screenshot from 2016 05 28 12 37 40 |
freecodecampfreecodecamp | add a fix header on wiki modal | Help Wanted | issue description add a fix header on the wiki modal with the close and open link in new tab button similar to the chat room modal this will keep consistency screenshot current wiki modal gif show current wiki modal chat room modal gif show chat room modal |
freecodecampfreecodecamp | pass objective throw an error on the console | Bug | challenge argument optional solution function 20addtogether 28num1 2c 20num2 29 20 7b 20 0a 20if 20 28argument length 3c2 29 7b 20 20 20 20 0a 20 20if 28 28typeof 28num1 29 3d 3d 22number 22 29 29 7b 0a 20 20 20 20 20 20 20return 20undefined 3b 0a 20 20 7d 0a 20 20return 20function 20addmore 28num2 29 7b 0a 20 20 20 20 20 20if 28 28typeof 28num1 29 3d 3d 22number 22 29 7c 7c 28typeof 28num2 29 3d 3d 22number 22 29 29 7b 0a 20 20 20 20 20 20 20return 20undefined 3b 0a 20 20 20 20 20 7d 0a 20 20 20 20return 20num1 2bnum2 3b 0a 20 20 7d 3b 0a 20 7d 0a 20 0a 20if 28 28typeof 28num1 29 3d 3d 22number 22 29 7c 7c 28typeof 28num2 29 3d 3d 22number 22 29 29 7b 0a 20 20 20 20 20 20 20return 20undefined 3b 0a 20 7d 0a 20 20 0a 20 20return 20num1 2bnum2 3b 0a 0a 7d 0a 0aaddtogether 282 29 3b have an issue user agent be mozilla 5 0 window not 6 1 wow64 applewebkit 537 36 khtml like gecko chrome 50 0 2661 102 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code javascript function addtogether num1 num2 if argument length 2 if typeof num1 number return undefined return function addmore num2 if typeof num1 number typeof num2 number return undefined return num1 num2 if typeof num1 number typeof num2 number return undefined return num1 num2 addtogether 2 well the title pretty much explain it when I execute the code it pass the objective on green but the you win pop up will not appear and the black box stay on testing challenge check the console I get an error that read uncaught typeerror can not read property split of undefined any advise |
freecodecampfreecodecamp | unable to stop current pledge | Help Wanted | camper use to be able to delete pledge but this important functionality somehow recently break step to reproduce 1 go to and create a pledge 2 return to and attempt to end your pledge by click stop my current pledge you will get an error the way we be fix this manually be by add a formeruserid property set to the value of userid and then set userid itself null edit berkeleytrue remove extra information as it just confuse the issue |
freecodecampfreecodecamp | fix css for pledge cancel button | Help Wanted | on hover the maybe later button on be barely visible |
freecodecampfreecodecamp | ambiguous question statement in 4 basic part of computer basic hike | Help Wanted | challenge name computer basic the 4 basic part of a computer quiz question 1 issue description question 1 of the computer basic the 4 basic part of a computer quiz follow the reading ask for a true or false on the follow statement the computer have 3 basic part now simply reference the quiz title one can see the unit review 4 basic part of a computer but it can be very confusing base on the wording of the question the answer could be true as a computer do have 3 basic part and one more the answer could also be false as many quiz taker expect 4 basic part by the name of the unit to make the question clear I propose we rephrase the question to be the computer have 5 basic part my aim in raise this issue be to make this question more specific and follow clear logic |
freecodecampfreecodecamp | question need to be rephrase | Help Wanted | sum all odd fibonacci number I be challenge with the problem description from what I understand I code it as argument as the index and not as the fibonacci value itself so I calculate the sum of odd number till the fibonacci series reach an index of 1000 I also look up the issue and find that other have also face similar issue it would be great if the description or the example give be alter to well represent the actual problem statement |
freecodecampfreecodecamp | use javascript console need semicolon in example code tag format | Help Wanted | challenge name issue description the example code in use the javascript console need a semicolon at the end to be consistent with good practice of javascript additionally for visual appeal the test text need some tag to be modify so it can look similar to this you should use the console log method to log hello world to your javascript console how to fix this line l14 need a semicolon this line l25 need tag so it ll look like this js assert editor getvalue match console log gi message you should use the console log method to log hello world to your javascript console screenshot example code format issue image test text format issue image |
freecodecampfreecodecamp | c9 and learnyoumongo workaround in challenge description | Help Wanted | challenge name store datum in mongodb issue description as reference in 8629 and 8482 the db challenge be not able to be complete unless a workaround be implement in c9 to get the mongod command alia to work correctly this include either create an alia in a file or edit the bashrc alias file while it be possible for someone to find this information by search online or look at fcc issue I feel that the level of knowledge that it take for a beginner in a linux environment to solve this be too steep note I m by no mean an expert and it take I quite some time to fix it I believe it should be reference in the challenge description the creator of c9 be work on a fix but it could be a long time come and keep camper from complete the challenge in a timely fashion browser information c9 io environment |
freecodecampfreecodecamp | comment your javascript code fail with unsafe error when we have function word in comment | Help Wanted | challenge comment your javascript code solution 20 2f 2fthis 20line 20will 20be 20ignored 20function 20by 20java 20script 0a 0a 2f 20this 20is 20a 20multi line 20comment 20 in 20 20 0a 20 20 20 20for 20documenting 20the 20functio 20behaviour 0a 2f 0a have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 rv 46 0 gecko 20100101 firefox 46 0 please describe how to reproduce this issue and include link to screenshot if possible my code javascript this line will be ignore function by java script this be a multi line comment in for document the functio behaviour the test be throw the follow error when we have a comment with the word function in it e g this line will be ignore function by java script error syntaxerror unsafe or unfinished function declaration |
freecodecampfreecodecamp | extra curricular app build by camper link be break | Help Wanted | issue description click on the extra curricular app build by camper link in the about page bring up a we couldn t find a page for lab message |
freecodecampfreecodecamp | how to npm publish again | Help Wanted | challenge manage package with npm have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 4 applewebkit 537 36 khtml like gecko chrome 50 0 2661 102 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible I can not publish my package a second time in the publish again section of how to npm on cloud9 it throw an error and tell I that part of the error involve I add a user to npm use the adduser command I ve try use npm adduser and I ve try go through the tutorial a second time but every time it get to the publish again section it keep throw the same error I ve read through several instance but if I try their solution it still throw the same error I ve enclose the code that I see and two screenshot cupofjoey workspace secondtry npm publish npm err linux 4 2 0 c9 npm err argv home ubuntu nvm version node v4 4 3 bin node home ubuntu nvm version node v4 4 3 bin npm publish npm err node v4 4 3 npm err npm v3 9 2 npm err code eneedauth npm err need auth auth require for publish npm err need auth you need to authorize this machine use npm adduser npm err please include the following file with any support request npm err home ubuntu workspace secondtry npm debug log cupofjoey workspace secondtry how to npm verify module js 327 throw err error can not find module home ubuntu config how to npm registry cupofjoey7 secondtry body json at function module resolvefilename module js 325 15 at function module load module js 276 25 at module require module js 353 17 at require internal module js 12 17 at object export verify home ubuntu nvm version node v4 4 3 lib node module how to npm problem 10 publish again js 33 14 at shop verify home ubuntu nvm version node v4 4 3 lib node module how to npm node modules adventure index js 157 15 at shop execute home ubuntu nvm version node v4 4 3 lib node module how to npm node modules adventure index js 76 14 at shop shop execute home ubuntu nvm version node v4 4 3 lib node module how to npm index js 37 45 at object home ubuntu nvm version node v4 4 3 lib node module how to npm index js 86 8 at module compile module js 409 26 screen shoot 2016 05 22 at 9 38 29 pm screen shoot 2016 05 22 at 9 38 32 pm |
freecodecampfreecodecamp | potentially confusing wording example on portfolio zipline instruction | Help Wanted | build a personal portfolio webpage issue description from my discussion with some member on the new forum here it appear that there be some confusion because the current portfolio example appear that it may have be build on top of a template while the instruction particularly number 10 not list as one of the rule by the way seem to discourage the use of a template there be many great portfolio template out there but for this challenge you ll need to build a portfolio page yourself use bootstrap will make this much easy for you the portfolio example do add in a decent amount of customization so it doesn t look like a complete copy paste perhaps the wording in the instruction should be modify then |
freecodecampfreecodecamp | read search ask link be break | Help Wanted | challenge name all challenge that have the read search ask suggestion for example issue description the read search ask link be break the recent change in the wiki article break this the new article for seek help be here to fix change the link from read search ask to read search ask screenshot image |
freecodecampfreecodecamp | remove unnecessary line in profile lookup | Help Wanted | challenge name issue description there be an empty space in this challenge s description that need to removed how to fix remove this line l4897 and then remove the trail comma at the end of this line l4896 if you d like to contribute please first read the contribute guideline before take care of the issue feel free to visit the contributor help if you have any question about help screenshot current image fix image |
freecodecampfreecodecamp | show relationship with a force direct graph break after deprecate camper news api | Bug | challenge show relationship with a force direct graph have an issue user agent be mozilla 5 0 window not 10 0 wow64 applewebkit 537 36 khtml like gecko chrome 50 0 2661 102 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible |
freecodecampfreecodecamp | reference error fahrenheit not define show up before start challenge | Help Wanted | challenge convert celsius to fahrenheit solution 0afunction 20converttof 28celsius 29 20 7b 0a 20 20 2f 2f 20only 20change 20code 20below 20this 20line 0a 20 20var 20a 3d32 3b 0a 20 20var 20b 3d9 2f5 3b 0a 20 20var 20c 3d30 3b 0a 20 20 0a 20 20var 20d 3d 20a 20 2b 20b 20 20c 3b 0a 20 20 0a 20 20 0a 20 20 2f 2f 20only 20change 20code 20above 20this 20line 0a 20 20return 20fahrenheit 3b 0a 7d 0a 0a 2f 2f 20change 20the 20inputs 20below 20to 20test 20your 20code 0aconverttof 2830 29 3b 0a have an issue user agent be mozilla 5 0 x11 cro x86 64 7978 74 0 applewebkit 537 36 khtml like gecko chrome 50 0 2661 103 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code javascript function converttof celsius only change code below this line var a 32 var b 9 5 var c 30 var d a b c only change code above this line return fahrenheit change the input below to test your code converttof 30 |
freecodecampfreecodecamp | select with switch statement miss code tag in test | Help Wanted | challenge select from many option with switch statement solution 0afunction 20caseinswitch 28val 29 20 7b 0a 20 20var 20answer 20 3d 20 22 20 22 3b 0a 20 20 2f 2f 20only 20change 20code 20below 20this 20line 0a 20 20 20switch 28answer 29 20 7b 0a 20 20 0a 20 20 20 20 20 20case 201 3a 0a 20 20 20 20 20 20console log 28 22alpha 22 29 3b 0a 20 20 20 20 20 20break 3b 0a 20 20 20 20 20 20 0a 20 20 20 20 20 20case 202 3a 0a 20 20 20 20 20 20console log 28 22beta 22 29 3b 0a 20 20 20 20 20 20break 3b 0a 20 20 20 20 20 20 0a 20 20 20 20 20 20case 203 3a 0a 20 20 20 20 20 20console log 28 22gamma 22 29 3b 0a 20 20 20 20 20 20break 3b 0a 20 20 20 20 20 20 0a 20 20 20 20 20 20case 204 3a 0a 20 20 20 20 20 20console log 28 22delta 22 29 3b 0a 20 20 20 20 20 20break 3b 0a 20 20 20 20 20 20 0a 20 20 20 20default 3a 0a 20 20 20 7d 20 0a 20 20 0a 20 20 2f 2f 20only 20change 20code 20above 20this 20line 20 20 0a 20 20return 20answer 3b 20 20 0a 7d 0a 0a 2f 2f 20change 20this 20value 20to 20test 0acaseinswitch 281 29 3b 0a 0a have an issue user agent be mozilla 5 0 window not 10 0 wow64 applewebkit 537 36 khtml like gecko chrome 50 0 2661 102 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code javascript function caseinswitch val var answer only change code below this line switch answer case 1 console log alpha break case 2 console log beta break case 3 console log gamma break case 4 console log delta break default only change code above this line return answer change this value to test caseinswitch 1 what to value to assign to var answer |
freecodecampfreecodecamp | join our forum challenge and forum link not work properly for https connection | Help Wanted | join our forum challenge issue description in the new join our forum challenge the provide link to open the forum doesn t work and the challenge do not complete after click go to my next step the issue seem to originate in a misconfiguration in the forum server since the target link be relative to the url root they start with as see in 704f757cbb3749889778584a8e1d91a6f630fbd0 they try to connect use the https protocol when sign in but the forum only support http connection I get an error 521 from cloudflare when try to connect via https even after sign into the forum I can only navigate they use http whereas I would expect to be use https for an authenticated session browser information browser name version firefox 46 0 1 operating system window 7 mobile desktop or tablet desktop screenshot forum error |
freecodecampfreecodecamp | basic algorith scripting seek and destroy | null | seek and destroy solution 0afunction 20destroyer arr 20 7b 0a 20 20 2f 2f 20remove 20all 20the 20values 0a 20 20for 20 var 20i 20 3d 201 3b 20i 20 3c 3d 20arguments length 3b 20i 2b 2b 20 7b 0a 20 20 20 20 0a 20 20 20 20arr 20 3d 20arr filter function 20 value 20 7b 0a 20 20 20 20 0a 20 20 20 20 20 20return 20value 20 3d 3d 20this 3b 0a 20 20 20 20 7d 2c 20arguments 5bi 5d 3b 0a 20 20 7d 0a 20 20return 20arr 3b 0a 7d 0a 0adestroyer 5b3 2c 205 2c 201 2c 202 2c 202 5d 2c 202 2c 203 2c 205 3b 0a url issue description the code pass every test but still after hit ctrl enter nothing happen browser information browser name version google chrome 50 0 2661 102 m operating system window 10 mobile desktop or tablet desktop your code js function destroyer arr remove all the value for var I 1 I argument length I arr arr filter function value return value this argument I return arr destroyer tree hamburger 53 tree 53 screenshot |
freecodecampfreecodecamp | the later challenge in learnyounode challenge 10 onwards do not work on c9 due to port restriction | Help Wanted | challenge finish work with nodejs server have an issue user agent be mozilla 5 0 window not 6 1 applewebkit 537 36 khtml like gecko chrome 50 0 2661 94 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible |
freecodecampfreecodecamp | remove camper news completely | Help Wanted | x remove all camper news code from the repository view controller include the view currently at news x redirect news to our subreddit |
freecodecampfreecodecamp | escape literal quote challenge do not validate syntax accurately | Help Wanted | challenge escape literal quote in string solution 0a 2f 2fvar 20mystr 20 3d 20 22i 20am 20a 20 5c 22double 20quoted 5c 22 20string 20inside 20 5c 22double 20quotes 5c 22 22 3b 0avar 20mystr 20 3d 20 22i 20am 20a 20 5c 22double 20quoted 5c 22 20string 20inside 20 5c 22double 20quotes 5c 22 22 3b 20 0a 0a 0a 0a have an issue user agent be mozilla 5 0 x11 ubuntu linux x86 64 rv 45 0 gecko 20100101 firefox 45 0 please describe how to reproduce this issue and include link to screenshot if possible while attempt to complete challenge escape literal quote validation fail on accurate syntax I be sure that my declaration be correct my code javascript var mystr I be a double quote string inside double quote var mystr I be a double quote string inside double quote |
freecodecampfreecodecamp | night mode be not persist on any other page except the challenge | Help Wanted | we be store the night mode as theme its not persist on any page other than the challenge step to reproduce 1 clear browser cache 2 visit freecodecamp com login 3 toggle night mode g t n 4 visit profile about setting email update etc you can however press g t n to activate night mode on these page |
freecodecampfreecodecamp | typo in function 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 22likes 22 3a 20 5b 22pizza 22 2c 20 22coding 22 2c 20 22brownie 20points 22 5d 0a 20 20 20 20 7d 2c 0a 20 20 20 20 7b 0a 20 20 20 20 20 20 20 20 22firstname 22 3a 20 22harry 22 2c 0a 20 20 20 20 20 20 20 20 22lastname 22 3a 20 22potter 22 2c 0a 20 20 20 20 20 20 20 20 22number 22 3a 20 220994372684 22 2c 0a 20 20 20 20 20 20 20 20 22likes 22 3a 20 5b 22hogwarts 22 2c 20 22magic 22 2c 20 22hagrid 22 5d 0a 20 20 20 20 7d 2c 0a 20 20 20 20 7b 0a 20 20 20 20 20 20 20 20 22firstname 22 3a 20 22sherlock 22 2c 0a 20 20 20 20 20 20 20 20 22lastname 22 3a 20 22holmes 22 2c 0a 20 20 20 20 20 20 20 20 22number 22 3a 20 220487345643 22 2c 0a 20 20 20 20 20 20 20 20 22likes 22 3a 20 5b 22intrigue 20cases 22 2c 20 22violin 22 5d 0a 20 20 20 20 7d 2c 0a 20 20 20 20 7b 0a 20 20 20 20 20 20 20 20 22firstname 22 3a 20 22kristian 22 2c 0a 20 20 20 20 20 20 20 20 22lastname 22 3a 20 22vos 22 2c 0a 20 20 20 20 20 20 20 20 22number 22 3a 20 22unknown 22 2c 0a 20 20 20 20 20 20 20 20 22likes 22 3a 20 5b 22javascript 22 2c 20 22gaming 22 2c 20 22foxes 22 5d 0a 20 20 20 20 7d 0a 5d 3b 0a 0a 0afunction 20lookupprofile 28firstname 2c 20prop 29 20 7b 0a 20 20for 20 28var 20i 20 3d 200 3b 20i 20 3c 20contacts length 3b 20i 2b 2b 29 20 7b 0a 20 20 20 20if 20 28contacts 5bi 5d firstname 20 3d 3d 20firstname 29 20 7b 0a 20 20 20 20 20 20if 20 28contacts 5bi 5d hasownproperty 28prop 29 20 29 20 7b 0a 20 20 20 20 20 20 20 20return 20contacts 5bi 5d 5bprop 5d 3b 0a 20 20 20 20 20 20 7d 20else 20 7b 0a 20 20 20 20 20 20 20 20return 20 22no 20such 20property 22 3b 0a 20 20 20 20 20 20 7d 0a 20 20 20 20 7d 0a 20 20 7d 0a 20 20return 20 22no 20such 20contact 22 3b 0a 7d 0a 0a 2f 2f 20change 20these 20values 20to 20test 20your 20function 0alookupprofile 28 22akira 22 2c 20 22likes 22 29 3b 0a have an issue user agent be mozilla 5 0 x11 linux x86 64 applewebkit 537 36 khtml like gecko chrome 50 0 2661 102 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code javascript setup var contact firstname akira lastname laine number 0543236543 like pizza code brownie point firstname harry lastname potter number 0994372684 like hogwart magic hagrid firstname sherlock lastname holme number 0487345643 like intriguing case violin firstname kristian lastname vos number unknown like javascript gaming fox function lookupprofile firstname prop for var I 0 I contact length I if contact I firstname firstname if contact I hasownproperty prop return contact I prop else return no such property return no such contact change these value to test your function lookupprofile akira like the function name in instruction be lookup but in code its lookupprofile thank |
freecodecampfreecodecamp | facebook campsite group link be very hard to find | Help Wanted | challenge name challenge join campsite in your city issue description this challenge say that we must find campsite city on the list but when I open link there be not any list of campsite it redirect to camperbot page which redirect to gitter |
freecodecampfreecodecamp | trigger click event with jquery miss sign will still pass the test | Help Wanted | I don t know if it be a general issue or only relate to this task if I write folling code in the exercise getmessage on click function alert message message html you click get message this test will pass even though I should have put a dollar sign before message I find this error when I pass the test but the message didn t change on the mobile screen link solution 0afccss 0a 20 20 24 28document 29 ready 28function 28 29 20 0a 20 20 20 20 2f 2f 20only 20change 20code 20below 20this 20line 0a 20 20 20 20 24 28 22 23getmessage 22 29 on 28 22click 22 2c 20function 28 29 20 0a 20 20 20 20 20 20 2f 2falert 28 28 22 message 22 29 29 3b 0a 20 20 20 20 20 20 24 28 22 message 22 29 html 28 22you 20clicked 20get 20message 22 29 3b 0a 20 20 20 20 29 3b 0a 20 20 20 20 2f 2f 20only 20change 20code 20above 20this 20line 0a 20 20 29 3b 0afcce 0a 0a 0a 3cdiv 20class 3d 22container fluid 22 3e 0a 20 20 3cdiv 20class 20 3d 20 22row 20text center 22 3e 0a 20 20 20 20 3ch2 3ecat 20photo 20finder 3c 2fh2 3e 0a 20 20 3c 2fdiv 3e 0a 20 20 3cdiv 20class 20 3d 20 22row 20text center 22 3e 0a 20 20 20 20 3cdiv 20class 20 3d 20 22col xs 12 20well 20message 22 3e 0a 20 20 20 20 20 20the 20message 20will 20go 20here 0a 20 20 20 20 3c 2fdiv 3e 0a 20 20 3c 2fdiv 3e 0a 20 20 3cdiv 20class 20 3d 20 22row 20text center 22 3e 0a 20 20 20 20 3cdiv 20class 20 3d 20 22col xs 12 22 3e 0a 20 20 20 20 20 20 3cbutton 20id 20 3d 20 22getmessage 22 20class 20 3d 20 22btn 20btn primary 22 3e 0a 20 20 20 20 20 20 20 20get 20message 0a 20 20 20 20 20 20 3c 2fbutton 3e 0a 20 20 20 20 3c 2fdiv 3e 0a 20 20 3c 2fdiv 3e 0a 3c 2fdiv 3e 0a challenge name issue description browser information browser name version operating system mobile desktop or tablet your code js if relevant paste all of your challenge code in here screenshot |
freecodecampfreecodecamp | link from challenge use the twitchtv json api to example use of api be break | Help Wanted | use the twitchtv json api issue description 1 hint see an example call to twitch tv s jsonp api at the link be break it result in be drop at the main wiki page if you look into the index the page for this project doesn t exist re instate the example browser information browser name version all operating system all mobile desktop or tablet all screenshot |
freecodecampfreecodecamp | line break need to be remove in filter challenge | Help Wanted | challenge name issue description the need to be remove from this line l400 the change should give you which be less than 6 the oldarray should not change so it should end up look like this image browser information browser name version chrome operating system window 7 mobile desktop or tablet laptop screenshot image |
freecodecampfreecodecamp | video challenge immediately go to question | Help Wanted | challenge name video challenge issue description they now record completion however I like it well when I choose when I want to go to the question now it automatically bring up the question when the video finish that mean I can t read over the note below the video after the video I have to read and understand they before I watch the video or have to exit out and start the challenge again I like the old way well |
freecodecampfreecodecamp | remainder challenge need number directly use in modulo | Help Wanted | challenge find a remainder in javascript solution 0a 2f 2f 20only 20change 20code 20below 20this 20line 0avar 20a 3d11 3b 0avar 20b 3d3 3b 0avar 20remainder 3b 0avar 20remainder 3da 20 25 20b 3b have an issue user agent be mozilla 5 0 window not 6 3 wow64 applewebkit 537 36 khtml like gecko chrome 50 0 2661 94 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code javascript only change code below this line var a 11 var b 3 var remainder var remainder a b |
freecodecampfreecodecamp | similar code write in different style give error | Help Wanted | challenge generate random whole number with javascript user agent be mozilla 5 0 window not 6 3 wow64 applewebkit 537 36 khtml like gecko chrome 50 0 2661 94 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 rando m 20 function randomwholenum only change code below this line var rand math random 10 return math floor rand return math floor math random 10 work fine but above doesn t work screen |
freecodecampfreecodecamp | grammatical error in description | Help Wanted | challenge name solution 0a 2f 2f 20example 0avar 20ourarray 20 3d 20 5b 22stimpson 22 2c 20 22j 22 2c 20 22cat 22 5d 3b 0aourarray push 5b 22happy 22 2c 20 22joy 22 5d 3b 20 0a 2f 2f 20ourarray 20now 20equals 20 5b 22stimpson 22 2c 20 22j 22 2c 20 22cat 22 2c 20 5b 22happy 22 2c 20 22joy 22 5d 5d 0a 0a 2f 2f 20setup 0avar 20myarray 20 3d 20 5b 5b 22john 22 2c 2023 5d 2c 20 5b 22cat 22 2c 202 5d 5d 3b 0a 0a 2f 2f 20only 20change 20code 20below 20this 20line 0amyarray push 5b 22dog 22 2c 203 5d 3b 0a 0a issue description take one or more parameter should read take one or more parameter browser information browser name version operating system mobile desktop or tablet your code js if relevant paste all of your challenge code in here screenshot |
freecodecampfreecodecamp | the term encode be obtuse escape sequence in string | Help Wanted | the exercise escape sequence in string have the follow instruction encode the follow sequence separate by space backslash tab tab carriage return new line and assign it to mystr the first time I read this I have zero idea what be be ask of I why would you ever use the word encode here unless you be purposefully try to confuse at this point in the course your user be someone who have yet to build a working function from scratch something like this be more readable and clear assign the follow sequence of escape to mystr with separate white space but no comma backslash tab tab carriage return new line but even then have two tab back to back be weird and look like a typo this whole challenge might make more sense as a two or three sentence paragraph the student have to assign to mystr use the various escape they ve just be introduce to |
freecodecampfreecodecamp | what should happen when num be 0 | Help Wanted | issue question for repeat a string repeat a string if num be 0 should it repeat string or string should be blank description say negative number should be blank but code that put the string as blank when num be 0 also pass validation I think 0 should be add to validation if the string should not be blank |
freecodecampfreecodecamp | issue in get json with jquery getjson method challenge | Help Wanted | challenge name get json with the jquery getjson method challenge link issue description eventhough my solution be right the test don t pass browser information browser name version google chrome 50 0 2661 94 official build 64 bit operating system linux mobile desktop or tablet laptop my code getmessage on click function getjson json cat json function datum message html json stringify data screenshot solution not work |
freecodecampfreecodecamp | access multidimensional array with index | 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 20 2b 20myarray 5b2 5d 5b0 5d 3b have an issue user agent be mozilla 5 0 window not 6 1 wow64 applewebkit 537 36 khtml like gecko chrome 50 0 2661 94 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible 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 myarray 2 0 I think the code use to validate the answer in this challenge have a bug could you please investigate |
freecodecampfreecodecamp | fix update code of conduct | Help Wanted | update official code of conduct in the website freecodecamp com code of conduct with the one in the wiki code of conduct wiki which be update recently relate file file to update code of conduct jade fcc repository file reference file code of conduct md fcc wiki file need help read contribute guidelinesor chat with we in freecodecamp helpcontributor currently assign to josevill if you want to work on this please comment below and we can chat over gitter note you may be assign only if the current assignee doesn t respond within a give time frame |
freecodecampfreecodecamp | video challenge computer basic not record completion | Bug | challenge name video challenge computer basic issue description I have watch how to measure data size and answer the question 3 time now and it be not mark it as complete same thing with measure data speed browser information browser name version google chrome 50 0 2661 94 m operate system window 10 mobile desktop or tablet laptop your code js if relevant paste all of your challenge code in here screenshot |
freecodecampfreecodecamp | check for palindrome rule issue | Help Wanted | challenge check for palindrome solution 0afunction 20palindrome 28str 29 20 7b 0a 20 20 2f 2f 20good 20luck 0a 20 20var 20oldstr 20 3d 20str 3b 0a 20 20var 20seminewstr 20 3d 20str 3b 0a 20 20var 20teststr 20 3d 20 28 2f 5cw 2fgi 29 test 28oldstr 29 3b 0a 20 20var 20underscoretest 20 3d 20 28 2f 5cx5f 2fgi 29 test 28oldstr 29 3b 0a 20 20var 20arr 20 3d 20 5b 5d 3b 0a 20 20var 20newstr 20 3d 20 22 22 3b 0a 20 20 0a 20 20if 20 28teststr 20 3d 3d 3d 20true 29 7b 0a 20 20 20 20oldstr 20 3d 20str replace 28 2f 5cw 2fgi 2c 22 22 29 3b 0a 20 20 20 20seminewstr 20 3d 20oldstr tolowercase 28 29 3b 0a 20 20 7d 0a 20 20 20 20arr 20 3d 20seminewstr split 28 22 22 29 3b 0a 20 20 20 20arr reverse 28 29 3b 0a 20 20 20 20newstr 20 3d 20arr join 28 22 22 29 3b 0a 20 20if 20 28newstr 20 3d 3d 20seminewstr 29 7b 0a 20 20 20 20 20 20return 20true 3b 0a 20 20 20 20 0a 20 20 7d 0a 20 20else 20return 20underscoretest 3b 0a 7d 0a 0apalindrome 28 22five four 22 29 3b 0a have an issue user agent be mozilla 5 0 window not 10 0 wow64 rv 45 0 gecko 20100101 firefox 45 0 please describe how to reproduce this issue and include link to screenshot if possible my code javascript function palindrome str good luck var oldstr str var seminewstr str var teststr w gi test oldstr var underscoret x5f gi test oldstr var arr var newstr if teststr true oldstr str replace w gi seminewstr oldstr tolowercase arr seminewstr split arr reverse newstr arr join if newstr seminewstr return true else return underscoretest palindrome five four the above code successfully comply with all the rule give however the input may not be a palindrome as the above example show the input five four which be not a palindrome return true the input successfully comply with all rule give for the lesson |
freecodecampfreecodecamp | instruction not too clear | Help Wanted | challenge target the same element with multiple jquery selector solution 0afccss 0a 20 20 24 28document 29 ready 28function 28 29 20 7b 0a 20 20 20 20 24 28 22button 22 29 addclass 28 22animated 22 29 3b 0a 20 20 20 20 24 28 22 btn 22 29 addclass 28 22shake 22 29 3b 0a 20 20 20 20 24 28 22 23target1 22 29 addclass 28 22btn primary 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 have an issue user agent be mozilla 5 0 window not 6 1 wow64 applewebkit 537 36 khtml like gecko chrome 50 0 2661 94 safari 537 36 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 please clear up instruction and explain well for student sto understand as it take some time figure this challenge out |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.