repository stringclasses 156 values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8 values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
freecodecampfreecodecamp | two scroll bar overlap | Help Wanted | challenge name show the local weather issue description unless I use my touchscreen display I can not scroll down the map because the scroll bar be overlap with the page s scroll bar browser information browser name version internet explorer 11 operating system window 8 1 mobile desktop or tablet desktop |
freecodecampfreecodecamp | two module be misplace | Bug | as you can see on the right side the intermediate algorithm scripting should be before the advanced algorithm script but when I refresh the page the right window show in proper order |
freecodecampfreecodecamp | upon load a new challenge codemirror editor s cursor blink but it isn t select upon | Help Wanted | each time a challenge load I want to immediately be able to start type it look like the codemirror textarea code editor be already select because my cursor be blink but it isn t I have to use my mouse to click in the code editor benmcmahon100 this be a new regression and it may be cause by night mode or hotkey |
freecodecampfreecodecamp | replace console log with a different way of show how a function work | Help Wanted | challenge write reusable javascript with function have an issue we might want to use something other than console log for the function example so we don t have to worry about try to show they how to open developer tool which depend on their browser developer tool be cover in the video challenge there s no need to cover they here in the javascript section |
freecodecampfreecodecamp | h4 km | Invalid | pre submission checklist your pull request target the staging branch of freecodecamp branch start with either fix feature or translate e g fix signin issue you have only one commit if not squash squash multiple commit into one they into one commit all new and exist test pass the command npm run test challenge use git commit amend to amend any fix type of change bug fix non break change which fix an issue new feature non break change which add functionality break change fix or feature that would cause existing functionality to change add new translation feature add new translation checklist test change locally close currently open issue close xxxx close description |
freecodecampfreecodecamp | typo in bootstrap block level btn example | Help Wanted | I believe the example for bootstrap block level button class be incorrect and may cause confusion example be show btn btn block when they should be btn btn block in order to work challenge name create a block element bootstrap button issue description browser information browser name version chrome canary operating system os x el capitan vs 10 11 3 mobile desktop or tablet mackbook pro laptop |
freecodecampfreecodecamp | update certification page | Help Wanted | challenge name claim your front end development certificate issue description at the url in step 2 there be suppose to have a link about plagiarism probably this one instead there be an empty anchor and doesn t open anything browser information google chrome browser name version 49 0 2623 112 m operate system window 10 mobile desktop or tablet desktop |
freecodecampfreecodecamp | validate we telephone number accept invalid character | Help Wanted | challenge name validate we telephone number issue description it s possible to pass telephone number that include 10 number intersperse with random invalid character or 11 number that begin with 1 intersperse with random invalid character as true so long as the and for example be validly space for example my code before test 5 pass telephonecheck 555 abcdefghijklmnop55 5 5 5 5qrstuvwxyz5 as true and also pass the challenge your code js function telephonecheck str var num d var justdigits var bool true the str array retain all character from the original str str str split push non string number to array justdigit for var x in str if str x match num justdigit push parsefloat str x test 1 if justdigit have 10 number or 1 10 number it ll probably be ok otherwise the phone be invalid if justdigit length 10 justdigit length 11 justdigit 0 1 else bool false test 2 str should start with a number or a if isnan str 0 false str 0 else bool false test 3 if a str have a the should be 4 spot later if str indexof 1 if str indexof str indexof 4 else bool false test 4 if a str have a the should be 4 spot before and should exist if str indexof 1 if str indexof str indexof 4 str indexof 1 else bool false test 5 not require to pass but a good additional test would check for invalid character var invalid d s for var y in str if str y match invalid bool false return bool telephonecheck 555 abcdefghijklm nop 55 5 5 5 5qrstuvwxyz5 currently pass as true it would be helpful to require some variant of the follow my test 5 js var invalid d s for var y in str if str y match invalid bool false |
freecodecampfreecodecamp | map header too tall for mobile landscape view | Help Wanted | a camper just email I about this and after test it out on my iphone 5 in both mobile chrome and safari I concur the map header element be too tall here s a photo from my iphone 5 I think we should either 1 make the map less tall on xs and sm sized viewport or 2 make the map less tall in general |
freecodecampfreecodecamp | invalid selector pass change text inside an element use jquery | Help Wanted | challenge change text inside an element use jquery solution fccss 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 28target4 29 html 28 22 3cem 3e 23target4 3c 2fem 3e 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 10 0 wow64 applewebkit 537 36 khtml like gecko chrome 49 0 2623 112 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 |
freecodecampfreecodecamp | cursor selection jump around code | Bug | I have this issue but a friend of mine start freecodecamp and have a similar issue it wasn t browser specific to chrome or firefox occur in both but what seem to happen be if you select something say 3 4 down the page for reference my monitor be 1366x768 also happen in my 1920x1080 monitor your cursor will be close to but not where you select it s a minor issue but sufficiently annoying when you try to select something specific in a challenge and your cursor be jump around or you re type not where you think you be and then mess up your code the code window in the later challenge I m currently on seek and destroy don t seem to have these same issue and I notice it do go away since a friend of mine have the same issue I figure I should submit it challenge create a text field have an issue user agent be mozilla 5 0 window not 6 1 wow64 applewebkit 537 36 khtml like gecko chrome 46 0 2490 86 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 te thing cat love cat nip laser pointer lasagna top 3 thing cat hate flea treatment thunder other cat |
freecodecampfreecodecamp | menu doesn t drop down correctly on video page | Bug | challenge name this happen on all of the video page issue description when you click the menu button instead of drop down like normal it be squish and unreadable see screenshot browser information browser name version chrome 49 operating system android m mobile desktop or tablet mobile screenshot 2016 04 18 13 53 25 |
freecodecampfreecodecamp | codepen be block open weather map api | Bug | challenge name issue description show the local weather challenge recommend use open weather map api which work fine up until now now you will get an error say pen js 22 mixed content the page at be load over https but request an insecure xmlhttprequest endpoint this request have be block the content must be serve over https browser information browser name version google chrome 49 0 2623 112 operating system mac os yosemite mobile desktop or tablet desktop your code js if relevant paste all of your challenge code in here screenshot |
freecodecampfreecodecamp | record collection feel like steep learning curve | Help Wanted | hi all not sure if this be the right place to put this or even how to put this properly I have be make my way through freecodecamp and all the exercise up until record collection have be build with a steady progression of knowledge and have be very do able with all need knowledge present in previous exercise my issue be that to complete this exercise double bracket need to be use for instance collection i d prop value I go back and check various exercise the 20 before this and do a search for bracket for all exercise and I didn t see a mention of double bracket so I didn t know double bracket be possible and none of the previous exercise seem to lead I to that train of thought the only way I be able to complete this exercise be jump onto gitter and have someone tell I explicitly to use collection i d prop I be able to write all the other part of the code and work through the logic mostly by myself except for the double bracket part I guess I m just suggest a note hint or exercise on double bracket somewhere before this exercise might be useful as there be no other way for I to know double bracket be possible without the help of other in gitter thank you very much for your time and sincere apology if this isn t the proper place for this message allen challenge record collection have an issue user agent be mozilla 5 0 window not 10 0 wow64 applewebkit 537 36 khtml like gecko chrome 49 0 2623 112 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 collection i d track push value else if value delete collection i d prop return collection alter value below to test your code updaterecord 5439 artist abba |
freecodecampfreecodecamp | run test hang after click link in the iphone preview | Help Wanted | challenge link to external page with anchor element have an issue user agent be mozilla 5 0 window not 6 1 wow64 applewebkit 537 36 khtml like gecko chrome 50 0 2661 75 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code html catphotoapp cat photo 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 edit by raisedadead issue description click on the link in the iphone preview area hang the run test |
freecodecampfreecodecamp | code tag partially move onto the next line | Bug | challenge name add a default option in switch statement issue description weird bug where code tag on this specific challenge move partially onto the next line bug also appear on night mode browser information user agent mozilla 5 0 window not 10 0 wow64 applewebkit 537 36 khtml like gecko chrome 49 0 2623 112 safari 537 36 operating system window mobile desktop or tablet desktop test on chrome chrome incognito and firefox screenshot |
freecodecampfreecodecamp | separate sign in and sign up workflow | Help Wanted | sign in should remain as it currently be sign up should only offer passwordless email authentication note that many people will attempt to use a fake email only to later realize that they actually need to verify the email so we will need to show they a page that say confirmation email send and give they a chance to change their email and send the email again once they click through the verification link we should create their user object use the email they use edit berkeleytrue x user can signup with either email or github x remove other o auth signup process exlude github x leave other o auth login process in tack show user without verified email flash message to add email x add form so user can add email and verify they x move deprecate o auth to separate page with notice of their pende removal I ve also remove the passwordless feature from this issue as their be another issue for that already this issue do not require passwordless email |
freecodecampfreecodecamp | individual wiki article fail to load without trail slash | Bug | doesn t work but do |
freecodecampfreecodecamp | allow es6 class in basic algorithm and es5 challenge | Help Wanted | challenge name issue description the code provide below should work but it s fail the check for a count and an undefined check browser information browser name version firefox dev operating system linux ubuntu window 10 mobile desktop or tablet desktop your code js use strict class person constructor firstandlast this setfullname firstandlast setfirstname first this firstname first setlastname last this lastname last setfullname firstandlast var arr firstandlast split if arr length 2 this firstname arr 0 this lastname arr 1 else console log that be not a valid name getfirstname return this firstname getlastname return this lastname getfullname return this firstname this lastname var bob new person bob ross screenshot |
freecodecampfreecodecamp | comment out the link to lobster font family doesn t render correctly | Help Wanted | challenge name specify how font should degrade issue description the issue occur when comment out the link to the lobster font family from googleapis com to reproduce just comment out that line of code and watch as it do degrade browser information browser name version chromium version 49 0 2623 110 64 bit operating system linux 4 4 6 1 void linux 64 bit mobile desktop or tablet desktop your code js 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 screenshot exsample code remove 1 exsample code remove 2 monospace remove |
freecodecampfreecodecamp | video challenge and job board show 0 brownie point | Bug | if I go to any video challenge I see the following image |
freecodecampfreecodecamp | function name change due to the recent test update or inadvertent function name edit by student result in test failure | Help Wanted | function name change due to the recent update or inadvertent function name edit by student result in test failure when issue happen this be relate to issue 7938 but be a more general purpose request as with issue 7938 there be other challenge and test that have change to the function name and even though the code be functionally correct the fact that the prior solution that be be use still have the old name result in test failure discussion in the contributor forum make it seem that there be merit to add an additional check for the existence of the proper function name prior to run the test or perhaps have a first level test before run the functional test this would cover the case where a student go back to a prior challenge to update the solution without realize that there be a change to require function name and would also give a help hand to someone who do not understand the challenge s instruction and edit the function name result in similar failure step to reproduce for the case where a prior solution be revisit and the function name change all that you have to do be revisit your solution and try to run it |
freecodecampfreecodecamp | update nonprofit project section | Help Wanted | image the challenge should be unlocked if a camper have obtain all three require certification they should also link to in order to facilitate the process of get start with the nonprofit project |
freecodecampfreecodecamp | streak be still inaccurate for many camper | Bug | one of the most common complaint I get as person in charge of support email be that the streak isn t accurate this may be due to timezone we probably need to go ahead and write some test case and really tighten up this code any volunteer |
freecodecampfreecodecamp | css hex rgb challenge compress and reduce redundancy | Help Wanted | a common complaint we get be about the end of the html css section there be 15 different challenge on these two topic use rgb and hex value to change the color of font there be a lot of redundancy here and honestly we don t really need to change each color one at a time to get the picture I propose that we reduce these be at least a half maybe a 3rd possibly combine the color setting int0 a single challenge set element 1 to white element 2 to red element 3 to green etc I m not sure how much of the rgb stuff should directly repeat the prior hex stuff can we introduce both in the same lesson let s use this thread for disucssion of a possible end state before we flag it as help want image tagging freecodecamp issue moderator |
freecodecampfreecodecamp | show weather location challenge be not solvable in chrome v51 | Help Wanted | in chrome v51 the geolocation api be only available with secure connection I e a camper have to connect to codepen jsbin etc via secure connection so all the http request to openweather api be block and only http version of openweather api be free also there be no good free alternative the challenge as it stand be impossible to solve in chrome v51 so how should this challenge be modify simple modification to make this work will be to ask camper to solve the challenge with city name as an input from the user |
freecodecampfreecodecamp | cursor jump randomly in code editor | Bug | in all the exercise we the user be force to press the enter key before write any code update we have lock the conversation temporarily on this thread to collaborator only this have be resolve in staging and will be live soon the fix can be confirm on the beta website the workaround currently on production website be press the enter key on the challenge editor and then proceed with the challenge apology for the inconvenience meanwhile reach we in the chat room if you need any assistance |
freecodecampfreecodecamp | error on load a challenge under the video path | Bug | image video hike computer basic 1 the 4 basic part of a computer find when run the application on localhost berkeleytrue |
freecodecampfreecodecamp | correct code generate an error without a blank line follow it | Bug | challenge accessing nest array in json solution 2f 2f 20setup 0avar 20myplant 20 3d 20 5b 0a 20 20 7b 20 0a 20 20 20 20type 3a 20 22flowers 22 2c 0a 20 20 20 20list 3a 20 5b 0a 20 20 20 20 20 20 22rose 22 2c 0a 20 20 20 20 20 20 22tulip 22 2c 0a 20 20 20 20 20 20 22dandelion 22 0a 20 20 20 20 5d 0a 20 20 7d 2c 0a 20 20 7b 0a 20 20 20 20type 3a 20 22trees 22 2c 0a 20 20 20 20list 3a 20 5b 0a 20 20 20 20 20 20 22fir 22 2c 0a 20 20 20 20 20 20 22pine 22 2c 0a 20 20 20 20 20 20 22birch 22 0a 20 20 20 20 5d 0a 20 20 7d 20 20 0a 5d 3b 0a 0a 2f 2f 20only 20change 20code 20below 20this 20line 0a 0avar 20secondtree 20 3d 20myplants 5b1 5d list 5b1 5d 3b 20 2f 2f 20change 20this 20line have an issue user agent be mozilla 5 0 window not 6 1 wow64 applewebkit 537 36 khtml like gecko chrome 49 0 2623 87 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible I notice in a couple case work on the json example that if there s not a blank line after my code I get syntaxerror illegal return statement after I add the carriage return after the last line it submit fine my code javascript setup var myplant type flower list rise tulip dandelion type tree list fir pine birch only change code below this line var secondtree myplant 1 list 1 change this line |
freecodecampfreecodecamp | improper use of the json term | Help Wanted | at least the follow article use the json term incorrectly all those article refer to js object object literal and array array literal as json which be incorrect it be a really harmful mistake that mislead newbie to use the json and js object literal term interchangeably and that be a problem in the industry people do not realise json be simply a serialisation format not the way you define object and array in your code I believe the fcc should not introduce use the term json with something that be not json relevant part of the standard sec array initializer sec object initializer ps I want to make a pr to fix that but then find that the first article should be entirely rework to address the issue |
freecodecampfreecodecamp | tic tac toe can easily be crash | Help Wanted | challenge build a tic tac toe game have an issue user agent be mozilla 5 0 x11 linux x86 64 applewebkit 537 36 khtml like gecko chrome 49 0 2623 87 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible if you select x let the game place an o in spot 2 2 then place an x in 2 1 the game then place an o in 2 0 if you place an x in 1 0 the game will freeze I do this several time |
freecodecampfreecodecamp | challenge with broken link | Bug | issue description these challenge be with a break link they all send to the same link compound assignment with compound assignment with compound assignment with I m unable to complete any of they because I don t have access to it step to reproduce well just access basic javascript in the map and find those challenge ex enter compound assignment with and you ll see compound assignment with browser information chrome 49 0 2623 87 m window 10 |
freecodecampfreecodecamp | the convert celsius to fahrenheit challenge be give too soon | Help Wanted | after learn how to declare variable and use some arithmetic operator the student be ask to create a function that convert celsius to fahrenheit it s too soon for this challenge it involve if else logical operator return and function which all have not be learn at this point I think the challenge should be assign later on when more of these term be learn right now if a student try to complete this challenge he can t it s too complicated |
freecodecampfreecodecamp | video challenge out of sequence | Help Wanted | computer basic video challenge be out of sequence the variable in code video use information explain in console and log video console and log should be move to position before variable in code screenshot screenshot 2016 03 16 22 55 02 |
freecodecampfreecodecamp | video challenge title tag say hike | Help Wanted | image should be the name of the challenge like in other type of challenge |
freecodecampfreecodecamp | suggestion external link in non english challenge direct to translate version if available | Help Wanted | there be wikipedia and mdn link in the challenge that have translation available the spanish version of the challenge for example could link to the spanish version of the page instead of the default english one |
freecodecampfreecodecamp | different long streak value when log in vs log out | Help Wanted | the issue I see a different value for the long streak in my profile page when I be log in and a different value when I be log out how to reproduce 1 log in to fcc and visit your profile page 2 note your long streak 3 log out of fcc 4 visit your profile page and note your long streak browser information user agent mozilla 5 0 x11 linux x86 64 applewebkit 537 36 khtml like gecko chrome 48 0 2564 116 safari 537 36 google chrome version 48 0 2564 116 64 bit on ubuntu 14 04 lts 64 bit desktop screenshot image be on google drive link open in a new tab when log in when log out additional info I ask in chat freecodecamp freecodecamp and no one else seem to have or have notice this issue right now my streak on some day be make up of point award for solve waypoint on some day it s make up of point receive via camperbot on gitter when I be thank on other day it s make up of a combination of both |
freecodecampfreecodecamp | use label statement in the pig latin exercise throw an undefined label error | Bug | issue description the issue happen when you use a label statement in the pig latin exercise I have be unable to confirm whether this issue happen in other exercise as well to reproduce 1 visit the pig latin algorithm exercise 2 use a label statement follow by a for loop 3 observe the difference between the freecodecamp output and chrome s console freecodecamp throw an syntaxerror unlabeled statement error but work flawlessly if you use chrome s console browser information google chrome 48 0 2564 116 official build m 64 bit window 7 your code js function translate str var isvowel aeiou var newstr test label1 for var I 0 I 2 I for var j 0 j 3 j break label1 return newstr translate california screenshot freecodecamp output chrome console output |
freecodecampfreecodecamp | break build | null | hello wave warn warning warn eslint plugin react just publish its new version 4 2 0 which be cover by your current version range after update it in your project the build keep fail this mean it s possible that your software be malfunction because of this update use this branch to work on adaption and fix happy fixing and merge palm tree github release add add support for flow annotation on stateless component 467 add prefer stateless function rule 214 add auto fix for jsx indent prop 483 shioju fix fix jsx no undef crash on object 469 fix proptype detection when declare before the component 472 change update dependency documentation improvement 464 alex tan 466 awong dev 470 gpx 462 thaggie the new version differ by 18 commit 8df4123 update changelog and bump version 6d375e0 merge pull request 483 from shioju autofix jsx indent prop 5bf26ae add auto fix for jsx indent prop a3eccd8 update dependency 108abb3 update sort comp documentation 0830226 add prefer stateless function rule fix 214 1b0caca fix proptype detection when declare before the component fix 472 45b3c27 update readme a9fc4ad merge pull request 462 from thaggie readme info 1e487fc merge pull request 470 from gpx patch 1 11aa238 fix typo ebab180 fix jsx no undef crash on object fix 469 488aaad add support for flow annotation on stateless component fix 467 73e3657 merge pull request 466 from awong dev patch 1 42b48fa use to write plain use to write plain there be 18 commit in total see the full diff this pull request be create by greenkeeper io it keep your software up to date all the time tired of see this sponsor message upgrade to the supporter plan you ll also get your pull request fast zap |
freecodecampfreecodecamp | callback definition | Help Wanted | challenge iterate over array with map have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 2 applewebkit 537 36 khtml like gecko chrome 48 0 2564 116 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code javascript var oldarray 1 2 3 4 5 only change code below this line var newarray oldarray in this example be start refer to callback when there hasn t be any explanation of what they be maybe the file before this should have something explain what a callback be and some simple example of they |
freecodecampfreecodecamp | get set for our back end development project create simple version for api project | Help Wanted | I think clementine be a wonderful starting place for the full stack app but many user be find it to be unnecessary and unhelpful for the api project they be get trip up on thing like authentication and mvc pattern which aren t necessary for the api project therefore I d like to suggest that the clementine generator instruction be move to a new step precede the full stack project for the api project either create a different boilerplate or provide none at all |
freecodecampfreecodecamp | record collection pass challenge even when fail to push track to undefined array | Help Wanted | the challenge fail to check for push a track to an undefined track array relevant code js else if prop track collection i d track push value it throw the follow error typeerror can not read property push of undefined yet I pass the challenge note I just want to point out this behaviour I know what the problem be and fix it in my code to properly push to the array in case any newbie like myself be wonder I fix it by check if track exist before push else if prop track if collection i d hasownproperty track collection i d track push value else collection i d track collection i d track push value |
freecodecampfreecodecamp | scrollbar overlap | Bug | probably relate to 7382 what I m see user agent mozilla 5 0 macintosh intel mac os x 10 11 3 applewebkit 537 36 khtml like gecko chrome 48 0 2564 116 safari 537 36 I e chrome mac |
freecodecampfreecodecamp | login error | Bug | freecodecamp issue template issue description issue happen when log in via email address only way I can login I get a red error tell I there be a problem and the green success message tell I that I ve log in after this everything seem to be work fine as I have be able to go through various area without a problem step to reproduce login use an email address I happen to be use a gmail address browser information chrome version 48 0 2564 116 m window 7 ent edition login error |
freecodecampfreecodecamp | request header parser microservice challenge only available in spanish | Bug | for some reason the request header parser challenge be in spanish only the cache version the challenge be still in english though screen shoot 2016 03 01 at 5 41 30 pm |
freecodecampfreecodecamp | add com1000 screenshot to contribute md | Help Wanted | we should have a link to and a screenshot of the challenge o matic 1000 com1000 in the contribute md guide many new user do not know it exist and it can save they lot of time and improve the quality of submission |
freecodecampfreecodecamp | small common multiple my solution be wrong but your site say it s correct | Help Wanted | the test case for this challenge only consist of range of 1 x it wasn t until after I d successfully pass this challenge use my code below that I realize that my solution be incorrect for range that do not begin at 1 eg 7 9 11 13 etc perhaps it might be a good idea to throw some other test case in there js function smallestcommon arr function isprime n var count 1 sqrt math floor math sqrt n for var I 2 I sqrt I if n I 0 break else count if count sqrt return true var max arr sort function a b return a b 1 var newarr 1 var prod newarr reduce function a b return a b for var I 2 I max I if isprime I newarr push I prod newarr reduce function a b return a b else if prod I 0 for var j I 1 j 2 j if I j 0 newarr push I j prod newarr reduce function a b return a b break return prod |
freecodecampfreecodecamp | the map window three scroll bar in chrome | Bug | image test on late chrome win 10 |
freecodecampfreecodecamp | profile lookup exercise unchecked point although the output be correct | Bug | challenge profile lookup solution 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 0avar 20name 20 3d 20 5b 22akira 22 2c 22harry 22 2c 22sherlock 22 2c 22kristian 22 5d 3b 0avar 20propdefault 3d 5b 22firstname 22 2c 22lastname 22 2c 22number 22 2c 22likes 22 5d 3b 0afunction 20lookup 28firstname 2c 20prop 29 7b 0a 20 20var 20a 3dname indexof 28firstname 29 3b 0a 20 20var 20b 3dpropdefault indexof 28prop 29 3b 0a 20 20if 28a 3e 1 26 26b 3e 1 29 7b 0a 20 20 20 20return 20contacts 5ba 5d 5bprop 5d 3b 0a 20 20 7d 0a 20 20if 28a 3d 3d 1 29 7b 0a 20 20 20 20return 20 22no 20such 20contact 22 3b 0a 20 20 7d 0a 20 20if 28b 3d 3d 1 29 7b 0a 20 20 20 20return 20 22no 20such 20property 22 3b 0a 20 20 7d 0a 20 20 0a 7d 0a 0alookup 28 22sherlock 22 2c 20 22likes 22 20 29 3b 0a have an issue user agent be mozilla 5 0 window not 10 0 wow64 applewebkit 537 36 khtml like gecko chrome 48 0 2564 116 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 var name akira harry sherlock kristian var propdefault firstname lastname number like function lookup firstname prop var a name indexof firstname var b propdefault indexof prop if a 1 b 1 return contact a prop if a 1 return no such contact if b 1 return no such property lookup sherlock like |
freecodecampfreecodecamp | cloud9 readability | Help Wanted | freecodecamp issue template issue description when issue happen when go through node js and express js section many of the challenge use a very light grey font color for certain information and because of cloud9 s color scheme it be almost impossible to read screen shot attach personally I ve have to ask people to help I read those section and after a few minute of we guess we ve end up figure it out but it s an unfortunate obstacle I m not sure if there be any way to change this since it be on cloud9 edit I feel dumb for not think about this before but after look through cloud9 s menu I realize that there be several different theme choice and if you choose a dark theme for the code editor it will ask you if you want to change the main theme to be dark also sound like besides the code editor there be only two theme for the main ui dark and light the dark theme for the main ui which include the terminal make read those section way easy possible fix in either the video introduction the list of instruction on fcc or both it might make sense to tell camper to change to a dark theme and then to click yes when it ask if you want to change the main theme to dark also to prevent other camper from not be able to read section of the challenge end edit step to reproduce run most if not any of the node js and express js challenge in cloud9 I know for sure that if you run the express challenge that the very first challenge have this issue under the hint section browser information browser name version chrome 48 0 2564 116 64 bit operating system osx 10 10 5 screenshot screen shoot 2016 02 26 at 10 57 38 am |
freecodecampfreecodecamp | accept wrong answer | Help Wanted | issue description when solve the render image from data source challenge write follow code in solution html it will not display any image but be still accept as answer |
freecodecampfreecodecamp | loopprotect lets infinite loop pass drop it | Bug | as point out by nugoose in issuecomment 185555456 the follow solution will cause an infinite loop on the test case drop 1 2 3 4 function n return n 5 but loopprotect cause it to break out of the loop and return arr which be the correct result js function drop arr func while func arr 0 arr shift return arr drop 1 2 3 4 function n return n 3 |
freecodecampfreecodecamp | unique name for algorithm function challenge | Help Wanted | saintpeter in order to facilitate follow up in our chatroom well to stick always to unique name for the function specifically check those name convert and where name should be totally identifiable perhaps add a number in order to avoid any similarity with natural language example function repeat be not a good naming |
freecodecampfreecodecamp | new dataset for force direct graph challenge | Help Wanted | we be retire camper news so we need a new dataset for our force direct graph challenge x identify an appropriate dataset preferably a static one which we can host on fcc x implement a work codepen demo of it I will fork it and record an update video for it update by raisedadead challenge have be replace with new datum set and have be rename its available now at we now need a update video of it cc septimus |
freecodecampfreecodecamp | fix howtonpm | Help Wanted | we need to audit howtonpm and figure out whether outstanding pull request exist that can fix our current issue with it I have previously recommend camper stop go after they finish challenge 11 3685 but it look like challenge 10 might be break now too here s the largely inactive repo here s what I propose we do 1 try to run through howtonpm and see how far we can get 2 look at the outstanding pull request and see whether there might be any that would fix that and test those locally 3 reach out to the person who s maintain it currently seem to be ashleygwilliam and see if we can convince she to accept those prs that would fix the functionality and introduce prs of our own if necessary if that doesn t work we may need to maintain a fork ourselves which would be undesirable but not out of the question |
freecodecampfreecodecamp | receive syntaxerror illegal break statement yet no break statement be use | Bug | challenge small common multiple solution 2f 20this 20was 20a 20tough 20one 20for 20me 0alet s 20use 20the 20euclidean 20algorithm 20to 20first 20get 20the 20gcd 20and 20 0athen 20use 20that 20to 20calculate 20the 20lcm 0athis 20below 20function 20for 20obtaining 20the 20gcd 20was 20posted 20on 20stackoverflow 20by 20 22alex 22 20at 20 0ahttps 3a 2f 2fstackoverflow com 2fquestions 2f17445231 2fjs how to find the great common divisor 2f17445304 2317445304 20 0a 2f 0afunction 20gcd 28a 2c 20b 29 20 7b 0a 20 20 20 20if 20 28 b 29 20 7b 0a 20 20 20 20 20 20 20 20return 20a 3b 0a 20 20 20 20 7d 20 20 20 20 0a 20 20 20 20return 20gcd 28b 2c 20a 20 25 20b 29 3b 0a 7d 0a 0afunction 20smallestcommons 28arr 29 20 7b 0a 20 20 20 20var 20newarr 20 3d 20 5b 5d 3b 20 2f will 20hold 20the 20range 20of 20number 20from 20arr 5b0 5d 20to 20arr 5b1 5d 2f 0a 20 20 20 20 20 20 20 20 0a 20 20 20 20arr sort 28function 28val1 2c 20val2 29 20 7b 20 2f order 20the 20array 20from 20least 20to 20greatest 2f 0a 20 20 20 20 20 20 20 20return 20val1 20 20val2 3b 0a 20 20 20 20 7d 29 3b 0a 20 20 20 20 0a 20 20 20 20for 20 28var 20i 20 3d 20arr 5b0 5d 3b 20i 20 3c 3d 20arr 5b1 5d 3b 20i 2b 2b 29 20 7b 20 2f create 20the 20full 20range 20of 20values 20under 20consideration 2f 0a 20 20 20 20 20 20 20 20newarr push 28i 29 3b 0a 20 20 20 20 7d 0a 20 20 20 20 0a 20 20 20 20 2f formula 20to 20use 20is 20lcm 28a 2cb 29 20 3d 20a 20 20b 20 2f 20gcd 28a 2c 20b 29 20 0a 20 20 20 20reduce 20array 20by 20recursively 20applying 20the 20formula 20to 20 0a 20 20 20 20the 20first 20two 20value 20until 20there 20is 20only 20one 20value 20left 2f 0a 20 20 20 20return 20newarr reduce 28function 28a 2c 20b 29 20 7b 20 0a 20 20 20 20 20 20 20 20return 20 28a 20 20b 29 20 2f 20 28gcd 28a 2c 20b 29 29 3b 0a 20 20 20 20 7d 29 3b 0a 7d 0a 0asmallestcommons 28 5b1 2c 205 5d 29 3b 0a have an issue user agent be mozilla 5 0 x11 linux x86 64 applewebkit 537 36 khtml like gecko chrome 48 0 2564 109 safari 537 36 I keep receive this error syntaxerror illegal break statement that doesn t make any sense because my code isn t use a break statement anywhere even in my for loop the code work and pass all test case when I log the output in the console be I miss something my code javascript this be a tough one for I let s use the euclidean algorithm to first get the gcd and then use that to calculate the lcm this below function for obtain the gcd be post on stackoverflow by alex at function gcd a b if b return a return gcd b a b function smallestcommon arr var newarr will hold the range of number from arr 0 to arr 1 arr sort function val1 val2 order the array from least to great return val1 val2 for var I arr 0 I arr 1 I create the full range of value under consideration newarr push I formula to use be lcm a b a b gcd a b reduce array by recursively apply the formula to the first two value until there be only one value leave return newarr reduce function a b return a b gcd a b smallestcommon 1 5 |
freecodecampfreecodecamp | change the font size lesson have a bug | Bug | in the mean while when I be work with this problem it occur that the second p tag which do not contain any class attribute show an error of have a class attribute please fix this issue freecodecampbug |
freecodecampfreecodecamp | challenge do not complete testing in safari | Bug | challenge make object property private solution var 20car 20 3d 20function 28 29 20 7b 0a 20 20 2f 2f 20this 20is 20a 20private 20variable 0a 20 20var 20speed 20 3d 2010 3b 0a 0a 20 20 2f 2f 20these 20are 20public 20methods 0a 20 20this accelerate 20 3d 20function 28change 29 20 7b 0a 20 20 20 20speed 20 2b 3d 20change 3b 0a 20 20 7d 3b 0a 0a 20 20this decelerate 20 3d 20function 28 29 20 7b 0a 20 20 20 20speed 20 3d 205 3b 0a 20 20 7d 3b 0a 0a 20 20this getspeed 20 3d 20function 28 29 20 7b 0a 20 20 20 20return 20speed 3b 0a 20 20 7d 3b 0a 7d 3b 0a 0avar 20bike 20 3d 20function 28 29 20 7b 0a 0a 20 20 2f 2f 20only 20change 20code 20below 20this 20line 0a 0a 7d 3b 0a 0avar 20mycar 20 3d 20new 20car 28 29 3b 0a 0avar 20mybike 20 3d 20new 20bike 28 29 3b 20 7b 0a 20 20var 20gear 20 3d 201 3b 0a 0a 20 20this setgear 20 3d 20function 28newgear 29 20 7b 0a 20 20 20 20gear 20 3d 20newgear 3b 0a 20 20 7d 3b 0a 20 20 0a 20 20this getgear 20 3d 20function 28 29 20 7b 0a 20 20 20 20return 20gear 3b 0a 20 20 7d 3b 0a 20 20 0a 7d have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 9 5 applewebkit 601 4 4 khtml like gecko version 9 0 3 safari 537 86 4 please describe how to reproduce this issue and include link to screenshot if possible use safari 9 0 3 9537 86 4 4 console indicate that it be test the challenge but then freeze challenge test and code pass on chrome my code javascript var car function this be a private variable var speed 10 these be public method this accelerate function change speed change this decelerate function speed 5 this getspeed function return speed var bike function only change code below this line var mycar new car var mybike new bike var gear 1 this setgear function newgear gear newgear this getgear function return gear |
freecodecampfreecodecamp | chunky monkey need randomly generate test | Help Wanted | challenge chunky monkey solution function 20chunk 28arr 2c 20size 29 20 7b 0a 20 20 2f 2f 20break 20it 20up 0a 20 20var 20chunks 20 3d 20 5b 5d 3b 0a 20 20chunk push 28arr slice 280 size 2c 20size 29 29 3b 0a 20 20chunk push 28arr slice 28size 2c 202 size 29 29 3b 0a 20 20if 20 28arr length 20 3e 202 size 29 20 7b 0a 20 20 20 20 20 20chunk push 28arr slice 282 size 2c 203 size 29 29 3b 0a 20 20 7d 0a 20 20return 20chunks 3b 0a 7d 0a 0achunk 28 5b 22a 22 2c 20 22b 22 2c 20 22c 22 2c 20 22d 22 5d 2c 202 29 3b 0a have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 10 rv 44 0 gecko 20100101 firefox 44 0 my code javascript function chunk arr size var chunk chunk push arr slice 0 size size chunk push arr slice size 2 size if arr length 2 size chunk push arr slice 2 size 3 size return chunk this very naive code pass the test and I don t think it should this would fail randomly generate test array of random length random integer |
freecodecampfreecodecamp | access multi dimensional array with index | Help Wanted | I be help a fellow camper out with this one and feel that the challenge itself could be write or explain well and more in depth I ask quincylarson about it in gitter and he suggest that we open an issue here if I can think of idea other than explain it more in depth I ll comment they in here |
freecodecampfreecodecamp | open datum initiative improvement to torrent dataset | Help Wanted | quincylarson berkeleytrue user i d s if not the real one it should be a hashed one or similar that can be trace to previous dataset date of registration to add the aforementioned information I think it would be ok to add an object to each camper s subarray like i d campershashedid registrationdate 20160101xxxx otherchosendata etc I be not sure if datum about those who be register but haven t even touch a single exercise be available in the dataset should be include if not those who be register but opt in not to show datum when available the unsubscribe date do fcc delete all the datum of an unsubscribed at least a weekly calculation of the number of camper exist in the database with date of calculation be there a variable apart of name that indicate if the challenge be bonfire zipline or any other type of challenge |
freecodecampfreecodecamp | fix blank white wiki sidebar and scroll in io | Bug | this be a similar update that be make to map less which resolve the blank white sidebar that be appear on io device and also allow for the sidebar to scroll independent of the main content test on local environment while issue 6943 be refer to the map sidebar this pr be relate although I don t think there s a specific issue report for the wiki sidebar yet |
freecodecampfreecodecamp | redirect to homepage after complete a challenge | Bug | after complete some challenge use ctrl enter twice I get redirect to where a banner pop up and say oop something go wrong please try again later I m on the beginning of the html5 and css section edit I just look at the console after this happen again and here be the 2 error message error fail to load resource the server respond with a status of 403 forbid sidecar js map line 0 error fail to load resource the server respond with a status of 404 not find jquery min map line 0 |
freecodecampfreecodecamp | blank challenge on map page with broken link | Bug | after this morning s update I notice that there be several blank challenge on my map page the view this challenge link for these be also break |
freecodecampfreecodecamp | miss green check mark on video view | Help Wanted | there s no green check mark in the view for this video challenge image even though I ve complete it image as I ve mention in 6775 the view for video challenge aren t load from showvideo jade it seem the code for the green check mark would be place here in freecodecamp common app route hike component hike jsx image of course the view s go to need access to the variable that state whether or not the challenge be complete |
freecodecampfreecodecamp | profile page be not display complete solution correctly | Help Wanted | the profile page isn t show the complete algorithm and challenge correctly it appear that there be challenge old waypoint mix in with the algorithm old bonfire solution please see the screenshot below capture |
freecodecampfreecodecamp | progress not be save on video challenge | Bug | I answer all of the quiz question correctly and the box pop up say congratulation hike complete saving but then when I go back to the map or my account page there be no record of I have complete the challenge no green checkbox no mark on the calendar and no point I do the first video challenge yesterday and everything work like it s suppose to but upon log back in today no progress be be after I complete each subsequent challenge |
freecodecampfreecodecamp | javascript lingo mdn and documentation question issue | Bug | go though the new video challenge and question 3 on javascript lingo mdn and documentation doesn t seem to be there though click true answer it correctly while false give I the wrong answer animation screen shoot 2016 02 08 at 12 50 34 |
freecodecampfreecodecamp | react app nav bar doesn t match the main app nav bar | Bug | berkeleytrue the shop link disappear when on the react app version of the site news image job image |
freecodecampfreecodecamp | some problem with video challenge | Help Wanted | 1 after answer a question the answer remain highlight in the next question image 2 reference to hike upon challenge completion fix 3 large gap in the video description image 4 click on view this challenge on my code portfolio for one of my complete video challenge redirect I to the map |
freecodecampfreecodecamp | replace if else chain with switch comment out code fail the test | null | this be a rather small detail but in this challenge when the original if else code be replace by the switch statement it do not pass the first two test because the key word of if else be see however this should pass the test if the code be comment out it would then be possible to keep a nice record of the change make screen shoot 2016 02 03 at 12 17 39 am |
freecodecampfreecodecamp | can t add linkedin to my profile | Help Wanted | I ve get an account on your site and I ve successfully add github twitter and g to my profile but when I try to add linkedin nothing happen once I ve log in and authorize free code camp the problem seem to be on your side as the dialog close after attempt to authorize and when the button be click in the future no dialog box pop up as it s already be authorise |
freecodecampfreecodecamp | suggest online editor add comment support | Help Wanted | command or control should be toggle code comment thank this awesome repo and people who work on it |
freecodecampfreecodecamp | curriculum request create challenge to teach security and debugging | Help Wanted | curriculum request create challenge to teach security and debugging pre face I ve write about this suggest improvement in a recent medium post greenheart this article give I an idea e0711e21c4ce 2zgmfx7lk and describe both the issue solution and reason behind it over there I would love to collaborate with other contributor to create these challenge so feel free to come with suggestion smile greenheart ideology cover important security topic through challenge challenge should have user story to be complete for assess the user progress award a security focus certification list of resource to check and create the curriculum interactive tutorial on xss 6 good challenge might be good enough to just add to the curriculum in the same way like for example the node js challenge google html5 security 2014 xss google app security csrf jsrecipe backend csrf protection with express node express security overview https and user auth with node helmet js http header secutiry for node express nodesecurity io talk blog and whitepaper xss drapstv youtube t 6 019541 challenge idea to be consider idea 1 base on current backend challenge format camper be give a starter template bootstrap repository the repository can be a simple todo list app or any basic crud app they be give challenge with incremental difficulty to fix vulnerability different type of vulnerability can be split across challenge with their own set of user story idea 2 workshopper type format suggest by xapax part 1 fork owasp nodegoat this be a great resource and look quite promising write beginner friendly instruction if the tutorial provide be too advanced split into several small challenge an example of a challenge could be patch the code for server side js injection change eval to json parse ensure that all dependency be secure run nsp fix de misconfigured header part 2 this xss game from google be a great way to get practical experience with this specific threat 6 level of increase difficulty test by greenheart great challenge that be ready to be use as be if we get permission from google road map learn about vulnerability summarize most important fact that we can make use of decide what type of challenge should be develop this will be api or crud only back end or should we involve client side security in this project too maybe just focus on back end first decide which security topic we want to cover use env for sensitive variable like port mongo uri api key etc rafase282 escape dangerous character in request to the server the server should not store html in the db to stop user from add custom script tag to post that could be view by other user and possibly run malicious code in their browser protect against some xss attack protect from cross site request forgery csrf by add invisible csrf token to form and input example implementation use express backend csrf protection with express implement the challenge with feature that showcase these security topic insecure app version to use as template starter kit secure version to use for reference code review video challenge relate to security supplement challenge with video relate to security might even be a part of the security challenge certification this an initial suggestion for a workflow but please give feedback |
freecodecampfreecodecamp | map s complete chapterblock be not fade | Bug | when display the map chapter be not be fade unless all the sibling inside the same certification have their challenge complete work on a fix but just think I d document it here to avoid duplicate later also as notice in the follow image the link remain underlined after click fix that too will comment with pr link when ready |
freecodecampfreecodecamp | title case on font in these exercise | null | this be a bit of a formal issue not a bug per se in css proper font name like arial or time new roman should be title case and in quote where applicable generic font name like san serif or monospace should be lowercase wm challenge set the font family of an element solution 3cstyle 3e 0a 20 20 red text 20 7b 0a 20 20 20 20color 3a 20re 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 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 10 5 applewebkit 537 36 khtml like gecko chrome 46 0 2490 80 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 | weird nav dropdown om job page om mobile | Bug | om the job page when I open the dropdown navigation it open a small horisontal box instead of span the intire width og the page I be use a oneplus 2 |
freecodecampfreecodecamp | logical order in if else statement additional explanation would be helpful | Help Wanted | the challenge logical order in if else statement would I think be more effective with some additional explanation after a brief intro follow by the code for the two function foo x and bar x we read screen shoot 2016 01 26 at 11 21 41 pm then with no further ado the instruction be give screen shoot 2016 01 26 at 11 22 05 pm while there be nothing wrong with the instruction in and of themselves the use of the word correct in return the correct statement imply that the result of one of the example function be incorrect and while we might reasonably say one of the result be not the expect or desire result we should also reasonably admit that 0 be both less than 1 and less than 2 I e both statement be correct I would suggest something along the line of the following to be add after the sample result of foo and bar and before the instruction note that while both of these statement be true one be more precise than the other even though 0 be less than one bar 0 do not return less than one because it never have a chance to test whether 0 be less than one instead since 0 meet the condition of the first if statement x 2 the function return less than two and exit the loop actually I m not sure loop be the good word there even though it be use in the exist text for this challenge could someone weigh in on whether it be appropriate to use loop when describe series of if else statement rather than say a for loop in any case at this point loop as a concept have not yet be explicitly introduce in the material |
freecodecampfreecodecamp | show user s map on user s portfolio page | Help Wanted | the new design progress be awesome I really like that my map be easily accessible on the right hand side of the screen I think the map could be utilize in another helpful way if I want to show someone my progress I send they my user portfolio page they can see everything I ve solve but it s overwhelming and doesn t give a high level overview so I m suggest that when someone view my portfolio page and then click map on the nav they should see my map not their own map then any camper can get a quick idea of where their fellow camper be on in progress perhaps encourage collaboration or healthy competition perhaps there s a well way but I think the progress report on the portfolio page be not very useful as be thought |
freecodecampfreecodecamp | change the font size of an element bug why the code can t pass | Bug | challenge change the font size of an element have an issue user agent be mozilla 5 0 window not 6 1 trident 7 0 slcc2 net clr 2 0 50727 net clr 3 5 30729 net clr 3 0 30729 medium center pc 6 0 net4 0c net4 0e rv 11 0 like gecko 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 | redirect to map aside on login | Bug | if I click on the map link on the nav to open up the map aside close it back then sign in I get redirect to should redirect to I think |
freecodecampfreecodecamp | twenty two solution miss try hard reset delete history old solution miss code | Bug | twenty two solution that I complete today be miss try hard reset delete history the last solution that show be miss code however it be still mark as complete I only know I do 22 today because the calendar streak show that number |
freecodecampfreecodecamp | condition be not display | Bug | challenge waypoint iterate through an array with a for loop solution 2f 2f 20example 0avar 20ourarr 20 3d 20 5b 209 2c 2010 2c 2011 2c 2012 5d 3b 0avar 20ourtotal 20 3d 200 3b 0a 0afor 20 28var 20i 20 3d 200 3b 20i 20 3c 20ourarr length 3b 20i 2b 2b 29 20 7b 0a 20 20ourtotal 20 2b 3d 20ourarr 5bi 5d 3b 0a 7d 0a 0a 2f 2f 20setup 0avar 20myarr 20 3d 20 5b 202 2c 203 2c 204 2c 205 2c 206 5d 3b 0a 0a 0a 2f 2f 20only 20change 20code 20below 20this 20line 0a 0avar 20mytotal 20 3d 200 3b 0a 0afor 20 28var 20i 20 3d 200 3b 20i 20 3c 20myarr length 3b 20i 2b 2b 29 20 7b 0a 20 20mytotal 20 2b 3d 20myarr 5bi 5d 3b 0a 7d 0a have an issue user agent be mozilla 5 0 window not 6 1 wow64 applewebkit 537 36 khtml like gecko chrome 47 0 2526 106 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible condition be not display not abele to continue screenshot 7 |
freecodecampfreecodecamp | the current example calculator do not allow for chain of operation | Help Wanted | the current example calculator while extremely well do from a front end perspective do not allow for chain of operation since this be now a requirement the example should be capable of do this it also have some quirk with decimal point that might want to be address allow for multiple decimal point place the decimal point at the second position until another digit have be enter |
freecodecampfreecodecamp | map datum across globe be inaccurate when zoom | Bug | as you zoom in the point wander something static might be well update by raisedadead challenge have be rename to |
freecodecampfreecodecamp | zipline camper leaderboard api datum discrepancy | Bug | challenge zipline build a camper leaderboard have an issue the datum be return by the endpoint have some user with more point in the last 30 day than they have all time which doesn t really make sense unless I m miss something obvious visit those user profile will show the correct value I know that the datum be only refresh for a user periodically be the two value perhaps update independently |
freecodecampfreecodecamp | extra semicolon at the top and bottom of the html preview | Bug | two semicolon at the top and bottom of the phone screen screen shoot 2016 01 08 at 12 05 11 pm |
freecodecampfreecodecamp | passthrough endpoint for weather api challenge | Help Wanted | currently camper have to find their own weather apis and leave their api key in their solution we need to create an endpoint where camper can pass param and we ll go fetch the datum for they use our unexposed api key then return that datum to they this will also make the challenge much easy as they can focus on work with the datum and present it rather than have to figure out the api themselves challenge zipline show the local weather have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 1 applewebkit 537 36 khtml like gecko chrome 47 0 2526 106 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible |
freecodecampfreecodecamp | challenge bonfire pig latin get undefine while all test pass locally | Bug | challenge bonfire pig latin solution function 20translate 28str 29 20 7b 0a 20 20 20 20var 20result 3b 0a 20 20 20 20switch 20 28str charat 280 29 29 7b 0a 20 20 20 20 20 20 20 20case 20 27a 27 3a 0a 20 20 20 20 20 20 20 20case 20 27i 27 3a 0a 20 20 20 20 20 20 20 20case 20 27o 27 3a 0a 20 20 20 20 20 20 20 20case 20 27u 27 3a 0a 20 20 20 20 20 20 20 20case 20 27e 27 3a 0a 20 20 20 20 20 20 20 20 20 20 20 20result 20 3d 20str 20 2b 20 27way 27 3b 0a 20 20 20 20 20 20 20 20 20 20 20 20break 3b 0a 20 20 20 20 20 20 20 20default 3a 0a 20 20 20 20 20 20 20 20 20 20 20 20for 20 28var 20i 20 3d 201 3b 20i 20 3c 20str length 3b 20i 2b 2b 29 7b 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20var 20done 20 3d 20false 3b 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20switch 20 28str charat 28i 29 29 7b 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20case 20 27a 27 3a 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20case 20 27i 27 3a 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20case 20 27o 27 3a 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20case 20 27u 27 3a 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20case 20 27e 27 3a 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 2f 2fdo 20your 20thing 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20done 20 3d 20true 3b 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20result 20 3d 20str slice 28i 2c 20str length 29 20 2b 20str substr 280 2c 20i 29 20 20 2b 20 27ay 27 3b 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20break 3b 0a 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20default 3a 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 2f 2fdo 20nothing 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20break 3b 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 7d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20if 20 28done 29 7b 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20break 3b 2f 2fout 20of 20loop 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 7d 0a 20 20 20 20 20 20 20 20 20 20 20 20 7d 0a 20 20 20 20 7d 0a 20 20 20 20return 20result 3b 0a 7d 0a 0atranslate 28 22california 22 29 3b 0a have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 rv 43 0 gecko 20100101 firefox 43 0 please describe how to reproduce this issue and include link to screenshot if possible my code javascript function translate str var result switch str charat 0 case a case I case o case u case e result str way break default for var I 1 I str length I var do false switch str charat i case a case I case o case u case e do your thing do true result str slice I str length str substr 0 I ay break default do nothing break if do break out of loop return result translate california |
freecodecampfreecodecamp | testing waypoint | Help Wanted | we need to expand our current testing waypoint currently there be only two ideally we want to cover a testing framework like jasmine we need to 1 create rough list use checkboxe of which concept we want to teach in what order 2 start build the challenge 3 qa the challenge and refine their copy |
freecodecampfreecodecamp | new curriculum regular expression 2 checkpoint | Help Wanted | we re pretty anemic in our coverage of regular expression and we need to add more waypoint we should have a whole new section that be just regex target 15 20 waypoint 2 checkpoint this issue to discuss and track development of new waypoint some brainstorm from curriculum development wildcard 1 wp quantity specifier and x y 3 wp optionality non greedy capture 1 wp character class abc and their inverse 2 3 wp character range a z and 0 9 2 wp case insensitivity flag I global flag g pre define character class and their inverse d d w w s s 3 wp check for pattern back reference 1 wp capture group 2 wp replace anchor and 2 wp for reference waypoint definition use test literal match 1 abc literal match 2 ab cd flag I case insensitive flag g global wildcard character class 1 abc count vowel character class 2 abc character class 3 a z0 9 character class 4 abc quantity specifier 1 quantity specifier 2 checkpoint 1 match simple literal pattern with optional follower character class anchor 1 anchor 2 pre define character class 1 w pre define character class 2 w pre define character class 1 d pre define character class 1 d pre define character class 1 s pre define character class 1 s quantity specifier 3 x y quantity specifier 4 x quantity specifier 5 y optionality capture group capture group 2 use replace checkpoint 2 how to contribute comment on this issue with idea about how to do the above curriculum write out sample description or sample code claim a waypoint to work on discuss in the curriculumdevelopment room edit or create a waypoint write prs against this branch |
freecodecampfreecodecamp | checkpoint stand in line 404 | Bug | checkpoint stand in line return a 404 error |
freecodecampfreecodecamp | request header parser microservice ambiguous user story | Help Wanted | challenge basejump request header parser microservice have an issue there be only one user story I can get the ip address language and operating system for my browser this be super ambiguous I think it need to be more specific about return that datum as json maybe I can see my browser s ip address language and operating system as a json object unless it s really suppose to be this wide open |
freecodecampfreecodecamp | understand string immutability I don t understand what it want I to do | Help Wanted | these be the only give instruction instruction correct the assignment to mystr to achieve the desire effect the code give be this setup var mystr jello world only change code below this line mystr 0 h fix I mystr hello world and the error state attempt to assign to readonly property this might just be I but I don t really know what it s ask for as there be no mission goal under the write instruction that must be finish in order to pass onto the next class |
freecodecampfreecodecamp | not a bug but a suggestion | Help Wanted | challenge waypoint make circular image with a border radius solution 3clink 20href 3d 22http 3a 2f 2ffont 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 3cimg 20class 3d 22smaller image 20thick green border 22 20src 3d 22https 3a 2f 2fbit ly 2ffcc relax cat 22 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 have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 10 5 applewebkit 537 36 khtml like gecko chrome 47 0 2526 106 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 I think this section can be wrap up by introduce the border shorthand property if this be do in later challenge sorry 1 |
freecodecampfreecodecamp | back end certificate not show up nor be it claimable | Bug | account that should show the back end certificate aren t and the certificate doesn t seem to be accessible |
freecodecampfreecodecamp | target the same element with multiple jquery selector | Help Wanted | this be by far the most frequent question I see in the main chat receive pm about it come up several time a day the answer they provide aren t syntax conceptual issue it be just that many camper seem to think they be suppose to add all three class to the last one target1 not sure of the good solution it s seem straightforward to I but I think it may be this line that cause the confusion to some of our non native speaker although it be possible to add multiple class in a single addclass call let s add they to the same element in three different way maybe it be because although that be confuse and strong emphasis such as we can add multiple class in a single but this time let s add one class might help or something else heh cheer |
freecodecampfreecodecamp | replace tic tac toe example | Help Wanted | this example do not fullfill user story I can beat the game here I m the x one screenshot 1 screenshot 2 |
freecodecampfreecodecamp | ga node seed add most recent file commit hash to ga | Help Wanted | purpose capture change to challenge file in the ga datum this can be do by report on the most recent commit hash for the challenge file this can be look up against the main repo to get a perfect link to a give change or collection of change process 1 when read in the file during the node seed process also collect the most recent git hash for each file this can be do from the command line git log n1 pretty format h seed challenge 01 front end development certification basic javascript json example output 513f2aa 2 store in a property like challenge recenthash during node seed 3 when output to ga append this hash to the completion message |
freecodecampfreecodecamp | lack of space inside a function somehow disable a loop | null | challenge bonfire roman numeral converter have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 2 applewebkit 537 36 khtml like gecko chrome 47 0 2526 80 safari 537 36 a simple line break make the difference between pass or fail in this bonfire somehow have that return m in a separate line enable the 2k and 3k result be I unknowingly miss a weird rule in js my ugly code for reproduction javascript function convert num num num tostre var rplace I v x x l c c d m r length num length place 0 m ms function placeval place for var x 1 x placeval math pow 10 place 3 x m m return m return r num split map function placeval index place length index 1 return place 2 ms placeval place placeval 1 rplace place 0 placeval 2 rplace place 0 rplace place 0 placeval 3 rplace place 0 rplace place 0 rplace place 0 placeval 4 rplace place 0 rplace place 1 placeval 5 rplace place 1 placeval 6 rplace place 1 rplace place 0 placeval 7 rplace place 1 rplace place 0 rplace place 0 placeval 8 rplace place 1 rplace place 0 rplace place 0 rplace place 0 placeval 9 rplace place 0 rplace place 2 null join convert 36 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.