repository stringclasses 156 values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8 values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
freecodecampfreecodecamp | front end doesn t work | Help Wanted | challenge metricimperial converter have an issue user agent be mozilla 5 0 window not 10 0 wow64 applewebkit 537 36 khtml like gecko chrome 55 0 0 12137 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible fill in the frontend portion return nothing whenever the convert button be press |
freecodecampfreecodecamp | codepen account now require a credit card | Bug | challenge build a tribute page have an issue user agent be mozilla 5 0 window not 6 1 win64 x64 applewebkit 537 36 khtml like gecko chrome 58 0 3029 110 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible |
freecodecampfreecodecamp | console log explanation need to be beginner friendly | Bug | challenge profile lookup have an issue user agent be mozilla 5 0 window not 6 3 win64 x64 applewebkit 537 36 khtml like gecko chrome 58 0 3029 110 safari 537 36 just run and check the output on console it show all the array firstname without iterate it 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 only change code below this line console log firstname only change code above this line change these value to test your function lookupprofile akira like |
freecodecampfreecodecamp | miss semi colon in calculator js | Help Wanted | issue description miss semi colon on the below line of file public js calculator js l186 l203 l246 note beginner friendly only |
freecodecampfreecodecamp | typo in how nonprofit project work page | Help Wanted | there be a couple typo on our how nonprofit project work page gei1zfvv |
freecodecampfreecodecamp | addition modification to the code of conduct | Help Wanted | we need to update the code of conduct page spamming include post off topic message to disrupt discussion promote a product or solicit donation to include the over post I e post picture every minute of image video and text that be relate to the current conversation for example spamming include post off topic message to disrupt discussion promote a product solicit donation or post multiple large picture video stream and text in sequence that disrupt discussion suggestion welcome for well verbiage the source file be here |
freecodecampfreecodecamp | beta challenge copy array item use slice minify react error | Bug | challenge copy array item use slice have an issue if I simply return the array by slice it like this js function forecast arr change code below this line return arr slice 2 4 do not change code below this line console log forecast cold rainy warm sunny cool thunderstorm it return a minify react error image the function return the same value as expect when I copy paste into the console |
freecodecampfreecodecamp | beta tribute page doesn t include user story | Help Wanted | challenge name issue description on open the page there be no criterion user story list on the challenge page require user story need to be list also the youtube video do not play link may be incorrect screenshot edit by mod the youtube video be get replace by image refer 15187 |
freecodecampfreecodecamp | I can t modify the function to return anything other than collection | Bug | challenge record collection solution 0a 2f 2f 20setup 0avar 20collection 20 3d 20 7b 0a 20 20 20 20 222548 22 3a 20 7b 0a 20 20 20 20 20 20 22album 22 3a 20 22slippery 20when 20wet 22 2c 0a 20 20 20 20 20 20 22artist 22 3a 20 22bon 20jovi 22 2c 0a 20 20 20 20 20 20 22tracks 22 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 20 222468 22 3a 20 7b 0a 20 20 20 20 20 20 22album 22 3a 20 221999 22 2c 0a 20 20 20 20 20 20 22artist 22 3a 20 22prince 22 2c 0a 20 20 20 20 20 20 22tracks 22 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 20 221245 22 3a 20 7b 0a 20 20 20 20 20 20 22artist 22 3a 20 22robert 20palmer 22 2c 0a 20 20 20 20 20 20 22tracks 22 3a 20 5b 20 5d 0a 20 20 20 20 7d 2c 0a 20 20 20 20 225439 22 3a 20 7b 0a 20 20 20 20 20 20 22album 22 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 json stringify collection 3b 0a 0a 2f 2f 20only 20change 20code 20below 20this 20line 0a 0afunction 20updaterecords i d 2c 20prop 2c 20value 20 7b 0a 20 20 2f 2fif 20exists 20function 20 0a 20 20console log 22falsy 22 3b 0a 20 20return 20false 3b 0a 7d 0a 0a 2f 2f 20alter 20values 20below 20to 20test 20your 20code 0aupdaterecords 5439 2c 20 22artist 22 2c 20 22abba 22 3b 0a 0a have an issue user agent be mozilla 5 0 window not 6 1 win64 x64 applewebkit 537 36 khtml like gecko chrome 58 0 3029 110 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 exist function console log falsy return false alter value below to test your code updaterecord 5439 artist abba |
freecodecampfreecodecamp | word blank exercise under basic js have a small bug | Help Wanted | challenge word blank solution 0afunction 20wordblanks mynoun 2c 20myadjective 2c 20myverb 2c 20myadverb 20 7b 0a 20 20var 20result 20 3d 20 22 22 3b 0a 20 20 2f 2f 20your 20code 20below 20this 20line 0a 20 20 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 22dog 22 2c 20 22big 22 2c 20 22ran 22 2c 20 22quickly 22 3b 0a have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 12 5 applewebkit 537 36 khtml like gecko chrome 58 0 3029 110 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code javascript function wordblank mynoun myadjective myverb myadverb var result your code below this line your code above this line return result change the word here to test your function wordblanks dog big run quickly the var result should be inside your code below this line and your code above this line like this your code below this line var result your code above this line instead this be show up as like this solution 0afunction 20wordblanks mynoun 2c 20myadjective 2c 20myverb 2c 20myadverb 20 7b 0a 20 20var 20result 20 3d 20 22 22 3b 0a 20 20 2f 2f 20your 20code 20below 20this 20line 0a 20 20 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 22dog 22 2c 20 22big 22 2c 20 22ran 22 2c 20 22quickly 22 3b 0a this can be very misleading for new coder like I as I we think of not have to change var result but do something else this exercise be actually otherwise an easy exercise this issue also could be relate to 14630 open a new ticket as that be tag beta ps there be no mentioning on whom to tag when report an issue it would be great if you guy could mention a person to tag to each ticket |
freecodecampfreecodecamp | the comment code be consider for code validatation rather than just comment | Bug | use object for lookup link for the challenge issue description in this challenge I have to produce object version of switch statement as I have to remember each case member of switch to produce an object version I have comment out the whole switch part and retype the correct object version though I haven t able to pass the test this be due to test check of you should not use case switch or if statement during comment out the switch it should not validate the usage of switch and consider it just as a comment browser information browser name version google chrome operating system window 10 mobile desktop or tablet desktop your code setup function phoneticlookup val var result only change code below this line var lookup alpha adam bravo boston charlie chicago delta denver echo easy foxtrot frank result lookup val switch val case alpha result adam break case bravo result boston break case charlie result chicago break case delta result denver break case echo result easy break case foxtrot result frank only change code above this line return result change this value to test phoneticlookup charlie screenshot freecodecamp |
freecodecampfreecodecamp | pseudocode break omission | Help Wanted | challenge add a default option in switch statement in this challenge s pseudocode it do omit the break statement where it be need this may be obvious and it s not a bug per se but I m sure it could confuse some user who be new to programming side note love this site thank you for all your hard work pseudocode switch num case value1 statement1 break case value2 statement2 break default defaultstatement edit challenge be still passable be break unecessary sorry for the confusion |
freecodecampfreecodecamp | test case can be trick | null | challenge reverse a string have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 12 0 applewebkit 537 36 khtml like gecko chrome 58 0 3029 110 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code javascript function reversestre str return str reversestre hello all test case be visible so I can just do like this if test case this some scenario return this expect answer e g if hello should output olleh I can do if str hello return olleh and hence I can pass all test case without actually code anything I would suggest hide some test case and only show result for they whether it have pass or fail |
freecodecampfreecodecamp | css change color text single quote not work | Help Wanted | challenge change the color of text have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 12 5 applewebkit 603 2 4 khtml like gecko version 10 1 1 safari 603 2 4 please describe how to reproduce this issue and include link to screenshot if possible use beta first line doesn t pass with single quote around color red but double quote color red do pass as instruct I first go to chat and be tell that there s an issue with the testing software that doesn t accept single quote when ask for a link I be tell to search the main fcc site I look at the faq and find nothing I also search the forum if this be in fact a know issue then it should be make clear in the actual lesson up to this point I ve use single quote on the challenge and haven t have an issue html catphotoapp click here to view more cat photo thing cat love cat nip laser pointer lasagna top 3 thing cat hate flea treatment thunder other cat indoor outdoor love lazy energetic submit |
freecodecampfreecodecamp | challenge font and font size change when refreshing or opening with direct link | Help Wanted | challenge name introduction to the react challenge issue description if you open the page from the map you see a slightly different page to the page when you refresh it or open it from the link when you open the page from the map you see this image but then if you refresh the page or open it from the challenge link you see this image browser information browser name version mozilla 5 0 window not 10 0 win64 x64 applewebkit 537 36 khtml like gecko chrome 58 0 3029 110 safari 537 36 operating system window 10 mobile desktop or tablet desktop |
freecodecampfreecodecamp | bug in pass the test with erroneous code | Help Wanted | I pass the test with the follow wrong code it do not even work correctly see the image image challenge use responsive design with bootstrap fluid container have an issue user agent be mozilla 5 0 window not 10 0 win64 x64 applewebkit 537 36 khtml like gecko chrome 58 0 3029 110 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code html catphotoapp click here for cat photo thing cat love cat nip laser pointer lasagna top 3 thing cat hate flea treatment thunder other cat indoor outdoor love lazy crazy submit |
freecodecampfreecodecamp | beta datum visualization with d3 use dynamic scale | Help Wanted | datum visualization with d3 use dynamic scale minor change to the instruction remember to keep the plot right side up when you set the range for the y coordinate the high value height less padding be the first argument and the low value be the second argument should can be change to remember to keep the plot right side up when you set the range for the y coordinate the high value height minus padding be the first argument and the low value be the second argument |
freecodecampfreecodecamp | replace heroku c9 io instruction with glitch com instruction on production | Help Wanted | we no long recommend use heroku com c9 io for our back end project both of they now require credit card and have limit resource instead we recommend glitch com we need to update the instruction on our back end challenge to tell camper to use glitch com instead here s what these instruction look like on our beta branch managing package with npm how to use package json the core of any node js project or npm package freecodecamp be anyone interested in branch off of backup master and modify the back end certificate s seed file to remove the reference to heroku and c9 and recommend glitch com instead |
freecodecampfreecodecamp | basic javascript in beta correct code win t pass without refresh on some challenge | Help Wanted | challenge pass value to function with argument have an issue user agent be chrome 58 0 3029 110 please describe how to reproduce this issue and include link to screenshot if possible js example function ourfunctionwitharg a b console log a b ourfunctionwithargs 10 5 output 5 only change code below this line function functionwitharg par1 par2 console log par1 par2 functionwitharg 1 2 this challenge as well as other shopping list write reusable javascript with function and a few other early one I can t specifically name all have an issue where I write the correct answer and try to run and the test all fail regardless of it output the correct answer from my code if I reload the page and then use the code it save for I run the test it pass and go on this might be something that s already be solve but I didn t see anything specifically about this so I want to share in case it be an issue for anyone else use chrome 58 0 3029 110 64 bit window 10 creator update on an hp laptop happy to give any other detail need I ve attach a gif I make show the issue 2017 05 23 23 02 13 |
freecodecampfreecodecamp | beta hard redirect keyboard shortcut not work | Help Wanted | on beta the hard redirect shortcut key from this file do not work ex g n w should take you to |
freecodecampfreecodecamp | mobile preview render of 12 column grid not properly display | Help Wanted | challenge name issue description challenge preview button do not follow the 12 column grid and include space between they and appear to be of a fix not fluid size change text length do not change button width browser information browser name version chrome 58 operating system window 8 1 mobile desktop or tablet desktop your code js screenshot |
freecodecampfreecodecamp | default output for output component be mislead | Bug | cc freecodecamp moderator this issue be that the output component say that all output and console log statement will output to this mock console however in most case this be actually not the case right now the component really only serve as an indicator of whether or not the test have pass and or if the test suite be run occasionally console log output will show up here if the correct code be in the editor when the page load but I don t see challenge output here in any case take this for example a very simple challenge with no output and no console log statement be show you will see the console log when you follow the link but not when you run the challenge the console log output would never be see in the typical fcc workflow instead all you get be js run test test complete or if the answer be wrong a series of error message however I also tend to think that the error message go here be redundant because the test case indicator themselves clearly indicate what be pass and what be fail I think it would be more useful to have console log statement and return value be show here instead if no one else agree I think at the least we should change the default text so that camper be not mislead as to what will be show in the console e g something besides this since neither really seem to be true your output will go here any console log statement will appear in here as well |
freecodecampfreecodecamp | add donate page to stage | Help Wanted | we currently have a donate button on the production website in place of the link to the shop change the button in the nav bar that currently point to the shop to instead point to |
freecodecampfreecodecamp | point bug modal to forum instead of github issue tracker | Help Wanted | when a user create a bug report that should be do in the forum we will use that forum as a staging place for issue forum be more conducive to discussion there on the forum moderator can then escalate issue this need to happen on both staging and on backup master |
freecodecampfreecodecamp | tutorial on mlab should be add | Help Wanted | challenge name mongoose project issue description the challenge be say then require mongoose store your mlab database uri in the private env file as mongo uri problem be that nothing have be say previously on mlab it could be more user friendly to have a link that redirect to mlab and to precise how to signup create a database add a new database user etc I want to precise it just in case keep up the good work |
freecodecampfreecodecamp | comparison with the strict equality operator difference between and word | Help Wanted | challenge comparison with the strict equality operator have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 6 applewebkit 537 36 khtml like gecko chrome 57 0 2987 133 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code javascript setup function teststrict val if val change this line return equal return not equal change this value to test teststrict 10 the explanation for the difference between and be incorrect they both test for the data type of the compare element but do not allow the element to be convert to other datum type if they be not the same where as a k a coercion do allow the element to be convert |
freecodecampfreecodecamp | track challenge submission count | Help Wanted | modify this bit here to add a count of number of time use have submit this challenge l32 l36 something like this js finalchallenge completedchallenge completeddate oldchallenge completeddate lastupdate completedchallenge completeddate numofattempt oldchallenge numofattempt 1 happy code |
freecodecampfreecodecamp | incorrect phrasing on challenge drop it | Help Wanted | challenge drop it solution function 20dropelements arr 2c 20func 20 7b 0a 20 20return 20 arr length 20 7c 7c 20func arr 5b0 5d 20 3f 20arr 20 3a 20dropelements arr slice 1 2cfunc 3b 0a 20 20 2f 2f 20return 20 arr filter func length 20 3f 20arr splice arr indexof arr filter func 5b0 5d 20 3a 20 5b 5d 20 3b 0a 7d have an issue user agent be mozilla 5 0 x11 linux x86 64 applewebkit 537 36 khtml like gecko chrome 57 0 2987 133 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible I believe the use the term argument in the first sentence of this challenge be use incorrectly and could be confuse especially consider the second sentence the current challenge text read drop the element of an array first argument start from the front until the predicate second argument return true the second argument func be a function you ll use to test the first element of the array to decide if you should drop it or not I propose it read drop the element of an array start from the first 0 index until the predicate second element return true the second argument func be a function you ll use to test the first element of the array to decide if you should drop it or not |
freecodecampfreecodecamp | code format in sass use if and else to add logic to your style | Help Wanted | sass use if and else to add logic to your style formatting of code image the code doesn t give success if there be a space between border and the colon afterwards if val light border 1px solid black good if val light border 1px solid black no good browser information chrome browser name version chrome operating system window 8 1 mobile desktop or tablet desktop your code js screenshot image |
freecodecampfreecodecamp | beta learn how a stack work bug can not be solve | Bug | challenge learn how a stack work have an issue greenheart look like a bug be introduce to this challenge in 13576 challenge be no long solveable look like there s an extra paren on line 67 l67 do you want to fix or should I or help want super easy fix I be read through some of the issue and other prs surround this we sure this be the good way to go in general it feel like check for pop and push and use the deepequal assertion might be a more robust and definitely more readable solution overall thought |
freecodecampfreecodecamp | correct solution fail without correct boilerplate html nest an anchor challenge | Bug | challenge nest an anchor element within a paragraph solution 0a 3clink 20href 3d 22https 3a 2f 2ffonts googleapis com 2fcss 3ffamily 3dlobster 22 20rel 3d 22stylesheet 22 20type 3d 22text 2fcss 22 3e 0a 3cstyle 3e 0a 20 20 red text 20 7b 0a 20 20 20 20color 3a 20re 3b 0a 20 20 7d 0a 0a 20 20h2 20 7b 0a 20 20 20 20font family 3a 20lobster 2c 20monospace 3b 0a 20 20 7d 0a 0a 20 20p 20 7b 0a 20 20 20 20font size 3a 2016px 3b 0a 20 20 20 20font family 3a 20monospace 3b 0a 20 20 7d 0a 0a 20 20 thick green border 20 7b 0a 20 20 20 20border color 3a 20green 3b 0a 20 20 20 20border width 3a 2010px 3b 0a 20 20 20 20border style 3a 20solid 3b 0a 20 20 20 20border radius 3a 2050 25 3b 0a 20 20 7d 0a 0a 20 20 small image 20 7b 0a 20 20 20 20width 3a 20100px 3b 0a 20 20 7d 0a 3c 2fstyle 3e 0a 0a 3ch2 20class 3d 22red text 22 3ecatphotoapp 3c 2fh2 3e 0a 0a 3cp 3eview 20more 20 3ca 20href 3d 20 22http 3a 2f 2fwww freecatphotoapp com 22 3e 20cat 20photos 3c 2fa 3e 3c 2fp 3e 0a 0a 3cimg 20class 3d 22smaller image 20thick green border 22 20src 3d 22https 3a 2f 2fbit ly 2ffcc relax cat 22 20alt 3d 22a 20cute 20orange 20cat 20lying 20on 20it 20back 22 3e 0a 0a have an issue user agent be mozilla 5 0 window not 6 1 wow64 applewebkit 537 36 khtml like gecko chrome 57 0 2987 133 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code html catphotoapp view more cat photo |
freecodecampfreecodecamp | different behavior between chromium and firefox | Bug | challenge use css selector to style element have an issue user agent be mozilla 5 0 x11 linux x86 64 rv 53 0 gecko 20100101 firefox 53 0 please describe how to reproduce this issue and include link to screenshot if possible this challenge on the beta be test on both chromium 58 0 3029 110 and firefox 53 0 2 on chromium it submit successfully on firefox it do not claim that your h2 element should be blue html catphotoapp click here to view more cat photo thing cat love cat nip laser pointer lasagna top 3 thing cat hate flea treatment thunder other cat indoor outdoor love lazy energetic submit |
freecodecampfreecodecamp | the test be complete without write the arrow function | Bug | challenge write high order arrow function have an issue user agent be mozilla 5 0 window not 6 2 win64 x64 applewebkit 537 36 khtml like gecko chrome 58 0 3029 96 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible js use strict const realnumberarray 4 5 6 9 8 3 14 42 6 8 34 change code below this line var squaredinteger realnumberarray change code above this line test your code console log squaredinteger |
freecodecampfreecodecamp | beta challenge mutate an array declare with const need clear instruction | Help Wanted | challenge mutate an array declare with const have an issue user agent be mozilla 5 0 window not 6 2 win64 x64 applewebkit 537 36 khtml like gecko chrome 58 0 3029 96 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible this problem can be solve by change the value of const s in the description it tell that code below and code above this line js const s 2 5 7 change code below this line change code above this line test your code console log s |
freecodecampfreecodecamp | firefox content security policy error in beta site | Bug | beta site console error on all challenge which require test to pass that I ve check so far prevent completion of challenge content security policy directive frame src have be deprecate please use directive child src instead browser information browser name version firefox 53 0 2 operating system mac os mobile desktop or tablet desktop |
freecodecampfreecodecamp | should change property to name | Help Wanted | this challenge use the phrase property and value pair shouldn t that be name and value pair if I understand correctly the term property refer to the entire name value pair not simply the name challenge wherefore art thou solution 0afunction 20whatisinaname collection 2c 20source 20 7b 0a 20 20var 20arr 20 3d 20 5b 5d 3b 0a 20 20for 20 var 20i 20 3d 200 3b 20i 20 3c 20collection length 3b 20i 2b 2b 20 7b 0a 20 20 20 20for 20 var 20j 20 3d 200 3b 20j 20 3c 20source length 3b 20j 2b 2b 20 7b 0a 20 20 20 20 20 20if 20 collection 5bi 5d hasownproperty source 5bj 5d 20 26 26 0a 20 20 20 20 20 20 20 20 20 20collection 5bi 5d 20 3d 3d 3d 20source 5bj 5d 20 7b 0a 20 20 20 20 20 20 20 20arr push collection 5bi 5d 3b 0a 20 20 20 20 20 20 7d 0a 20 20 20 20 7d 0a 20 20 7d 0a 20 20return 20arr 3b 0a 7d 0a 0a 2f 2f 20function 20whatisinaname collection 2c 20source 20 7b 0a 2f 2f 20 20 20var 20arr 20 3d 20 5b 5d 3b 0a 2f 2f 20 20 20for 20 var 20i 20 3d 200 3b 20i 20 3c 20collection length 3b 20i 2b 2b 20 7b 0a 2f 2f 20 20 20 20 20if 20 collection 5bi 5d key include source key 20 26 26 20collection 5bi 5d value include source value 20 7b 0a 2f 2f 20 20 20 20 20 20 20arr push collection 5bi 5d 3b 0a 2f 2f 20 20 20 20 20 7d 0a 2f 2f 20 20 20 7d 0a 2f 2f 20 20 20return 20arr 3b 0a 2f 2f 20 7d 0a 0a 0awhatisinaname 0a 5b 7bfirst 3a 20 22romeo 22 2c 20last 3a 20 22montague 22 7d 2c 20 7bfirst 3a 20 22mercutio 22 2c 20last 3a 20null 7d 2c 20 0a 7bfirst 3a 20 22tybalt 22 2c 20last 3a 20 22capulet 22 7d 5d 2c 20 0a 7blast 3a 20 22capulet 22 7d 3b 0a have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 12 rv 52 0 gecko 20100101 firefox 52 0 please describe how to reproduce this issue and include link to screenshot if possible |
freecodecampfreecodecamp | beta it create an external link and take we to the bottom | Help Wanted | challenge link to internal section of a page with anchor element have an issue user agent be mozilla 5 0 window not 6 2 win64 x64 applewebkit 537 36 khtml like gecko chrome 58 0 3029 96 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible 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 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 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 | minor issue in description safari do work in the late version on late mac os | Help Wanted | challenge use html5 to require a field solution 0a 3clink 20href 3d 22https 3a 2f 2ffonts googleapis com 2fcss 3ffamily 3dlobster 22 20rel 3d 22stylesheet 22 20type 3d 22text 2fcss 22 3e 0a 3cstyle 3e 0a 20 20 red text 20 7b 0a 20 20 20 20color 3a 20re 3b 0a 20 20 7d 0a 0a 20 20h2 20 7b 0a 20 20 20 20font family 3a 20lobster 2c 20monospace 3b 0a 20 20 7d 0a 0a 20 20p 20 7b 0a 20 20 20 20font size 3a 2016px 3b 0a 20 20 20 20font family 3a 20monospace 3b 0a 20 20 7d 0a 0a 20 20 thick green border 20 7b 0a 20 20 20 20border color 3a 20green 3b 0a 20 20 20 20border width 3a 2010px 3b 0a 20 20 20 20border style 3a 20solid 3b 0a 20 20 20 20border radius 3a 2050 25 3b 0a 20 20 7d 0a 0a 20 20 small image 20 7b 0a 20 20 20 20width 3a 20100px 3b 0a 20 20 7d 0a 3c 2fstyle 3e 0a 0a 3ch2 20class 3d 22red text 22 3ecatphotoapp 3c 2fh2 3e 0a 0a 3cp 3eclick 20here 20for 20 3ca 20href 3d 22 23 22 3ecat 20photos 3c 2fa 3e 3c 2fp 3e 0a 0a 3ca 20href 3d 22 23 22 3e 3cimg 20class 3d 22smaller image 20thick green border 22 20alt 3d 22a 20cute 20orange 20cat 20lying 20on 20it 20back 20 22 20src 3d 22https 3a 2f 2fbit ly 2ffcc relax cat 22 3e 3c 2fa 3e 0a 0a 3cp 3ething 20cats 20love 3a 3c 2fp 3e 0a 3cul 3e 0a 20 20 3cli 3ecat 20nip 3c 2fli 3e 0a 20 20 3cli 3elaser 20pointer 3c 2fli 3e 0a 20 20 3cli 3elasagna 3c 2fli 3e 0a 3c 2ful 3e 0a 3cp 3etop 203 20thing 20cat 20hate 3a 3c 2fp 3e 0a 3col 3e 0a 20 20 3cli 3eflea 20treatment 3c 2fli 3e 0a 20 20 3cli 3ethunder 3c 2fli 3e 0a 20 20 3cli 3eother 20cat 3c 2fli 3e 0a 3c 2fol 3e 0a 3cform 20fccfaa 3d 22 2fsubmit cat photo 22 3e 0a 20 20 3cinput 20type 3d 22text 22 20required 20placeholder 3d 22cat 20photo 20url 22 3e 0a 20 20 3cbutton 20type 3d 22submit 22 3esubmit 3c 2fbutton 3e 0a 3c 2fform 3e 0a have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 12 4 applewebkit 603 1 30 khtml like gecko version 10 1 safari 603 1 30 please describe how to reproduce this issue and include link to screenshot if possible the lesson description say it will not work in safari but in my late version it work this be why I be open a bug report my code html catphotoapp click here for cat photo thing cat love cat nip laser pointer lasagna top 3 thing cat hate flea treatment thunder other cat submit |
freecodecampfreecodecamp | reverse a string not accept correct solution | Help Wanted | challenge reverse a string solution 0afunction 20reversestring str 20 7b 0a 20 20var 20retstr 3d 22 22 3b 0a 20 20var 20l 3dstr length 3b 0a 20 20for 20 var 20i 3d0 3b 20i 3cstr length 3b 20i 2b 2b 7b 0a 20 20 20 20retstr 2b 3d str 5bl i 1 5d 3b 0a 20 20 7d 0a 20 0a 20 20retstr 3d 22 5c 22 22 2bretstr 2b 22 5c 22 22 3b 0a 20 20 0a 20 20 0a 20 20 0a 20 20return 20retstr 3b 0a 7d 0a 0areversestring 22howdy 22 3b 0a have an issue user agent be mozilla 5 0 window not 10 0 win64 x64 applewebkit 537 36 khtml like gecko chrome 58 0 3029 81 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible I can complete the assignment with unshift but want to create this function to reuse in the other algorithm challenge my output seem correct but be not register as be correct my code javascript function reversestre str var retstr var l str length for var i 0 I |
freecodecampfreecodecamp | instruction and list item value differ on this challenge | Help Wanted | challenge understand uninitialized variable solution 0a 2f 2f 20initialize 20these 20three 20variable 0avar 20a 20 3d 205 3b 0avar 20b 20 3d 2010 3b 0avar 20c 20 3d 20 22i 20am 20a 22 3b 0a 0a 2f 2f 20do 20not 20change 20code 20below 20this 20line 0a 0aa 20 3d 20a 20 2b 201 3b 0ab 20 3d 20b 20 2b 205 3b 0ac 20 3d 20c 20 2b 20 22 20string 22 3b 0a 0a have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 6 applewebkit 537 36 khtml like gecko chrome 58 0 3029 81 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code javascript initialize these three variable var a 5 var b 10 var c I be a do not change code below this line a a 1 b b 5 c c string |
freecodecampfreecodecamp | typo input should be inputte | Help Wanted | challenge use html5 to require a field have an issue step read the challenge text actual it read then try to submit the form without input any text expect then try to submit the form without inputte any text |
freecodecampfreecodecamp | accessibility can not use challenge code editor with screen reader when focus screen reader doesn t detect exist text in the editor | Help Wanted | challenge headline with the h2 element solution 3ch1 3ehello 20world 3c 2fh1 3e 0a 3ch2 3ecatphotoapp 3c 2fh2 3e have an issue user agent be mozilla 5 0 window not 10 0 wow64 trident 7 0 net4 0c net4 0e net clr 2 0 50727 net clr 3 0 30729 net clr 3 5 30729 rv 11 0 like gecko please describe how to reproduce this issue and include link to screenshot if possible my code html hello world catphotoapp msie 11 873 10586 0 firefox 53 0 chrome 58 0 3029 81 jaw 18 0 2738 nvda 2017 1 step 1 start screen reader jaw nvda 2 open a challenge use msie firefox chrome 3 put focus to the code editor 4 try to edit the text use screen reader actual screen reader doesn t detect any character as system character move expect the user should be able to edit the code use screen reader screen reader should behave the same as any other multi line edit field e g notepad or gmail message |
freecodecampfreecodecamp | access object property miss semicolon in example code | Help Wanted | challenge name issue description both of the example don t have a after the object initialization screenshot freecodecampbug |
freecodecampfreecodecamp | beta suggest description change work with dynamic datum in d3 challenge | Help Wanted | challenge work with dynamic datum in d3 have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 12 4 applewebkit 603 1 30 khtml like gecko version 10 1 safari 603 1 30 part of the trigger for raise this issue be the incorrect use of couple instead of couple of in the d3 challenge in question i d 587d7fa7367417b2b2512bc5 another instance can be find in the challenge use the d3 max and d3 min function to find minimum and maximum value in a dataset i d 587d7fac367417b2b2512bdc if I m not mistaken the use of simple past when describe a fact such as in the sentence the last couple of challenge cover ed the tool be also incorrect I think the description in the title challenge could use a rework there be many idea be explain but in my opiniong the current text be potentially confusing particularly to non native speaker for example the sentence since the datum from the dataset array be attach to each element the callback function have access to it appear to be misleading because if I m not mistaken each h2 element only have access to an item in dataset that the element be map to I be more than happy to suggest a rework description but be not entirely sure how to go about it not least because these change can be subjective and I m not entirely confident that I will be able to explain those concept clearly with my lack of code experience many apology in advance for any inconvenience cause I have t have to report any issue or use github beyond basic version control up until now |
freecodecampfreecodecamp | make dead link use the hash symbol have an issue | Help Wanted | challenge make dead link use the hash symbol solution 0a 3clink 20href 3d 22https 3a 2f 2ffonts googleapis com 2fcss 3ffamily 3dlobster 22 20rel 3d 22stylesheet 22 20type 3d 22text 2fcss 22 3e 0a 3cstyle 3e 0a 20 20 red text 20 7b 0a 20 20 20 20color 3a 20re 3b 0a 20 20 7d 0a 0a 20 20h2 20 7b 0a 20 20 20 20font family 3a 20lobster 2c 20monospace 3b 0a 20 20 7d 0a 0a 20 20p 20 7b 0a 20 20 20 20font size 3a 2016px 3b 0a 20 20 20 20font family 3a 20monospace 3b 0a 20 20 7d 0a 0a 20 20 thick green border 20 7b 0a 20 20 20 20border color 3a 20green 3b 0a 20 20 20 20border width 3a 2010px 3b 0a 20 20 20 20border style 3a 20solid 3b 0a 20 20 20 20border radius 3a 2050 25 3b 0a 20 20 7d 0a 0a 20 20 small image 20 7b 0a 20 20 20 20width 3a 20100px 3b 0a 20 20 7d 0a 3c 2fstyle 3e 0a 0a 3ch2 20class 3d 22red text 22 3ecatphotoapp 3c 2fh2 3e 0a 0a 3cp 3eclick 20here 20for 20 3ca 20href 3d 23 3ecat 20photos 3c 2fa 3e 3c 2fp 3e 0a 0a 3cimg 20class 3d 22smaller image 20thick green border 22 20src 3d 22https 3a 2f 2fbit ly 2ffcc relax cat 22 20alt 3d 22a 20cute 20orange 20cat 20lying 20on 20it 20back 20 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 window not 6 1 win64 x64 rv 53 0 gecko 20100101 firefox 53 0 waterfox 53 0 please describe how to reproduce this issue and include link to screenshot if possible my code html catphotoapp click here for 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 issue description do not replace href with it be the link itself to be replace with bad example in the direction |
freecodecampfreecodecamp | beta error unable to add my linkedin to my portfolio | Bug | challenge name issue description browser information browser name version operating system mobile desktop or tablet your code js screenshot |
freecodecampfreecodecamp | pass without change be make | Help Wanted | challenge write high order arrow function have an issue user agent be mozilla 5 0 x11 linux x86 64 applewebkit 537 36 khtml like gecko chrome 58 0 3029 81 safari 537 36 when I submit without change anything it pass none of the criterion be meet however it still pass this be lead to inaccurate result when I be try to complete the task js const realnumberarray 4 5 6 9 8 3 14 42 6 8 34 change code below this line var squaredinteger realnumberarray change code above this line test your code console log squaredinteger |
freecodecampfreecodecamp | need high resolution gif for codepen | Help Wanted | refer a change do via we need a high resolution gif for this it have to be host on imgur as the original and should have the same step as do in the original we would then need a pull request replace the image the file that need to be modify be seed challenge 01 responsive web design responsive web design project json l42 |
freecodecampfreecodecamp | bug only change the first line | Bug | challenge subtract one number from another with javascript have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 12 4 applewebkit 537 36 khtml like gecko chrome 57 0 2987 133 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible js var difference 45 33 I m get an error only change the first line |
freecodecampfreecodecamp | misspell declare in instruction | Help Wanted | challenge mutate an array declare with const have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 12 0 applewebkit 537 36 khtml like gecko chrome 57 0 2987 133 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible js const s 5 7 2 change code below this line s 2 5 7 change code above this line test your code console log s there be a spelling error on this challenge in the instruction declare be spell incorrectly see below an array be delcare as const s 5 7 2 change the array to 2 5 7 |
freecodecampfreecodecamp | myvar not update when code be change | Bug | challenge increment a number with javascript have an issue user agent be mozilla 5 0 window not 10 0 wow64 applewebkit 537 36 khtml like gecko chrome 57 0 2987 133 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible js var myvar 88 only change code below this line myvar myvar |
freecodecampfreecodecamp | sass store datum with sass variable | Bug | challenge store datum with sass variable have an issue user agent be mozilla 5 0 window not 10 0 win64 x64 applewebkit 537 36 khtml like gecko chrome 57 0 2987 133 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible I be get an error for the last 2 part of the challenge your blog post element should have a color of red and your h2 element should have a color of red the variable seem to be buggy html learn sass some random title this be a paragraph with some random text in it header 2 here be some more random text here be another header even more random text within a paragraph |
freecodecampfreecodecamp | new camper shouldn t be able to create a freecodecamp account use github auth | Help Wanted | currently camper can still create a freecodecamp account use github and this be lead to a lot of support issue we need to update our authentication code to prevent account creation use github |
freecodecampfreecodecamp | code tag shouldn t be include in console output | Help Wanted | challenge use responsive design with bootstrap fluid container have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 12 3 applewebkit 537 36 khtml like gecko chrome 57 0 2987 133 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible here s a screenshot |
freecodecampfreecodecamp | local scope and function test not very strict | Help Wanted | challenge name local scope and function issue description code js var myvar yes that s all the code I remove all the rest should pass neither of those check no global myvar variable add a local myvar variable but pass both first test if the myvar create in my global context be indeed global the correspond test could be js myvar in window or js window hasownproperty myvar or similar if it isn t a real global variable but one in an outer scope which be almost the same one could use strict mode and try read from the variable which would fail if it do not exist or with es6 define another variable of the same name as let myvar which fail if a variable of the same name exist in the current scope second test the test should ensure the variable declaration be in the function local and that function and its local scope exist and the function be execute with the current test for var s myvar that string could be anywhere browser information browser name version firefox 51 0 1 operating system window not 6 1 window 7 mobile desktop or tablet desktop your code js var myvar screenshot pass all the test |
freecodecampfreecodecamp | h2 not turn blue | null | challenge name issue description browser information browser name version operating system mobile desktop or tablet 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 screenshot |
freecodecampfreecodecamp | generate whole number in js test doesn t accept corner case | Help Wanted | challenge generate random whole number with javascript solution 0avar 20randomnumberbetween0and19 20 3d 20math floor math random 20 2020 3b 0a 0afunction 20randomwholenum 20 7b 0a 0a 20 20 2f 2f 20only 20change 20code 20below 20this 20line 0avar 20dec 20 3d 20math random 20 2010 3b 0a 20 20dec 20 3d 20math floor dec 3b 0a 20 20 0a 20 20return 20dec 3b 0a 7d 0a have an issue user agent be mozilla 5 0 window not 6 1 win64 x64 rv 52 0 gecko 20100101 firefox 52 0 please describe how to reproduce this issue and include link to screenshot if possible my code javascript var randomnumberbetween0and19 math floor math random 20 function randomwholenum only change code below this line var dec math random dec 10 this cause faulty detection dec math floor dec return dec |
freecodecampfreecodecamp | type array incorrect variable name int32view to be change to i32view | Help Wanted | code interview datum structure question type array issue description incorrect variable name in last sentence of problem description then create a int32array type array with a view of it call int32view last variable mention int32view should be i32view |
freecodecampfreecodecamp | pass the challenge although indoor outdoor button be not between form tag | Help Wanted | issue the question state to do this add a pair of radio button to your form one should have the option of indoor and the other should have the option of outdoor however you do not actually put the indoor outdoor radio button in the form challenge create a set of radio button solution 0a 3clink 20href 3d 22https 3a 2f 2ffonts googleapis com 2fcss 3ffamily 3dlobster 22 20rel 3d 22stylesheet 22 20type 3d 22text 2fcss 22 3e 0a 3cstyle 3e 0a 20 20 red text 20 7b 0a 20 20 20 20color 3a 20re 3b 0a 20 20 7d 0a 0a 20 20h2 20 7b 0a 20 20 20 20font family 3a 20lobster 2c 20monospace 3b 0a 20 20 7d 0a 0a 20 20p 20 7b 0a 20 20 20 20font size 3a 2016px 3b 0a 20 20 20 20font family 3a 20monospace 3b 0a 20 20 7d 0a 0a 20 20 thick green border 20 7b 0a 20 20 20 20border color 3a 20green 3b 0a 20 20 20 20border width 3a 2010px 3b 0a 20 20 20 20border style 3a 20solid 3b 0a 20 20 20 20border radius 3a 2050 25 3b 0a 20 20 7d 0a 0a 20 20 small image 20 7b 0a 20 20 20 20width 3a 20100px 3b 0a 20 20 7d 0a 3c 2fstyle 3e 0a 0a 3ch2 20class 3d 22red text 22 3ecatphotoapp 3c 2fh2 3e 0a 0a 3cp 3eclick 20here 20for 20 3ca 20href 3d 22 23 22 3ecat 20photos 3c 2fa 3e 3c 2fp 3e 0a 0a 3ca 20href 3d 22 23 22 3e 3cimg 20class 3d 22smaller image 20thick green border 22 20alt 3d 22a 20cute 20orange 20cat 20lying 20on 20it 20back 20 22 20src 3d 22https 3a 2f 2fbit ly 2ffcc relax cat 22 3e 3c 2fa 3e 0a 0a 3cp 3ething 20cats 20love 3a 3c 2fp 3e 0a 3cul 3e 0a 20 20 3cli 3ecat 20nip 3c 2fli 3e 0a 20 20 3cli 3elaser 20pointer 3c 2fli 3e 0a 20 20 3cli 3elasagna 3c 2fli 3e 0a 3c 2ful 3e 0a 3cp 3etop 203 20thing 20cat 20hate 3a 3c 2fp 3e 0a 3col 3e 0a 20 20 3cli 3eflea 20treatment 3c 2fli 3e 0a 20 20 3cli 3ethunder 3c 2fli 3e 0a 20 20 3cli 3eother 20cat 3c 2fli 3e 0a 3c 2fol 3e 0a 20 20 3clabel 3e 3cinput 20type 3d 22radio 22 20name 3d 22indoor outdoor 22 3e 20indoor 3c 2flabel 3e 0a 20 20 3clabel 3e 3cinput 20type 3d 22radio 22 20name 3d 22indoor outdoor 22 3e 20outdoor 3c 2flabel 3e 0a 3cform 20fccfaa 3d 22 2fsubmit cat photo 22 3e 0a 20 20 3cinput 20type 3d 22text 22 20placeholder 3d 22cat 20photo 20url 22 20required 3e 0a 20 20 3cbutton 20type 3d 22submit 22 3esubmit 3c 2fbutton 3e 0a 3c 2fform 3e 0a have an issue user agent be mozilla 5 0 window not 6 1 win64 x64 applewebkit 537 36 khtml like gecko chrome 57 0 2987 133 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code html catphotoapp click here for cat photo thing cat love cat nip laser pointer lasagna top 3 thing cat hate flea treatment thunder other cat indoor outdoor submit |
freecodecampfreecodecamp | the exercise say the word love should be have class text danger but if you keep the entire text thing cat love as text danger also the test be be pass | Help Wanted | challenge use span for inline element solution 0a 3clink 20href 3d 22https 3a 2f 2ffonts googleapis com 2fcss 3ffamily 3dlobster 22 20rel 3d 22stylesheet 22 20type 3d 22text 2fcss 22 3e 0a 3cstyle 3e 0a 0a 20 20h2 20 7b 0a 20 20 20 20font family 3a 20lobster 2c 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 3c 2fstyle 3e 0a 0a 3cdiv 20class 3d 22container fluid 22 3e 0a 20 20 3ch2 20class 3d 22text primary 20text center 22 3ecatphotoapp 3c 2fh2 3e 0a 0a 20 20 3ca 20href 3d 22 23 22 3e 3cimg 20class 3d 22img responsive 20thick green border 22 20src 3d 22https 3a 2f 2fbit ly 2ffcc relax cat 22 20alt 3d 22a 20cute 20orange 20cat 20lying 20on 20it 20back 20 22 3e 3c 2fa 3e 0a 0a 20 20 3cimg 20src 3d 22https 3a 2f 2fbit ly 2ffcc run cat 22 20class 3d 22img responsive 22 20alt 3d 22three 20kittens 20running 20towards 20the 20camera 20 22 3e 0a 20 20 3cdiv 20class 3d 22row 22 3e 0a 20 20 20 20 3cdiv 20class 3d 22col xs 4 22 3e 0a 20 20 20 20 20 20 3cbutton 20class 3d 22btn 20btn block 20btn primary 22 3elike 3c 2fbutton 3e 0a 20 20 20 20 3c 2fdiv 3e 0a 20 20 20 20 3cdiv 20class 3d 22col xs 4 22 3e 0a 20 20 20 20 20 20 3cbutton 20class 3d 22btn 20btn block 20btn info 22 3einfo 3c 2fbutton 3e 0a 20 20 20 20 3c 2fdiv 3e 0a 20 20 20 20 3cdiv 20class 3d 22col xs 4 22 3e 0a 20 20 20 20 20 20 3cbutton 20class 3d 22btn 20btn block 20btn danger 22 3edelete 3c 2fbutton 3e 0a 20 20 20 20 3c 2fdiv 3e 0a 20 20 3c 2fdiv 3e 0a 20 20 3cp 3ething 20cat 20 3cspan 20class 3d 22text danger 22 3elove 3a 3c 2fspan 3e 3c 2fp 3e 0a 20 20 3cul 3e 0a 20 20 20 20 3cli 3ecat 20nip 3c 2fli 3e 0a 20 20 20 20 3cli 3elaser 20pointer 3c 2fli 3e 0a 20 20 20 20 3cli 3elasagna 3c 2fli 3e 0a 20 20 3c 2ful 3e 0a 20 20 3cp 3etop 203 20thing 20cat 20hate 3a 3c 2fp 3e 0a 20 20 3col 3e 0a 20 20 20 20 3cli 3eflea 20treatment 3c 2fli 3e 0a 20 20 20 20 0a 20 20 20 20 3cli 3ethunder 3c 2fli 3e 0a 20 20 20 20 3cli 3eother 20cat 3c 2fli 3e 0a 20 20 3c 2fol 3e 0a 20 20 3cform 20fccfaa 3d 22 2fsubmit cat photo 22 3e 0a 20 20 20 20 3clabel 3e 3cinput 20type 3d 22radio 22 20name 3d 22indoor outdoor 22 3e 20indoor 3c 2flabel 3e 0a 20 20 20 20 3clabel 3e 3cinput 20type 3d 22radio 22 20name 3d 22indoor outdoor 22 3e 20outdoor 3c 2flabel 3e 0a 20 20 20 20 3clabel 3e 3cinput 20type 3d 22checkbox 22 20name 3d 22personality 22 3e 20loving 3c 2flabel 3e 0a 20 20 20 20 3clabel 3e 3cinput 20type 3d 22checkbox 22 20name 3d 22personality 22 3e 20lazy 3c 2flabel 3e 0a 20 20 20 20 3clabel 3e 3cinput 20type 3d 22checkbox 22 20name 3d 22personality 22 3e 20crazy 3c 2flabel 3e 0a 20 20 20 20 3cinput 20type 3d 22text 22 20placeholder 3d 22cat 20photo 20url 22 20required 3e 0a 20 20 20 20 3cbutton 20type 3d 22submit 22 3esubmit 3c 2fbutton 3e 0a 20 20 3c 2fform 3e 0a 3c 2fdiv 3e 0a have an issue user agent be mozilla 5 0 window not 6 1 win64 x64 applewebkit 537 36 khtml like gecko chrome 57 0 2987 133 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code html catphotoapp like info delete thing cat love cat nip laser pointer lasagna top 3 thing cat hate flea treatment thunder other cat indoor outdoor love lazy crazy submit |
freecodecampfreecodecamp | awful grammatical diction make this task incoherent as to require task | Help Wanted | challenge quote string with single quote solution 0avar 20mystr 20 3d 20 22 3ca 20href 3d http 3a 2f 2fwww example com 20target 3d 22 blank 22 3elink 3c 2fa 3e 22 3b 0a 0a 0a have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 12 3 applewebkit 602 4 8 khtml like gecko version 10 0 3 safari 602 4 8 please describe how to reproduce this issue and include link to screenshot if possible I be try to decipher what be the intention of this task think the grammatical error within the instruction set make it impossible to determine the correct course of action far the example be drive to correctin g a string literal and the task be display an a tag this be not the smart way to present editing quotation by have student edit web link in practicum my code javascript var mystr link |
freecodecampfreecodecamp | code pass but people say it should not in chat help | Help Wanted | challenge name accessing object property with variable issue description 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 20 3d 2016 3b 2f 2f 20change 20this 20line 0atestobj 5bplayernumber 5d 0avar 20player 20 3d 20 22montana 22 3b 20 20 20 2f 2f 20change 20this 20line 0a browser information browser name version late firefox browswer operating system window 10 mobile desktop or tablet desktop your code js setup var testobj 12 namath 16 montana 19 unita only change code below this line var playernumber 16 change this line testobj playernumber var player montana change this line screenshot image |
freecodecampfreecodecamp | didn t understand how my comment syntax for h2 have work | Bug | challenge specify how font should degrade solution 0a 3clink 20href 3d 22https 3a 2f 2ffonts googleapis com 2fcss 3ffamily 3dlobster 22 20rel 3d 22stylesheet 22 20type 3d 22text 2fcss 22 3e 0a 3cstyle 3e 0a 20 20 red text 20 7b 0a 20 20 20 20color 3a 20re 3b 0a 20 20 7d 0a 3c 0a 20 20h2 20 7b 0a 20 20 20 20font family 3a 20lobster 2c 20monospace 3b 0a 20 20 7d 0a 3e 0a 20 20p 20 7b 0a 20 20 20 20font size 3a 2016px 3b 0a 20 20 20 20font family 3a 20monospace 3b 0a 20 20 7d 0a 3c 2fstyle 3e 0a 0a 3ch2 20class 3d 22red text 22 3ecatphotoapp 3c 2fh2 3e 0a 0a 3cp 20class 3d 22red text 22 3ekitty 20ipsum 20dolor 20sit 20amet 2c 20shed 20everywhere 20shed 20everywhere 20stretching 20attack 20your 20ankles 20chase 20the 20re 20dot 2c 20hairball 20run 20catnip 20eat 20the 20grass 20sniff 3c 2fp 3e 0a 3cp 20class 3d 22red text 22 3epurr 20jump 20eat 20the 20grass 20rip 20the 20couch 20scratched 20sunbathe 2c 20shed 20everywhere 20rip 20the 20couch 20sleep 20 in 20the 20sink 20fluffy 20fur 20catnip 20scratched 3c 2fp 3e 0a have an issue user agent be mozilla 5 0 window not 10 0 wow64 rv 52 0 gecko 20100101 firefox 52 0 please describe how to reproduce this issue and include link to screenshot if possible my code html catphotoapp kitty ipsum dolor sit amet shed everywhere shed everywhere stretch attack your ankle chase the red dot hairball run catnip eat the grass sniff purr jump eat the grass rip the couch scratch sunbathe shed everywhere rip the couch sleep in the sink fluffy fur catnip scratch |
freecodecampfreecodecamp | return undefined slice property error no use of slice | Bug | challenge return large number in array solution function 20largestoffour arr 0a 7b 0a 2f 2fcreate 20a 20placeholder 20variable 20to 20store 20the 20biggest 20array 0avar 20biggestarr 20 3d 20 5b 5d 3b 0a 20 20 0a 2f 2fcreate 20a 20for 20loop 20to 20iterate 20through 20each 20array 0afor 20 var 20i 20 3d 200 3b 20i 20 3c 20arr length 3b 20i 2b 2b 20 0a 0a 20 20 7b 0a 20 20 20 20 0a 20 20 2f 2fcreate 20a 20placeholder 20variable 20to 20store 20teh 20biggest 20number 20 in 20each 20array 0a 20 20var 20biggestnumberinarr 20 3d 200 3b 0a 20 20 20 20 0a 20 20 2f 2fcreate 20a 20for 20loop 20to 20iterate 20through 20the 20numbers 20 in 20each 20array 0a 20 20for 20 var 20n 20 3d 200 3b 20n 20 3c 20arr 5bi 5d length 3b 20n 2b 2b 0a 20 20 20 20 0a 20 20 20 20 7b 0a 20 20 20 20 20 20 0a 20 20 20 2f 2fif 20the 20number 20 in 20the 20array 20is 20bigger 20than 20the 20current 20biggest 20number 0a 20 20 20if 20 arr 5bi 5d 5bn 5d 20 3e 20biggestnumberinarr 20 0a 20 20 20 20 20 0a 20 20 20 7b 0a 20 20 20 20 20 0a 20 20 20 20 20 2f 2f store 20it 20as 20the 20new 20biggest 20found 20number 20array 0a 20 20 20 20 20biggestnumberinarr 20 3d 20arr 5bi 5d 5bn 5d 3b 0a 20 20 20 20 20 0a 20 20 20 20 7d 0a 20 20 20 20 20 20 0a 20 20 20 7d 0a 20 20 20 20 0a 20 2f take 20the 20biggest 20found 20number 20array 20and 20store 20it 20 in 20the 20i th 20iteration 20of 20the 20biggest 20array 2f 0a 20biggestarr 5bi 5d 20 3d 20biggestnumberinarr 3b 0a 20 20 20 20 0a 20 20 7d 0a 20 20 0a 20 20 2f 2freturn 20the 20biggest 20array 0areturn 20biggestarr 3b 0a 20 20 0a 7d 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 56 0 2924 87 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code javascript function largestoffour arr create a placeholder variable to store the big array var biggestarr create a for loop to iterate through each array for var I 0 I arr length I create a placeholder variable to store teh big number in each array var biggestnumberinarr 0 create a for loop to iterate through the number in each array for var n 0 n arr I length n if the number in the array be big than the current big number if arr I n biggestnumberinarr store it as the new big find number array biggestnumberinarr arr I n take the big find number array and store it in the i th iteration of the big array biggestarr I biggestnumberinarr return the big array return biggestarr |
freecodecampfreecodecamp | accessiblity link tag on the fcc homepage | Help Wanted | issue description screen reader for blind user automatically read what be inside tag as webpage they could get to three of the link on our homepage be not informative about where they lead they be on the number of code challenge solve the number of dollar of developer work donate and the number of people with developer job to make the webpage more usable for people who be blind the link should be on the whole statement or the word not an uninformative number screenshot freecodecamp |
freecodecampfreecodecamp | freecodecamp beta bug on variable memory | Bug | challenge update the height of an element dynamically have an issue user agent be mozilla 5 0 window not 6 1 wow64 applewebkit 537 36 khtml like gecko chrome 57 0 2987 133 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible one key bug I be notice on the beta be that it do not reset variable for every iteration you test so it fault every time unless you define a new variable for each iteration html |
freecodecampfreecodecamp | incorrect description for challenge | Help Wanted | challenge name issue description in the challenge description it say not to use single quote selector single quote selector will not pass our test but they pass the test correctly so either the test should not pass or the description should be change browser information browser name version google chrome version 57 0 2987 133 operating system window mobile desktop or tablet desktop your code js screenshot image |
freecodecampfreecodecamp | make a person challenge miss test in production | Help Wanted | challenge make a person have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 12 3 applewebkit 537 36 khtml like gecko chrome 56 0 2924 87 safari 537 36 make a person s test aren t appear in production this be a high priority issue if you think you can fix this branch off of backup master fix it and put in a pr mention berkeleytrue and this issue in the pr and berkeley can help qa this real quick and deploy it thank make a person free code camp |
freecodecampfreecodecamp | in the image provide link text do not match with the example in the image it be write link to free code camp com whereas in example com be not there | Help Wanted | challenge link to external page with anchor element solution 0a 3clink 20href 3d 22https 3a 2f 2ffonts googleapis com 2fcss 3ffamily 3dlobster 22 20rel 3d 22stylesheet 22 20type 3d 22text 2fcss 22 3e 0a 3cstyle 3e 0a 20 20 red text 20 7b 0a 20 20 20 20color 3a 20re 3b 0a 20 20 7d 0a 0a 20 20h2 20 7b 0a 20 20 20 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 20alt 3d 22a 20cute 20orange 20cat 20lying 20on 20it 20back 20 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 window not 6 1 wow64 applewebkit 537 36 khtml like gecko chrome 57 0 2987 110 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 | description miss for a require function need minor clarification | Help Wanted | challenge name create a priority queue class issue description this isn t a major issue but for this challenge the direction be you will need to add an enqueue method for add item with a priority a dequeue method for pop off the front item a size method to return the number of item in the queue and finally an isempty method that will return true or false if the queue be empty bold text be my own add emphasis these direction be pretty specific however if you go to complete this challenge use these function you win t pass because there be actually an additional require front function I just think since the direction include all the other require function that they should also include mention the front function as well browser information mozilla 5 0 macintosh intel mac os x 10 10 5 applewebkit 537 36 khtml like gecko chrome 56 0 2924 87 safari 537 36 screenshot you can see that there be actually five require function not four screen shoot 2017 03 22 at 10 23 21 pm |
freecodecampfreecodecamp | wherefore art thou could use more test case | Help Wanted | challenge wherefore art thou solution 2f 2f 20jshint 20esversion 3a6 0a 0afunction 20whatisinaname collection 2c 20source 20 7b 0a 20 20 2f 2f 20what s 20 in 20a 20name 3f 0a 20 20var 20arr 20 3d 20 5b 5d 3b 0a 20 20 2f 2f 20only 20change 20code 20below 20this 20line 0a 20 20 0a 20 20 2f 2fsearch 20through 20an 20array 20of 20object 2c 20and 20return 20object 20that 0a 20 20 2f 2fcontain 20key 3avalue 20pairs 20that 20are 20 in 20the 20source 20object 0a 0a 20 20 0a 20 20collection foreach 0a 20 20 20 20 objectincollection 20 3d 3e 20 7blet 20go 20 3d 20false 3b 20object key source foreach 0a 20 20 20 20 20 20 sourceobjectkey 20 3d 3e 20 7b 20 0a 20 20 20 20 20 20 20 20if 20 objectincollection hasownproperty sourceobjectkey 20 26 26 20 0a 20 20 20 20 20 20 20 20 20 20 20 20source 5bsourceobjectkey 5d 20 3d 3d 20objectincollection 5bsourceobjectkey 5d 20 7b 0a 20 20 20 20 20 20 20 20 20 20go 20 3d 20true 3b 0a 20 20 20 20 20 20 20 20 20 20 0a 20 20 20 20 20 20 20 20 7d 0a 20 20 20 20 20 20 20 20else 0a 20 20 20 20 20 20 20 20 20 20go 20 3d 20false 3b 0a 20 20 20 20 20 20 7d 3b 0a 20 20 20 20 20 20if 20 go 20 3d 3d 3d 20true 0a 20 20 20 20 20 20 20 20arr push objectincollection 3b 0a 20 20 20 20 7d 3b 0a 0a 20 20 2f 2f 20only 20change 20code 20above 20this 20line 0a 20 20return 20arr 3b 0a 7d 0a 0aconsole log whatisinaname 5b 7b 20first 3a 20 22romeo 22 2c 20last 3a 20 22montague 22 20 7d 2c 20 7b 20first 3a 20 22mercutio 22 2c 20last 3a 20null 20 7d 2c 20 7b 20first 3a 20 22tybalt 22 2c 20last 3a 20 22capulet 22 7d 2c 20 7b 20 22a 22 3a 201 2c 20 22b 22 3a 202 2c 20 20 22c 22 3a 203 7d 5d 2c 20 7b 20 22a 22 3a 201 2c 20 22b 22 3a 209999 2c 20 20 22c 22 3a 203 7d 3b 0a seem lack in test case for invalid input I would think that whatisinaname a 1 b 2 c 3 a 1 b 9999 c 3 ought to return an empty array for instance there be currently no check for this so my code which return a 1 b 2 c 3 pass all test case |
freecodecampfreecodecamp | text in add font awesome icon to our button challenge need a minor edit | Help Wanted | challenge name issue description this section have unnecessary text in it you can add font awesome to any app just by include it by add the follow code to the top of your html browser information browser name version operating system mobile desktop or tablet your code js screenshot screenshot |
freecodecampfreecodecamp | the quotient variable should only be assign once | Bug | challenge divide one decimal by another with javascript have an issue user agent be mozilla 5 0 window not 10 0 win64 x64 applewebkit 537 36 khtml like gecko chrome 57 0 2987 110 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible js var quotient 4 4 2 0 fix this line challenge win t pass because of a the quotient variable should only be assign once error the quotient var isn t assign anywhere else and this be the only line of code on the editor I try edit the error to remove any whitespace so there be only 1 line on the editor but it still didn t pass |
freecodecampfreecodecamp | where to find pipe symbol | Help Wanted | challenge comparison with the logical or operator solution 0afunction 20testlogicalor val 20 7b 0a 20 20 2f 2f 20only 20change 20code 20below 20this 20line 0a 0a 20 20if 20 val 20 3c 2010 20 7c 7c 20val 20 3e 2020 20 7b 0a 20 20 20 20return 20 22outside 22 3b 0a 20 20 7d 0a 0a 20 20 0a 0a 20 20 2f 2f 20only 20change 20code 20above 20this 20line 0a 20 20return 20 22inside 22 3b 0a 7d 0a 0a 2f 2f 20change 20this 20value 20to 20test 0atestlogicalor 15 3b 0a have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 6 applewebkit 537 36 khtml like gecko chrome 56 0 2924 87 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code javascript function testlogicalor val only change code below this line if val 10 val 20 return outside only change code above this line return inside change this value to test testlogicalor 15 you should probably mention the name of the symbol as pipe or vertical bar and indicate where to find it on the keyboard the same be probably unnecessary for the ampersand symbol though for consistency you might want to consider that addition too |
freecodecampfreecodecamp | beta replace gomix with glitch | Help Wanted | recently gomix be rename to glitch the old url be not work anymore and this break some challenge like this one suxl68eol we should change all the appearance of gomix to glitch and fix all the break link it look like in most case the user be redirect to the right url glitch com but not always e g the first link in the npm introduction you can find more information about this name change in this article suxl68eol I m aware of 13095 but I think this be a different problem |
freecodecampfreecodecamp | referenceerror url be not define in challenge post datum with the javascript xmlhttprequest method | Help Wanted | challenge post datum with the javascript xmlhttprequest method have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 6 applewebkit 537 36 khtml like gecko chrome 56 0 2924 87 safari 537 36 the code below actually yield a referenceerror url be not define on the console yet all test be pass where be the variable url suppose to come from apology if this be work in progress but I think I d point it out feel free to rope I in for fix this dev environment be all set up html cat friend reply from server will be here your name send message |
freecodecampfreecodecamp | test 4 fail in get json with the javascript xmlhttprequest method | Help Wanted | challenge get json with the javascript xmlhttprequest method have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 6 applewebkit 537 36 khtml like gecko chrome 56 0 2924 87 safari 537 36 solution below fail for same reason as report in 13571 extra space in function assignment to req onload solution propose in say ticket sound solid and I be happy to file a pr for this one html cat photo finder the message will go here get message |
freecodecampfreecodecamp | night mode poor contrast | Help Wanted | issue description I love night mode when do the challenge however I notice that the contrast seem a bit low run the wcag contrast checker extension confirm my belief see screenshot below lighten up the foreground color would be beneficial to everyone thank browser information browser name version mozilla 52 0 operating system window 7 mobile desktop or tablet desktop screenshot image |
freecodecampfreecodecamp | suggest change change the word block to group | Help Wanted | challenge wrap content in the article element have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 6 applewebkit 537 36 khtml like gecko chrome 57 0 2987 98 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible html deep thought with master camper cat the garfield file lasagna as training fuel the internet be litter with vary opinion on nutritional paradigm from catnip paleo to hairball cleanse but let s turn our attention to an often overlook fitness fuel and examine the protein carb nom trifecta that be lasagna defeat your foe the red dot be ours feline the world over have be wage war on the most persistent of foe this red nemesis combine both cunning stealth and lighten speed but chin up fellow fighter our time for victory may soon be near be chuck norris a cat person chuck norris be widely regard as the premier martial artist on the planet and it s a complete coincidence anyone who disagree with this fact mysteriously disappear soon after but the real question be be he a cat person in the description where you have a yellow rectangle that say block content block relate content block independent self contain content I ll recommend change the word block to the word group block typically mean stop or prevent in code |
freecodecampfreecodecamp | something go wrong error primarily affect camper around south africa | Bug | I be try to log in to my account at beta freecodecamp com and start the html challenge but while I be always receive this message something go wrong please try again later I have try many time but it have not change on this page while click to finish challenge I be still get that same something go wrong please try again later how can I fix it beta issue |
freecodecampfreecodecamp | challenge specify exact number of match the last test be wrong | Help Wanted | challenge specify exact number of match have an issue the last test be your regex should match timber with 30 m s in it it should be not match timber with 30 m s in it because the assignment be change the regex timregex to match the word timber only when it have four letter m s the last test cause a fail when write the follow code let timstr timmmmber let timregex m 4 let result timregex test timstr the test be your regex should use curly bracket your regex should not match timber your regex should not match timmber your regex should not match timmmber your regex should match timmmmber your regex should match timber with 30 m s in it |
freecodecampfreecodecamp | the image have the alt | Bug | the tag have alt but with diferrent text please change the description so peolple not change the alternative text challenge add image to your website solution 0a 3clink 20href 3d 22https 3a 2f 2ffonts googleapis com 2fcss 3ffamily 3dlobster 22 20rel 3d 22stylesheet 22 20type 3d 22text 2fcss 22 3e 0a 3cstyle 3e 0a 20 20 red text 20 7b 0a 20 20 20 20color 3a 20re 3b 0a 20 20 7d 0a 0a 20 20h2 20 7b 0a 20 20 20 20font family 3a 20lobster 2c 20monospace 3b 0a 20 20 7d 0a 0a 20 20p 20 7b 0a 20 20 20 20font size 3a 2016px 3b 0a 20 20 20 20font family 3a 20monospace 3b 0a 20 20 7d 0a 3c 2fstyle 3e 0a 0a 3ch2 20class 3d 22red text 22 3ecatphotoapp 3c 2fh2 3e 0a 3cimg 20src 3d 22https 3a 2f 2fbit ly 2ffcc relax cat 22 20alt 3d 22texto 20alternativo 20se 20a 20imagem 20n c3 a3o 20for 20encontrada 22 3e 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 window not 10 0 wow64 applewebkit 537 36 khtml like gecko chrome 56 0 2924 87 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 | suggest we remove the example in the test description | Help Wanted | challenge name issue description before this point in the training I believe we have consistently use the test description in the bottom leave to list the require test only this time we give an example that be not the test condition in the test description so the test say make it black for example make it orange I believe the test should simply state the test condition and let the description in the upper left show the example as it be the user have to question do they want it to be black or do they want it to be orange browser information chrome version 56 0 2924 87 64 bit window 10 1607 desktop screenshot 2017 03 15 |
freecodecampfreecodecamp | api link have be change | Help Wanted | challenge use the twitchtv json api have an issue user agent be mozilla 5 0 window not 10 0 wow64 rv 52 0 gecko 20100101 firefox 52 0 please describe how to reproduce this issue and include link to screenshot if possible the api link be no long the new api link be |
freecodecampfreecodecamp | title case a sentence unclear what the test want as output of the function | Help Wanted | challenge title case a sentence have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 6 applewebkit 537 36 khtml like gecko chrome 56 0 2924 87 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible my code javascript function titlecase str var newstring str split var newstring1 var newstring2 for var i 0 i0 newstring1 newstre I charat j tolowercase else newstring1 newstre I charat j touppercase newstring2 newstring1 newstring2 newstring2 trim return newstring2 titlecase short and stout |
freecodecampfreecodecamp | apply visual design fcc beta common mistake | Help Wanted | challenge create movement use css animation have an issue user agent be mozilla 5 0 x11 linux x86 64 applewebkit 537 36 khtml like gecko chrome 56 0 2924 87 safari 537 36 opr 43 0 2442 1144 please describe how to reproduce this issue and include link to screenshot if possible html console result the keyframe rule for 0 should use the leave offset of 0px the keyframe rule for 50 should use the leave offset of 25px the keyframe rule for 100 should use the leave offset of 25px sure enough the leave property be all there he she be miss the top property as show in the css code these error do not reflect on what the user have do wrong suggestion result the keyframe rule for 0 should use the top offset of 0px the keyframe rule for 50 should use the top offset of 50px the keyframe rule for 100 should use the top offset of 0px this will get these people think or warn the user that the challenge ask that the user should add the leave offset to the keyframe rule not replace the top offset with the leave offset |
freecodecampfreecodecamp | mislead instruction in es6 set default parameter challenge | Help Wanted | challenge name es6 set default parameter for your function issue description the current instruction be mislead they currently read modify the function increment by add default parameter so it will always return a valid number and it will add 1 to number if value be not specify the modification make to the function increment in the code below do not cause the function to always return a valid number for instance increment foo return foo1 browser information browser name version chromium 55 02883 87 64 bit operating system ubuntu 16 04 64 bit os mobile desktop or tablet desktop your code js use strict function increment number value 1 return number value console log increment 5 2 return 7 console log increment 5 return nan suggest change rewrite the instruction to read modify the function increment by add default parameter so that it will add 1 to number if value be not specify screenshot defaultparameterspass |
freecodecampfreecodecamp | I get this problem right but test not pass | Help Wanted | challenge understand the difference between import and require have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 6 applewebkit 537 36 khtml like gecko chrome 56 0 2924 87 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible js import capitalizestring from string function capitalizestre hello |
freecodecampfreecodecamp | my answer be wrong but I pass my test | Help Wanted | challenge use destructure assignment with the rest operator to reassign array element have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 11 6 applewebkit 537 36 khtml like gecko chrome 56 0 2924 87 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible js const source 1 2 3 4 5 6 7 8 9 10 change code below this line const arr source change this change code below this line console log arr should be 3 4 5 6 7 8 9 10 console log source should be 1 2 3 4 5 6 7 8 9 10 I double check my answer in my console and arr be 4 not 3 4 5 6 7 8 9 10 |
freecodecampfreecodecamp | audio link issue on improve accessibility of audio content with the audio element challenge beta | Help Wanted | challenge improve accessibility of audio content with the audio element have an issue user agent be mozilla 5 0 window not 6 1 wow64 applewebkit 537 36 khtml like gecko chrome 56 0 2924 87 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible challenge work fine but there may be an issue with the provide sound clip which play garbled and jumble audio as if it be set to play too fast play that way both through the preview screen as well as when visit the link separately in incognito mode html real code ninjas a sound clip of zersiax s screen reader in action |
freecodecampfreecodecamp | fade an element from leave to right allow incorrect solution beta | Help Wanted | challenge create visual direction by fade an element from leave to right have an issue user agent be mozilla 5 0 window not 6 1 wow64 applewebkit 537 36 khtml like gecko chrome 56 0 2924 87 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible test complete if the opacity function be set in the wrong place rather than only when it be set under keyframe link code pass successfully html |
freecodecampfreecodecamp | beta use css animation to change the hover state of a button wrong reference on challenge s introduction | Help Wanted | challenge use css animation to change the hover state of a button have an issue user agent be mozilla 5 0 window not 10 0 wow64 applewebkit 537 36 khtml like gecko chrome 56 0 2924 87 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible hi guy the challenge s introduction say here s an example of change the height of an image on hover html but I think it should refer to width rather than height let I know if be the case and if I can submit a quick pr to fix it |
freecodecampfreecodecamp | map the debris unit of period should be specify as second | Help Wanted | challenge name map the debris issue description not exactly a bug but I think that the question could be improve although it can be assume it would be a bit well if the unit of the expect orbital period be specify to be second even change the first sentence to something like this would be good return a new array that transform the element s average altitude into their orbital period second |
freecodecampfreecodecamp | success modal need min height for safari | Help Wanted | as say in the title without a min height property on the div modal content success modal the modal shrink with the size of the window screenshot modal |
freecodecampfreecodecamp | target even number element test typo | Help Wanted | challenge name issue description this l1416 line need to be change so it sound more natural diff all the target element that computer consider even should shake all the target element that the computer consider even should shake browser information browser name version chrome operating system chrome os mobile desktop or tablet laptop screenshot screenshot 2017 03 09 at 23 14 52 |
freecodecampfreecodecamp | code pass while one of the test should clearly fail | Help Wanted | challenge copy an array with the spread operator have an issue user agent be mozilla 5 0 window not 10 0 wow64 applewebkit 537 36 khtml like gecko chrome 56 0 2924 87 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible I didn t use the spread operator as require js function copymachine arr num let newarr while num 1 change code below this line newarr push arr change code above this line num return newarr change code here to test different case console log copymachine true false true 2 |
freecodecampfreecodecamp | test pass with wrong code | Bug | challenge use destructure assignment to pass an object as a function parameter have an issue user agent be mozilla 5 0 window not 10 0 wow64 applewebkit 537 36 khtml like gecko chrome 56 0 2924 87 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible the follow pass code doesn t have bug but also doesn t properly follow the instruction js const stat max 56 78 standard deviation 4 34 median 34 54 mode 23 87 min 0 75 average 35 85 alter code below this line const max min stat const half max min max min 2 0 use function argument destructurung alter code above this line console log stat should be object console log half stat should be 28 015 |
freecodecampfreecodecamp | beta enhancement change instruction to a js challenge | Help Wanted | basic javascript use object for lookup current convert the switch statement into a lookup table call lookup use it to lookup val and assign the associate string to the result variable change convert the switch statement into an object call lookup use it to lookup val and assign the associate string to the result variable |
freecodecampfreecodecamp | this challenge do not pass in firefox but do in chrome | Bug | challenge make element only visible to a screen reader by use custom css have an issue user agent be mozilla 5 0 macintosh intel mac os x 10 12 rv 47 0 gecko 20100101 firefox 47 0 please describe how to reproduce this issue and include link to screenshot if possible use firefox 47 0 enter the below code and click run test it will not pass open chrome and click test it pass html train stealth agility combat weapon master camper cat s beginner three week training program stack bar chart breakdown per week of time to spend training in stealth combat and weapon hour of weekly training in stealth combat and weapon stealth agility combat weapon total week one 3 5 2 10 week two 4 5 3 12 week three 4 6 3 13 stealth agility training climb foliage quickly use a minimum spanning tree approach no training be np complete without parkour combat training dispatch multiple enemy with multithreade tactic goodbye world 5 prove way to knock out an opponent weapon training sword the good tool to literally divide and conquer breadth first or depth first in multi weapon training 2016 camper cat |
freecodecampfreecodecamp | beta code editor not load in challenge | Bug | challenge make element only visible to a screen reader by use custom css have an issue user agent be mozilla 5 0 window not 10 0 win64 x64 applewebkit 537 36 khtml like gecko chrome 56 0 2924 87 safari 537 36 please describe how to reproduce this issue and include link to screenshot if possible the code editor in this particular challenge be not load properly |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.