CodeConvo / freeCodeCamp /i2c /dev /queries.jsonl
jiebi's picture
Upload CodeConvo dataset
c2b8f63 verified
{"_id":"q-en-freeCodeCamp-766774c8c8cf90507ee7b46c9a381a9bf3ac86d981e1d459cd1a1b07b87db18f","text":"Password form button does not respond to click. Additionally the jumbotron div that is meant to have a white background for the form is too short (only approx 96px and form is 317px).\nLui8906 can you confirm the issue is resolved so we can close it?\nStill when I am at the reset form after recieving the email and following the link, I put in a matching password and the button does not do anything or provide any feedback, are there password requirements? etc..\nOk, thanks. To confirm, this is on password reset, after requesting to reset password? I'll look into it, thanks.\nYep On Tue Jan 13 2015 at 8:57:53 AM Nathan wrote:\nWe've fixed this with our recent pull request."}
{"_id":"q-en-freeCodeCamp-4aacb64252f50e2350cec6f5c0cb2dbde666647300a0c9d0759af62ac31f5963","text":"On the bonfire page the title should have Learn to code with bonfire | Free Code Camp. Learn to code is our SEO keyword, so we want to implement that when we can.\nI just a title and did a pr instead of an issue :)"}
{"_id":"q-en-freeCodeCamp-ea3fb5de855a4818d86dd0f503987538e32757a1819d39a0489343f394e4b8d0","text":"Code expects, in one case, for you to only be pulling the key-value pair and treating it as a new individual object, and in the second case, for you to pull the full object that possesses the key-value pair. And output / tests: Fails assert.deepEqual(where([{ 'a': 1 }, { 'a': 1 }, { 'a': 1, 'b': 2 }], { 'a': 1 }), [{ 'a': 1 }, { 'a': 1 }, { 'a': 1 }], 'should return with multiples');AssertionError:should return with multiples: expected [ { a: 1 }, { a: 1 }, { a: 1, b: 2 } ] to deeply equal [ { a: 1 }, { a: 1 }, { a: 1 } ] But Succeeds assert.deepEqual(where([{ first: 'Romeo', last: 'Montague' }, { first: 'Mercutio', last: null }, { first: 'Tybalt', last: 'Capulet' }], { last: 'Capulet' }), [{ first: 'Tybalt', last: 'Capulet' }], 'should return an array of objects');\nSame problem. Going to fix it now.\nCan you please explain for(var key in source)\nthat may be a better question to ask in gitter. See: and"}
{"_id":"q-en-freeCodeCamp-0d7727238988c46886340e4d839ddcd89fc049a2d5714f5a6db551bb7254a87b","text":"source: Currently Reads: \"Remove all values (last argument(s)) from an array (first argument) and return as a new array.\" Issue: From my understanding, the user is all the values from an array. However, the information in the parentheses (e.g \"last argument(s) and \"first argument\") seem confusing. Can you please ellaborate further?\nHere's another way of saying it: You will be provided with an array (the first argument in the function) and one or more values (the remaining arguments in the function) that must be removed from that array. If you look at the current tests, the arguments are similar: 1 array and 2 values. The instructions are asking you to remove as many values as are provided, but you will pass the tests if you only account for two (this will most likely be updated in the future). Does that help?\nIn the more information section we should mention about the object of JavaScript, and also perhaps link to the MDN page of it.\nSee updated copy: and pull request"}
{"_id":"q-en-freeCodeCamp-26a3127407cc9ceefd27002d57ad8b83484ba1ff8665d078434031c6cd1c3729","text":"Seeing this in production here: solution: Use and/or check for user existence and end early. cc:"}
{"_id":"q-en-freeCodeCamp-9c22f1ffb98d4c73f911e606ab0df8e07c0e1f12ecaa7c57f5c679ca0643020b","text":"Typo on the first test \"your text field have the property of being required\". Also, the second test passes even if the placeholder text field is empty.\nThanks for the report, the copy has been updated."}
{"_id":"q-en-freeCodeCamp-1018c09c75f47a29b8a61111d9ec35e0ed0194be7c3da8ad1050b2ae0ac7a50a","text":"Challenge has an issue. Please describe how to reproduce it, and include links to screen shots if possible. What I see: You can apply a class to an HTML element like this: <h2 class=\"blue-text\"CatPhotoApp<h2What I expected to see: You can apply a class to an HTML element like this: <h2 class=\"blue-text\"CatPhotoApp</h2\nMarkdown's getting in the way, see screenshot. !"}
{"_id":"q-en-freeCodeCamp-234245602436879a1774b3132a430122f0c415f762d64dff829b3ead1b3dde17","text":"Challenge has an issue. Please describe how to reproduce it, and include links to screen shots if possible. Step : \"Remember to use RSAP if you get stuck. Try using jQuery's $.getJSON() to consume APIs.\" incorrectly to this url: It should link to: Unless that misdirection is meant to be tricky for the student ;)\nThis is a duplicate of\nKind of. This one is referring to a different page (challenge/zipline), but I did notice that all of the Ziplines have the same bug.\nThis was fixed ages ago, right? Please close.\nThis isn't actually fixed. The erroneous link still exists in these ziplines: Maybe it's not an issue because we'll be switching over to the content at soon? But I thought you should know that the issue hasn't actually been fixed yet. Actually, the only reason that it isn't an issue on the beta site is that none of the ziplines seem to link directly to the jquery json page.\nThis was fixed in prior to the branch being available through Now they seem to have changed how the ziplines look, so it wouldn't be an issue regardless. Since all changes seem to happen on the branch before ending up in production, issues that are fixed in should probably be considered fixed, even though it might be better to merge small fixes like this into production at a quicker rate than what is the current reality.\nThanks for the explanation! That makes sense. I'm not privy to staging, so I didn't realize it had been fixed there."}
{"_id":"q-en-freeCodeCamp-0b2cd09e6d67a6c9e98135863e0917a65e74bd5f3858de9f43513ced82ba4614","text":"In this lesson: In the second requirement the is included in the code tag markup which indicates it should be part of the href. It's minor but wrong and confusing for people new to html."}
{"_id":"q-en-freeCodeCamp-26e9843ce77656b9418b6db7e7ef5d449dcefc989f1ec507c7ff3f89d815b7da","text":"One of the instructions has the following: start this tutorial by running npm install how-to-npm it says to run the npm tutorial by typing 'npm install how-to-npm but you are actually supposed to just type 'how-to-npm'"}
{"_id":"q-en-freeCodeCamp-6254ed199e52baac6e46ec24eb6e23b68c95b5bdf886cd14059ed0b9e445e1ee","text":"Challenge has an issue. In JavaScript whole numbers (called integers) can be easily used to preform mathematical functions <-- Let's try a few of the most commonly used ones now <-- We use - for subtraction <---\nmerged to"}
{"_id":"q-en-freeCodeCamp-6addc42d72e8d06e0fa803c64940a9e980139486935b74f92616ee2668763172","text":"! Same with the other waypoints that ask for a hex code that includes alpha chars.\nGreen worked fine.. blue has case issue."}
{"_id":"q-en-freeCodeCamp-c8748fb20a987fdd81467115f5ae6621da1a03873545a3880fbd431d465aeff9","text":"Challenge has an issue. Please describe how to reproduce it, and include links to screenshots if possible. \"Another type of JavaScript loop is called a \"while loop\" because it runs \"while\" something is true, and stops once that something is no longer true.\" Should probably read as: \"Another type of JavaScript loop is called a \"while loop\", because it runs \"while\" something is true and stops once that something is no longer true.\" Commas separate complete sentences, or act as a pause."}
{"_id":"q-en-freeCodeCamp-8463964a8b948c8a1022fb2ac37944965aff41b27bb4a50d0cb0b1377e4fa78e","text":"In waypoint description there is a word with missing letter \"r\" and wrong letter - \"a\" instead \"e\" . I don't know English well, therefore this typo a slightly confused me:) !"}
{"_id":"q-en-freeCodeCamp-09ced1f9665b0fae87151a85dae26151262c2f4e2a9f7c56accd249f1853c841","text":"Challenge has an issue. Please describe how to reproduce it, and include links to screenshots if possible. There seems to be a conflict between the last paragraph above the \"Go to Next Challenge\" button, and the first test-item below the \"Reset/Help/Bug\" buttons (see screenshot, below). It is not clear if the <div class=\"well\"'s should go inside the <div class=\"col-xs-6\"'s, or vice versa. If I were to follow ALL the directions to the letter, I'd have two <div class=\"col-xs-6\"'s nested inside each of two <div class=\"well\"'s, each of which is inside an outer <div class=\"col-xs-6\". I think this is just a text-editing problem, because my code passes when I did what I expected the waypoint to be looking for: an empty <div class=\"well\"inside each of the previously-placed <div class=\"col-xs-6\"'s; this is included in the screenshot, as well. Also, I am fairly the text is missing a \"<\", where I've sloppily drawn it in on my screenshot. !\nI ran into this also. The challenge validates when you follow the instructions in the explanatory text. It does not validate when you only follow the instructions in the checkpoints."}
{"_id":"q-en-freeCodeCamp-b629a954d269acc2047034dad567acbeae8515bbb189fc31baf3f80796e436c9","text":"Challenge has an issue. This is backwards and should read: \"Add two div elements inside your \"col-xs-6\" elements both with the class \"well\" - or something similar. !"}
{"_id":"q-en-freeCodeCamp-ba0ba15d35fa47719bd6f2bad5215bf5e72d2c4a30a225f673c846913a02a83b","text":"Challenge has an issue. Please describe how to reproduce it, and include links to screenshots if possible. step 9 says Install how-to-npm with this command: npm install -g git-it. it looks like we are installing something called git-it instead of how-to-npm. As before, if I am incorrect please disregard this issue and just close. Just trying to do what I can for you guys. Love this site!\nHey thanks for posting an issue! It looks like you are right! I believe the step should say\nThat's what it looked like to me to. It seems that the command was copied from the next page when you do actually have to install how-to-npm. Btw, now that I have done a lot of the free code camp challenges, how would I go about starting to contribute to the project? I would love to help out with the code or issues or anything really.\nAwesome! Just jump right in :smile:! Maybe start with putting in a pull request for this issue? Feel free to ping me in gitter if you want to chat about this further (so as to not pollute this issue with conversation)\nDear camper, your issue is related to: Please see .\nI checked when I was creating the pull request to fix this issue and it seems that the how-to-npm part of it is already fixed."}
{"_id":"q-en-freeCodeCamp-8be2c1921e7606ff36040a3eaa6c8e52815ba7ac4422f717f7a2a983f93ce0e3","text":"Challenge has an issue. Please describe how to reproduce it, and include links to screenshots if possible. s - captures much more than spaces as the lesson implies, a better description that talks about what characters white space, as the title hints at, includes should be used.\nThanks for pointing this out. I agree, feel free to for this."}
{"_id":"q-en-freeCodeCamp-34459355e0f52092ca0e71cb588135e27f9bac982b6e32302fec084ccf794629","text":"On \"Here's an example of how you would use the children() function to give the children of your left-well element the background color of blue : $(\"#left-well\").children().css(\"color\", \"blue\")\" Shouldn't it just be color of blue instead of background color of blue?\nthank you for pointing this out!!"}
{"_id":"q-en-freeCodeCamp-51839f2828bd5b9c1c7e92133c551a284eccb660ecf9a249b12919bad8208143","text":"! Challenge has an issue. User Agent is: <codeMozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36</code. Please describe how to reproduce this issue, and include links to screenshots if possible. My code:\nThis challenge is asking to you wrap the existing tag that is right below the , not create a new one at the bottom. The test expects to find your up there with the original , so adding it down at the bottom causes the test to fail. However, this is the third time in a week or so that I've seen this same issue reported, so I propose adding some clarifying language to the waypoint that lets the user know they should not be moving existing tag, only wrapping it.\nIt worked. Indeed the language should be more clarifying.\nGreat, just reading your your response. Unsure if you have clarifying language yet but I have run into the same of two days ago, 10/21...\nThe change has been pulled into the staging branch but hasn't been pushed into the production code yet. It shouldn't be too long before it is."}
{"_id":"q-en-freeCodeCamp-74694663abf147e7e82b45c8dd0e3c2b7c94debd5506871068314a30fb6f73ae","text":"Challenge has an issue. User Agent is: <codeMozilla/5.0 (Windows NT 10.0; WOW64; rv:41.0) Gecko/ Firefox/41.0</code. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: Issue: Properties box says: \"Let's delete the \"tails\" property from myDog.\" Test success statement: \"Delete the property \"bark\" from myDog.\" Test succeeds on deleting bark property, not tails.\nI noticed that too !"}
{"_id":"q-en-freeCodeCamp-38335cf883a58588fb3aaaf627ee19e76729df427798aa4f4126329fbf655285","text":"Should be \"become\" I would fix it but I'm not sure where this file is located. !\nclosed. Fixed with"}
{"_id":"q-en-freeCodeCamp-5683e78bf7bba8e0ae6cb448138bb13344ba877a5de561aebb03c97d2436f205","text":"[x] Trigger Click Events with jQuery [x] Change Text with Click Events [x] Get JSON with the jQuery getJSON Method [x] Convert JSON Data to HTML [x] Render Images from Data Sources [x] Prefilter JSON [x] Get Geo-location Data\nTrabajando en esta"}
{"_id":"q-en-freeCodeCamp-5248a4d319c25277965ac0979b6acd34fdc6ea52ba87c7513f98339191c884fc","text":"Challenge [Bonfire: Validate US Telephone Numbers] Apparently the test case \"telephoneCheck(\"555-555-5555\") should return true.\" runs twice."}
{"_id":"q-en-freeCodeCamp-f2bc12afc5447a4f42dfd972b24f1d74d4fdca7e4eb82ab5cee30e7e33d7de2d","text":"Challenge has an issue. User Agent is: <codeMozilla/5.0 (Macintosh; Intel Mac OS X ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36</code. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: This is a very minor issue, almost trivial, but this Waypoint initializes the editor with an unnecessary space right under . The space can be found if you look back at the code It should be instead of .\nEasy enough. I'll grab this one.\nSo maybe I'm doing something wrong but I just fetched the latest from \"staging\" and there is no space between the quotation marks in the latest version. This appears to have already been corrected.\nHmmm, I'm not sure why you're not seeing it on your end. I still see it on github and in the most recent staging I just pulled down.\nMy mistake, I hadn't pushed to my forked repo and I guess that was keeping the latest fetched files from showing. Should be fixed with"}
{"_id":"q-en-freeCodeCamp-26ab1d47556a33594d28174bfb43f745079396f7072c6f64546826f591095400","text":"and have text in code tags within a blockquote already. The code tagged strings need to be removed. You can see them because they are highlighted again within the code block. Access MultiDimensional Arrays with Indexes: ! Understand String Immutability: !\nAgreed, these just just be in the block quote."}
{"_id":"q-en-freeCodeCamp-40f4b91c41dcba535750f759c0bb8b898b631e3a74013c0972ed46aef11af3f1","text":"[x] Learn D3 Challenges\nwhat should we do with these ones? I guess they are not finished, so there's no point in translating that one line, or am I wrong?"}
{"_id":"q-en-freeCodeCamp-9934050814375f1bba1a4233e9bcdf79eb7b2bd74f545dd769c3f49306f9d3e2","text":"[ ] JavaScript Lingo: MDN and Documentation [ ] JavaScript Lingo: Value Types [ ] JavaScript Lingo: Variables & camelCase [ ] JavaScript Lingo: Arrays & Objects [ ] JavaScript Lingo: Finding and Indexing Data in Arays [ ] JavaScript Lingo: Manipulating Data [ ] JavaScript Lingo: Math [ ] JavaScript Lingo: Loops [ ] JavaScript Lingo: Regular Expressions\nWorking on this one"}
{"_id":"q-en-freeCodeCamp-0db7f9640729f6ed059bec883a70a1a1556e2e838907b749830feb8afce303e4","text":"Challenge has an issue. User Agent is: <codeMozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36</code. Please describe how to reproduce this issue, and include links to screenshots if possible. My code:\nIf you scroll down on the left section of the page below the Run Tests button you can see the results of the tests for your code. In this instance, the test fails because you have a capitalization error. For help with writing code, please consult the . Issues are for reporting bugs with the challenges or website. Happy coding!\nthanks for help :) i have found the error it was on the coding i was placing another anchor tag while i supposed to use the existing one thank you :+1:\nthanks for the help diagnosing the issue! Closing this issue as it looks like the issue has been resolved. Happy coding!"}
{"_id":"q-en-freeCodeCamp-f535349981fb401a764fc6ee4708a6d272eed75f4ab42f7fff2ffc5bea95bacf","text":"My challenge is makes sure all p elements have closing tag\nThanks for reporting this. But your code is incorrect. GitHub Issues are for reporting bugs on the website only. Please use the for getting challenge related help. Happy Coding."}
{"_id":"q-en-freeCodeCamp-1b8336b11f6a1c9e8d15f9e8fb2ec9f30499c6c7101d2aa2039600fa29b329b7","text":"Challenge has an issue. User Agent is: <codeMozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36</code. Please describe how to reproduce this issue, and include links to screenshots if possible. I feel like while the above code works it simply fails to communicate the purpose of the exercise by delivering a visible change in the resulting page at the right side of the screen. For comparison's sake, this is how it looks like when the code is executed in JSFiddle Given that the page display is narrow, my proposal is to change the required positioning entirely, so that the student will be able to see more clearly the results of the absolute positioning.\nHi - thanks for pointing this out. Yeah, the narrow output screen unfortunately doesn't show the change at all. We could change the requirements to use to make it more obvious. You titled the issue \"Replace the example...\" though, so if you had ideas to re-work this even more, let us know your thoughts!"}
{"_id":"q-en-freeCodeCamp-3b63a174690ac07405c9d3f8645d7bf556ecfd0755bc6bc0f2de8f343c61f514","text":"According to Google Analytics, the is way too hard, and is taking campers an average of 6 minutes and 35 seconds to finish (if they finish - a lot of them seem to give up). According to this table, campers spend more time on it than they do on the algorithm challenges. ! We need to either reword this or simplify the challenge so it can be completed in closer to 3 minutes. Otherwise, we should move it back to the algorithm section.\nThis challenge does have a large amount of constant strings which could cause users to take a longer time than a typical challenge. Maybe we could provide an array of the responses in the seed code. Make the seed code: This could help in two ways. The first is the users can save time by not having to type out each response. The second is this approach could minimize errors from typos in the response phrases (i.e. Hole-in-one! vs. Hole in one!). We could remove the number of different responses. Maybe remove Eagle and Double Bogey.\nyes - that is a great suggestion. I think leaving all the names is fine but we should pre-populate the array with the names. Since this was your suggestion, would you be interested in tackling this and submitting a PR?\nYes, I would like to tackle this and submit a PR.\nThe Golf Code challenge did take me longer that the other challenges. I did not initially realize that golfScore() had BOTH strokes and par as parameters. With the other IF ELSE challenges we were only dealing with one argument to pass into the IF ELSE condition. I found myself in that \"flow\" and completely overlooked that two parameters were available to work with in the IF ELSE condition. I also found myself looking at the Strokes/Par table thinking, \"How will IF( <= par-2) work?\" After a little head scratching, I realized the values under the Strokes column were what you were supposed to compare Strokes to (i.e. IF (strokes <= par-2)). Hopefully, this feedback is helpful. I think the confusion is coming from the wording of the challenge and suddenly going from using one passed in parameter to two in your IF ELSE condition.\nAwesome. has a PR open already. Could you take a look at that first and let me know what you think of his proposed changes?\nI agree with MiloATH's proposed changes. Would definitely reduce the potential for typos when working the problem. As a side note, feel free to let me know if I am breaking any GitHub etiquette at any point. Zero experience providing input on collaborative projects. Looking for to learning and have really enjoyed FreeCodeCamp thus far. You guys and gals are doing awesome work. :)\nSure - we will let you know in a polite way if you break GitHub etiquette. Thanks for being receptive to feedback :)"}
{"_id":"q-en-freeCodeCamp-37c39f6c4a469140feb93a624038f9c5e9ff34e5e4a281aa28c9f330a77f0b21","text":"<!-- NOTE: If you're reporting a security issue, don't create a GitHub issue. Instead, email We will look into it immediately. --Tests are not passing with correct code. Curiously, the \"The fifth div should have a height of 25 pixels\" test is passing, but none of the others. DOM elements are rendering correctly with appropriate inline style. Browser Name: Chrome Browser Version: 68 Operating System: Chrome OS !\nit passed for me on firefox and chrome with the code in the picture - were you able to get it to pass?\nOddly enough, no. I find it very strange that I can get the fifth test to pass, but none of the others, no matter what I do.\nyea, im not sure - did you try resetting the code and doing it again? is there any errors in the console? Try another browser maybe\nYes to reset, no to errors. If it's a browser problem, that's an issue for people using Chromebooks like myself.\nI got the same scenario as . Only the fifth test is passing. Browser Name: Chrome Browser Version: Version 71.0.3578.98 (Official Build) (64-bit) Operating System: MacOS Mojave Version 10.14.2 I tried completing the challenge in Firefox and it passed. Similar users are having problems:\ndoes not work on Chromium - Version 75.0.3770.100 (Official Build) Arch Linux (64-bit) works on Firefox 67.0.3\nmy browser: Versione 77.0.3865.120 (Build ufficiale) (a 32 bit) on Windows 10 Home v1803 no test passes with callback\nPretty sure the problem is similiar to the problem on\nYep looks like yet another zoom bug with Chrome. We can check the inline styles set instead for the test. I will make a PR."}
{"_id":"q-en-freeCodeCamp-3aa0738c73a98966c6ec81758d81218e55f1f56bfe17649aced191faba61b805","text":"from its english version at from its english version at from its english version at from its english version at from its english version at from its english version at When you make a PR for this particular issue, do not tag it with instead just reference it with\nHey ! How could I claim so we don't double work? Thanks\nHi ! Actually we just merge in the first PR for open issues. And your comment on this thread is enough. So, its yours. Happy translating.\nI just open a PR for\nthanks a lot that was fast! Would you be interested in translating these in future as well? If yes, please keep a watch on this thread. We will be updating on the progress often Happy contributing.\nDone translating ! My PR is available at ! Thanks for all you do, freeCodeCamp\nI have sent a translation proposal for /docs/how-to-work-on-guide- PR Hope it will help!\nThere is still work pending on this. When you make a PR for this particular issue, do not tag it with instead just reference it with\nHello, I'm starting to help on the translation of the document /how-to-set-up-freecodecamp-\nWorking on /docs/spanish/how-to-work-on-guide-\nHello, I've improved the file\nHello, Improving docs/spanish/how-to-catch-outgoing-emails-\nHi, I'm improving docs/spanish/how-to-work-on-coding-\nHi, can I help with /docs/spanish/how-to-setup-freecodecamp-\nSorry, I opened a bad PR regarding but already closed it. I found there was still an English part to be translated\nHi! Is there any remaining documentation where I can help translate?\nyou can improve or fix redaction and spelling errors.\nHi there, It would be good if at the top are checked so we can see what is left to be translated. Thanks\nWhere I can start helping?\nsorry to put it in this issue, but is there any way somebody could help with the pull requests? I mean, there are 5K+ opened already, people are sending them in troves, and I suspect a lot of them are a total crap (Like ) . I guess you opened a Pandora Box with your articule about HacktoberFest.\nHey all, not a translation, but fixes for the language bar of HTML links on the README file for Spanish, and markdown links to the How To guides that everyone has been translating. . or anyone else looking to do translations in Spanish, you could make a copy of the 2 style guides to translate into Spanish from the English version in the doc folder. It looks like those weren't in to the Spanish folder originally or included on this issue. Just leave the title the same, but put it in the Spanish folder\nHola! to all. I believe we should have guidelines for Spanish translations, which include what treatment (formal or informal) to use when referring to actions or the user. For example, Agregue (formal) or Agrega (informal). - I don't know if this kind of things are found in other languages. In the last articles I've read I've seen a mix between formal and informal, and I think we should standardize (I have done it with some articles). I propose to always use informal. Another thing that could be specified in the guidelines is: Challenges translations. Should they be translated? Referrals to types and attributes (which need to be in English for proper coding). For example, type \"date\" not type \"fecha\". If there is a guideline already, please let me know, if not, I would be happy to start one (just let me know where to put it). Hey I would like to know your thoughts about this. Thanks to you all and happy coding!\nI agree that we should standardize around informal. I agree with you that we should look out for words like \"fecha\" that have been accidentally translated during our automated translation process.\nHi all I'm not sure if this is the right issue to discuss this, or if I should open a new one. I'm happy to open a new one if that makes things easier to track. I'll keep it here for the moment. What do people think about translating \"array\" as \"arreglo\"? I think this is a big mistake that has been repeated since somebody made that bad translation many years ago. As any Spanish speaker know, \"arreglo\" means \"repair\" (), and it makes any programming related text even harder to understand. This is especially true for programming texts because it's full of abstract nouns and things that are not easy to represent in a tangible way. I learned to code in English (mainly FCC and Coursera), and after a while, I stumbled upon a programming text written in Spanish. I couldn't understand what it was talking about until I found out that \"arreglo\" was the (really bad) translation of \"array\". Then I could read the text as if I was reading an encoded message that had to be deciphered. I propose that the Spanish version of FreeCodeCamp doesn't carry on with that translation, which is just based on the similarity of the spelling but has nothing to do with the meaning of the words. I think the right term in Spanish is \"ristra\". According to the : Which basically means: \"A group of things placed one after another\" They also share all the phonems in \"array\", with the adittion of /r/ (rolling r) and /t/ in \"ristra\". I'm open to other candidates, but please, let's take \"arreglo\" out of the Spanish version. The word \"array\" has been used in Spanish texts before and even though it's not a Spanish word, I think it's still better than a word that exists with a different meaning. And to be honest, anyone learning how to code will have to become familiar with certain English terms like \"list\", \"function\", \"import\", \"scope\", etc. [1]: [2]:\nHello guy, I vote for yes, let’s do the change and I think will create a huge impact around of the world! Please let me know if you have more question questions or concerns. Andres Haro Cell: (619) 534-3190\nThanks - I agree that these machine translations need improvement. I encourage you to dig in and start fixing them. Be sure to join if you need help getting set up\nThere is still work pending on this. When you make a PR for this particular issue, do not tag it with instead just reference it with\nThanks for working on the translations for the \"Contributing to freeCodeCamp\". Here on we are making contributing to translations for contribution docs ad hoc. You are free to make pull-requests for improving these translations. We are closing the issue as these do not need tracking per se. You can raise a fresh issue if you find something incorrect in the existing docs."}
{"_id":"q-en-freeCodeCamp-35d602ee7ccda20fb5414057a65c66f318a288913d14a6e9aa6b26950a449373","text":"from its english version at from its english version at from its english version at from its english version at from its english version at from its english version at \nPlease, review\n[x] [x] /docs/russian/how-to-work-on-coding- [] ()\nFixes the html links in the top language bar for all language README docs. Not a translation, but just link fixes. Once the Russian README files get merged, we can add the markdown style for links to all the articles in Russian too!\nstarted to review PRs. ping me if more help needed reviewed and requested changed at LGTM from native russian speaker view LGTM Resolve conflict is needed\nHi, guys! Please review my PR\nThanks for working on the translations for the \"Contributing to freeCodeCamp\". Here on we are making contributing to translations for contribution docs ad hoc. You are free to make pull-requests for improving these translations. We are closing the issue as these do not need tracking per se. You can raise a fresh issue if you find something incorrect in the existing docs."}
{"_id":"q-en-freeCodeCamp-2e3d81e54fa9b6987665cc5241947f205be6b7c98e01850f679bdf10975bb825","text":"<!-- NOTE: If you're reporting a security issue, don't create a GitHub issue. Instead, email We will look into it immediately. --Describe your problem and how to reproduce it: Link to the guide on the challenge Data Visualization: Data Visualization with D3: Use the and Functions to Find Minimum and Maximum Values in a Dataset is pointing to the wrong place Incidentally, the challenge page uses the d3-max and d3-min in the url while the guide page uses and Add a Link to the page with the problem: Get a Hint button brings the camper to which is 404 - Page not found Correct link is Tell us about your browser and operating system: Browser Name: Mozilla Firefox for Ubuntu canonical - 1.0 Browser Version: 62.0.3 Operating System: Ubuntu 18.04 If possible, add a screenshot here (you can drag and drop, png, jpg, gif, etc. in this box):\n/ If you can guide me to where this file might be located. I can check....\nSolution <body<scriptconst positionData = [[1, 7, -4],[6, 3, 8],[2, 9, 3]] // Add your code below this line const maxX = (positionData, (d) =d[2]); const output = maxX ; // Change this line // Add your code above this line (\"body\") .append(\"h2\") .text(output) </script</body"}
{"_id":"q-en-freeCodeCamp-5710c410b2fdda6888e754827143ecaed3ace3caec9a3a99f3ea92c115376c5c","text":"<!-- NOTE: If you're reporting a security issue, don't create a GitHub issue. Instead, email We will look into it immediately. --Describe your problem and how to reproduce it: The formatting of the header-tag page in the guide is wrong. I checked the codebase and there are missing back-ticks for some of the html tags in the markdown page. Add a Link to the page with the problem: Tell us about your browser and operating system: Browser Name: Chrome Browser Version: Version 70.0.3538.102 (Official Build) (64-bit) Operating System: MacOS 10.14.1 If possible, add a screenshot here (you can drag and drop, png, jpg, gif, etc. in this box): !"}
{"_id":"q-en-freeCodeCamp-4754794ccf58ff1613bd93d681d3308b3c0263d943bc15d445e8d03ffc42db0f","text":"<!-- NOTE: If you're reporting a security issue, don't create a GitHub issue. Instead, email We will look into it immediately. --Describe your problem and how to reproduce it: While working inside the coding challenge \"Basic JavaScript: Local Scope and Functions\", I found out that while the challenge works fine if you declare a local 'var' variable inside the function 'myLocalScope' and then deleting the log out at the end. as usual. But, initially accidentally I wasn't paying attention and declared the 'myVar' outside of the function scope just below its call, and the challenge validated it as correct and completed the test. Not being a complete beginner I was able to recognize the problem, but I am aware most beginners maybe stumble upon this problem and accidentally may learn the wrong thing or may NOT learn this properly. The test looks out for global variables as variables not being declared by any 'var' keyword but it misses out variable declarations outside of the scope of the function but using the 'var' keyword, which are also global variables and shouldn't be validated. Add a Link to the page with the problem: Tell us about your browser and operating system: Browser Name: Safari Browser Version: 12.0.2 (.3.4)(Latest) Operating System: MacOS Mojave 10.14.2 If possible, add a screenshot here (you can drag and drop, png, jpg, gif, etc. in this box): <img width=\"1388\" alt=\"screenshot 2019-01-19 at 8 31 05 pm\" src=\"https://user-\"<img width=\"1214\" alt=\"screenshot 2019-01-19 at 8 33 06 pm\" src=\"https://user-\"\nI have opened a PR, which modifies the test case for checking if the variable is a local scope of the function. Did a regex test\nHopefully this fixes the issue. Even though I think it was already throwing an error if we declare a global variable (by not using var keyword) But the bug came when we used the var keyword."}
{"_id":"q-en-freeCodeCamp-43fb7bc3a881211900f2c5b48150524525879dcb0bfab85efaa54c0d39423a84","text":"Expected behavior Please see attached screenshot for more details. Basically: [x] \"Contact email\" should be \"Email Us\" [x] We should get rid of the outbound link icons [ ] The footer should always go below the tallest element. Currently on the Guide, it seems to go under the least tall element. Screenshots <img width=\"1246\" alt=\"echoandprint_freecodecamp_guide\" src=\"https://user-\"\nSide note (perhaps a separate issue): the footer on the page is difficult to get to due to the loading of content on a scroll down. So you have to keep scrolling and keep loading content until there's no more to load to reach the footer. I suppose there would be a similar issue on the forum or anywhere else that uses the loading on a scroll.\nI'll give it a try.\nI have fixed the first two issues but couldn't quite reproduce the third one either in Chrome or Firefox(In Windows 10). cc - !\nThere is a UX trade off for doing that for implementing the third one. In order for the footer to go under the tallest element, both elements should have the height of 100% (no-scroll). In that case, when user clicks on a side nav that is taller than the content, the page should either go to the top to show the top of the content (loses the location of the scroll), or keep its scroll which means the user will scroll up and down just to change the tabs. here is a demo: ! with no footer, our layout would have behaved similar to the default Gatsby sidebar example. With the footer, the optimal solution would be to add some javascript and have a floating sidebar that stops at the footer. We could also have a fixed sidebar that the footer would overlap at the end of the page. imho, the current setup does the job, but please let me know which solution you would like me to explore.\nHi I agree with I think the key here is to use the site as an end user, and then decide on the tradeoff. I agree that the current sidebar is far better UX for the user, who are more likely browsing through an article and have it in view rather than have them scroll a long way to switch to the next topic of their interest. That will definitely increase a session time and reduce bounce rate.\nThat is fine. People will scroll. I think you all are dramatically overestimating the inconvenience of scrolling. On mobile, this will all be a single column layout anyway. This is what people thought was the optimal solution back in the 1990s. In practice, it's confusing to users. Users would much rather scroll up and down a page then have to move their mouse around to different \"frames\" and scroll up and down within those in a more confined space. Just look at this page here on GitHub. The footer is always at the bottom of the tallest column, which in this case is the middle one. If I want to see who this issue is assigned to, yes - I have to scroll back up to the top of the page. That's no big deal - it takes less than a second. We should use a similar approach with footers everywhere on freeCodeCamp. Separate horizontal scrolling portions are bad enough, and I'd like to move away from them - let alone separate vertical portions. Here's an example of how having separate scrolling areas is hurting usability on learn: <img width=\"1415\" alt=\"learnbasichtmlandhtml5fillintheblankwithplaceholdertextfreecodecamporg\" src=\"https://user-\"A new user might not even realize that there are buttons and tests underneath the \"run test\" button. The footer should always be at the bottom of whichever column is tallest, and we should not have independently scrolling columns. At some point in the past year or two, the independently scrolling columns were introduced. could you start working on a version that puts the footer at the bottom of the tallest column?\nI strongly recommend testing the app as user would to derive the best UX for our app's use case. For the Guide, I think the tallest element principle does not work in practice, you can test that locally yourself, it's just weird to scroll through whitespace vs content. People will scroll through content, not whitespace? For Learn I had given my feedback in a comment here: But, we quickly realized that the tallest element won't work either. Here is what we should do though is to use the buttons as a fixed component on learn. This gives us the ability to scroll the \"content\" as much as we want, while keeping the most used component buttons in our case in view. ! Also, I would like to bring light to the fact that several feedback (fairly frustrated) threads that we have had here on GitHub and forum is the ability to use the challenge map about scrolling. It works when you are casually browsing, not when you are looking for something specific. But that's a different problem unrelated to this thread. Anyways, let's start working on a version that does put the footer at the bottom of the tallest element and do a A/B test.\nI will make a MVP and have you test it ASAP. Here is how Khan academy does it when the scroll meets the footer. Notice the shadow indicating that side nav is continuing and scrollable <img width=\"504\" alt=\"screen shot 2019-02-12 at 9 29 49 pm\" src=\"https://user-\".\nPlease let me know if you wanna move forward with this design, and if you want the user to go to the top of the page after clicking the side nav or not so I could adjust it accordingly.\nPlease take a look at this document: Also consider this: very few people are actively looking for the footer. And if they are, they're just going to swipe down really fast and get there immediately, regardless of how tall the page is. The main purpose of the footer is SEO and for the 0.001% of people who are actively looking for it. (how many times a day do you find yourself trying to scroll down to content in a footer?) The Guide's sidebar is only 109 entries tall. It's not going to be that much space. If they have one of the bigger categories expanded, yes, it could be more. But I don't think the footer is important enough to warp the experience of the guide.\nA good example of how to handle a documentation page with expandable side menu items, and a footer, without extra scrolling is the MDN: When you expand the menu items on the left, the footer just gets pushed further down the page.\nwith these changes, this issue will back Or am I missing something?\nso I think wants the page scroll to go to zero only when a node with no children is clicked on the side nav. I cannot think of a way that I could implemented it without recording and resetting the scroll with JS, so if anything comes to your mind, let me know.\nNodes with children also have articles.\nvery good point, so we would be reverting to the bug, then. if the height of both elements are set to 100% our footer would be pushed down when an element is expanded; however, in the mozilla doc, Nodes with children do not have articles. So users can click on an end node on the side nav and then it page goes to the top. in our case, if a user wants to visit for example . She would be scrolling the whole side nav 3 times. If we really need to go in that direction, the other option would be not take the users to the top of the page regardless of where they click on the nav. but when they reach their destination in the sidenav tree, they will have to scroll up to see the article's beginning.\nHi IMHO, and all honesty I really do not care about the footer. Meaning we are on the same page about its priority. The idea is the best usability of the site itself. I am not advocating that we should not make it so that people do not have to scroll. All I am interested in is making the UX intuitive and not painful from a user's viewpoint. I completely agree on your well researched thoughts about scrolling. But I keep re-iterating to test the site ourselves in A/B strategy and see what works best for us. In my tests, I found it weird and awkward to scroll when I am working through challenges, or looking through guide articles (not casually browsing like on a news site). So, from my tests: On the guide, the footer should be below the content element (the right guide article itself). The content element will expand in height depending on its content. This will keep the footer out of the view at all times. That is The footer can be hidden out of view under the viewport. Your MDN example, does something same. At all times, the content block is on the top of the footer. On the learn, I think we should get rid of the internal scrolls. But this also means, we should keep three things always in view: editor (labeled 2 on my screenshot) buttons preview panel (labeled 4 on my screenshot) These are the most interacted elements on the learn app. Only the instructions (without the buttons, will scroll) The footer can be hidden out of view under the viewport.\nMaybe for the challenges and guide page we could make a smaller footer similar to the one github uses.\n!\nRe-opening. GitHub closed it automatically. This issue will be taken care of in repeated iterations.\nI believe the decision is to make the sidebar more concise so there would not be a need to scroll. Although displaying the sibling nav items were discussed, I think it would be best to move forward with something similar to the following convention where only children and parent nodes are in the sidebar. !\nYes, let's get a variation that you propose in, and test it out.\nI have a couple of suggestions on the footer: I feel the links are too cramped and need a little more padding between them Headings can be simplified There should be substantial space between the block of text on the left and the links At the end, it could look somewhat like this: !\nI really like your design, it definitely looks better than the current one. Here are a couple of considerations. The logo looks great, but it makes the footer area taller. As a general rule we would like to save as much screen real state as possible. To be accessible we need a way other than color to establish visual hierarchy between headings and footer items. I encourage you to take screenshot of both the current version and your design so we could compare their sizes and their white space allocation better. After that let's have a pr and merge the changes.\nAlso I don't think you're allowed to change the colour of logo according to https://design-style-\nlet us address side-nav related suggestions and improvement in the above-referenced issue so it does not get confused with the footer.\nHere are the screenshots for screenshots for comparison. ! ! !\nwould you be interested in making the footer titles more concise as suggested?\nI always have this message always poping up when i run my code \"Your Footer do not all have a white color\" i have done all i could but cannot detect any fault in my code. this stopped my html from running further. I gave an inline style with white as color yet the problem continued. I just don't know what to do again"}
{"_id":"q-en-freeCodeCamp-21fdeec119466902507f4ec25f6806cbbd736ccc1b61d212e0b212c790ea10af","text":"Donate modal is rendered/animated twice when invoked\nSteps to reproduce. Complete at least 9 challenges. See modal once per session.\nalternatively, change this line to true and get the modal after completion of each challenge.\nJust in case someone tackle this before I get back to it. it seems like the app gets updated after the donate modal is up. so that might be causing the flashing. redux devtools actions order: <img width=\"338\" alt=\"screen shot 2019-02-22 at 6 46 38 pm\" src=\"https://user-\"devtoolds error: <img width=\"642\" alt=\"screen shot 2019-02-23 at 12 19 40 pm\" src=\"https://user-\"and here is where the modal is being called:"}
{"_id":"q-en-freeCodeCamp-628fc2dba23c84ab456be42f376d663156f0279b9a115e789f2a3778e37218ac","text":"Describe your problem and how to reproduce it: Anchor links such is not working properly in several languages. For sure is not working in: Russian, Spanish, Chinese languages. Add a Link to the page with the problem: Tell us about your browser and operating system: Browser Name: Chrome Browser Version: Version 74.0.3729.169 (Official Build) (64-bit) Operating System: Windows 10 Pro 1809 If possible, add a screenshot here (you can drag and drop, png, jpg, gif, etc. in this box): !\nThese 3/4 PRs (exlude one - which I PR'd to my own forked-repo) may close this issue. Please review them."}
{"_id":"q-en-freeCodeCamp-047973231a5cc72b4c98efbbfae0aff36e7362b3c9fd5cfbbfb4781a40a84198","text":"Describe your problem and how to reproduce it: Link to \"Guide website\" is different from English version. Portuguese version is redirecting to \"\". English version is redirecting to \"\". Add a Link to the page with the problem: English version Portuguese version Tell us about your browser and operating system: Browser Name: FireFox Browser Version: 68.0 Operating System: Windows 10 Professional"}
{"_id":"q-en-freeCodeCamp-d84f5adeb12fb5309bed3fecf1b606447cb00166c6a82002af8ed73fa09d63dd","text":"Challenge: Video: The code is supposed to create a two-column layout but there is a typo. Video has: Should be: It would be nice to have the video fixed if possible.\nI would like to help but I need some more information like the download link for the video to edit it and overwrite columns on colums.\nIs it possible to get this video updated?\nthis still needs to be fixed, if possible."}
{"_id":"q-en-freeCodeCamp-703da7cdca94e3e9ab65d44a7c99361c9b871adaa7bc3709149e10fbf1f30dd6","text":"Front end project pages have no margin and hug the window: <img width=\"370\" alt=\"Screen Shot 2019-08-20 at 9 12 57 AM\" src=\"https://user-\"All other pages have a margin I believe: <img width=\"373\" alt=\"Screen Shot 2019-08-20 at 9 12 48 AM\" src=\"https://user-\"I can fix this one\nfrom the screenshots. does adding a padding that way causes a horizontal scroll?\nNo, I'm pretty sure that's just my firefox being goofy again - that screenshot is from .dev and it shows this at the bottom on my firefox... <img width=\"319\" alt=\"Screen Shot 2019-08-23 at 7 40 55 AM\" src=\"https://user-\"causing the horizontal scroll bar to appear, but it's fine on chrome.\nThat should get fixed by , unless there's some other stuff overflowing. It just needs\nThinking about it: do you want to make that change in your PR as well, That way you can see if there are any other problems.\nLooks like it might not be my firefox - I found that when signed in, it displays the button in the picture above - but when not signed in, the button says \"I've completed this challenge\" So it's not the margin causing the scrollbar.\nlooks like that property does fix the scrollbar issue - <img width=\"292\" alt=\"Screen Shot 2019-08-23 at 8 23 25 AM\" src=\"https://user-\"but it's strange that the button displays different text based on authentication"}
{"_id":"q-en-freeCodeCamp-d3f260ddb9ee7fb54e7dd7b7b61ee149a32a2cb18d536f3518a9a61378872b83","text":"I did not see anyone raising this issue, but I don't think the background of the preview in default or night mode should be anything other than white unless the coding exercise specifically changes the background to something else. The preview should be exactly what you would see in a browser. In almost all the challenges, the background would be white. !\nI share your concerns The reason we changed the color of the display is that a white display is discomforting to the eye on night mode when everything else is dark. so we injected some styles to harmonize the view in general. That convention was carried over to light mode.\nIt might be better to default to white in light mode, same as the editor. As for night mode, some of the css challenges might need some changes to look reasonable in both modes. For instance, in night mode, looks like this: ! If we change the seed code to it would become ! It would have to be case-by-case, though.\nThat is a very good point. I will defer this to\nLogically, I have to agree with - displaying anything other than what the code in the editor would produce might confuse campers. But it is a little rough on the eyes to have the white background on night mode. And the current theme looks a lot better - so it's a tough call. I scrolled through a number of challenges, and there's quite a few that don't look right with the blue background. So there might be a decent amount of work to go through and fix all of them.\nI really like the new theme, but a preview should be a true preview. We want to make this like the real world. Developers working in some kind of night mode on their favorite local editors, still expect to check the \"real\" result of the code they have written on a browser or in a preview mode in their local editors. The night mode should only apply to the editor or the non-preview part of the FCC site. Anything else is just not realistic.\nThe preview should be white.\nI agree with everyone here on this thread. The preview should remain white. Note that soon the preview won't always be there on the right side \"brightening up\" the user interface and ruining people's night mode experience. Soon we will have a single column layout where you the preview only shows up when you click a button to show it, or it loads in a separate tab. - could you update the styling on this so that the preview area is unaffected by our styling?\nDefinitely."}
{"_id":"q-en-freeCodeCamp-4e32b4aa53c0c39e8c176aae90836e946bbc9e46c6898b5f9216b8b1522f24fe","text":"Is there a reason the certifications have an apparent margin above them? ! It's bigger with a taller viewport. Seems like there should be no margin there."}
{"_id":"q-en-freeCodeCamp-5e5ba63eb6171f205e0cd48090b59b21276c34252b08812900ee182be92990ef","text":"<img width=\"616\" alt=\"Screen Shot 2019-10-01 at 3 26 24 PM\" src=\"https://user-\"This is a picture of my own private profile locally, seems like it should say something like \"You have not made your profile public\" instead of \"mot01 has not made their profile public\" And as I'm typing this, I'm wondering if a profile should render completely if it's theirs, even if it's not public - there's no way for a user to see what their profile would look like if they don't have it public.\nThat does look better. The next sentence should be something like \"You need to change your privacy settings in order for other people to view your profile\". So, they should be able to preview their public profile, basically? Sounds good. If going that route, it would be good to emphasise (even more than currently) that their preview is not public. It wouldn't be good if people went to their preview, saw that it looked right and didn't notice that they were the only people that could see it.\nYes to this, please open a PR. It seems to have been an oversight. I think it's fair to leave the warning on their own pages while showing this page in that case, which means we may need to update the copy for them.\nCan you clarify what you want here I'm not sure I understand - do we want to keep the page how it is, and just change the two sentences? Or do we want to display their private profile for them?\nYes. Sorry about being vague last time. I thought about this a little more and I think we should show the users their own profile only when they are signed in. Here is what we should achieve at the end of the day: profiles which are public are visible by default. settings button is only available if the user is on their own profile page. who are not signed in and are visiting profiles which are not public and are not their own are shown the current notice and warnings: ! who are signed in and are visiting their own private profiles are shown the same notice as the above screenshot in point 3 with the verbiage stating \"You\" and the settings button available. The rest of the their profile is visible as a preview.\nSo, there'd be a button on their private profile labelled 'Preview profile' and a label 'preview how your profile would look if you made it public'. Clicking that would take them to, say, which shows the preview (and a notice saying that it's currently private). Something like that?\nNope, we do not need a new route. Their profiles can be rendered just below the notice like so: ! Here is the copy: You have not made your profile public. You need to change your privacy setting in order for your profile to be seen by others. This is a preview of how your profile will look when made public."}
{"_id":"q-en-freeCodeCamp-a3634e7457c9bdaf867d6baf35042d84308c7b4bb127642bb64333d94ea57729","text":"Is there any reason not to put the real and in ? I reflexively put in a dummy key when I set this up, but now that I revisit this, that seems like a mistake.\nYes, actually it broke the .dev build unsurprisingly , I think noticed it and reported in the team chat. My bad for not catching this previously. The real fix is to ignore and move ahead when the keys are not available are default. We do this with google application credentials.\nOh, I assume it broke the build because .dev isn't using I didn't think of that... So, we should implement the fix and add the public keys to , right?\nI was thinking something more along the lines of (example from api-server): I would try to avoid hundreds of contributors hitting the indexes locally. Ideally people should get their own keys. While the key and index is public, it's still not recommended to hit it?\nAs for the production keys, it's actually fine because the build should fail. I have since the keys in the build pipeline.\nOne thing: if we don't want contributors spamming search (fair enough!) I think there should be some docs that let people know what's what. Either that search isn't available in development or the steps they need to take to make it work.\nI agree. We should add some docs on getting keys, or perhaps creating a test index and sharing that instead"}
{"_id":"q-en-freeCodeCamp-6ec8e735d85c760ded6043928d47078eb9725564268f3a009878b9599a8f4e71","text":"The font size for the CTA could use similar breakpoints for the h1, h2. and set to 1.2 - 1.3 rem !\nI'd like to work on this.\ncan i?\nWhere is this button?"}
{"_id":"q-en-freeCodeCamp-a47984b70ae1ef6bb7963849482a42e0b10827f8e615a2a12ffad81d716028aa","text":"<!-- NOTE: If you're reporting a security issue, don't create a GitHub issue. Instead, email We will look into it immediately. --Describe your problem and how to reproduce it: I feel like the description for the code in the is a little confusing and can be further cliarified. For example, the description is this: \"... Like strings, arrays use <dfnzero-based</dfnindexing, so the first element in an array is element <code0</code.\" <strongExample</strongTo be a little more clear and following the index concept, this could possibly be explained like this: \"... Like strings, arrays use <dfnzero-based</dfnindexing, so the first element in an array is element at index <code0</code.\""}
{"_id":"q-en-freeCodeCamp-80f94e17a1b35a6b837d3aa2c3660f1b62a4eb1a6fa42a9f3797e1c6797105e4","text":"Link to the challenge: Adding a global flag to the regular expression has the test fail for the first two assertions. This can be confusing considering also how the challenge is introduced, since the code snippet explaining the concept shows the global flag being used. Update the code snippet introducing the challenge: However, since the global flag should not affect the outcome of the test (to what I can ascertain), a better suggestion would be to update the test itself, to account for its presence.\nThanks for the detailed report! I think it would make sense to do both. The isn't necessary, so it should not be there and it's not wrong, so we should not reject it.\nIt might be better to remove the global flag from the challenge example unless we also explain how and give some info on . I think in order to really know if we should fail the test when using the global flag we would have to consider how the code is supposed to run. Are we \"emulating\" that each is being run in isolation or are they executed one after the other.\nAgreed. This challenge focuses on teaching the user about groups - the use of over seem incidental to me, as does the presence of the flag. Also, the challenge asks you to make sure so it's only asking you to use against once.\nBut it is when the test is called multiple times on the same regex. Isn't this kind of the same as when users use global variables which end up causing the user's code to fail for all tests except the first because the the global variable does not get reset each time?\nI'm dumb - I'd completely failed to realise it's being run twice, once in the user's code and again in the tests. You're quite right and PR fixes that.\nChallenge: Fails with: Passes with:\nThe example/seed code moves to 14. I guess one easy option would be to change the example string to something like \"Fun with regular expressions!\", that should let all the tests pass and accept the global flag. The problem is if the camper uses a different string to test the regex it may fail. So we might just have to reset before running the tests.\nI assumed it would be the exact same fix as what Tom did:\nyep, that's what I concluded. I think we can apply Tom's fix in , rather than modifying the tests. Either works, but that should be more concise."}
{"_id":"q-en-freeCodeCamp-c47543fc51d18a3d7734d6797bc769089d5454982064c1eac1ead98445d6a4c8","text":"<img width=\"1396\" alt=\"Notifications_Twitter\" src=\"https://user-\""}
{"_id":"q-en-freeCodeCamp-b3bd7c113638daf26d244cecc70c40398c0a3ea12f79340120cda0bc8233dfcc","text":"<img width=\"682\" alt=\"Screen Shot 2020-02-03 at 7 30 48 PM\" src=\"https://user-\"For some reason, the font changes halfway down this introduction. . I don't see the problem at first glance. Probably just a spacing issue or something.\nHi . It looks like the problem caused by HTML tags in the text. I removed them and it looks better. Please check PR."}
{"_id":"q-en-freeCodeCamp-765301370e63f4832d1d47e48b2557c95545d8eceeb076cd9a76b0a859f9bc87","text":"Describe your problem and how to reproduce it: Go to: Look for: Test outputs in the bottom-left corner Duplicated test output: Add a Link to the page with the problem: Tell us about your browser and operating system: Browser Name: Chrome Browser Version: 79 Operating System: Mac OS 10.13.6 If possible, add a screenshot here (you can drag and drop, png, jpg, gif, etc. in this box): !\nThe same duplicated test output exist in the following Challenge: Go to: Look for: Test outputs in the bottom-left corner Duplicated test output: The Presentational component should render an h2, input, button, and ul elements. !\nYou are correct, the 2nd test should actually state: The <codePresentational</codecomponent should render to the page.\nTaking this up."}
{"_id":"q-en-freeCodeCamp-8f7af731ddc0bfc8bfc290f654e6aed8353eab038e23c77c7a75fab865e1c96d","text":"Describe your problem and how to reproduce it: As discussed at exhaustive length , the username requirements don't technically preclude the username \"007\". The requirement \"Usernames should begin with a letter\" should be . Add a Link to the page with the problem: Low-hanging fruit for a new contributor."}
{"_id":"q-en-freeCodeCamp-02b74d0594bfc650808e92d61875b5394314933d5ba5416ccdb9c5a39ce76523","text":"The logs for are quite verbose for some reason, making checking CI failures etc very difficult. Currently is logging all the solution, code etc for challenges? We need to avoid this."}
{"_id":"q-en-freeCodeCamp-b1bd535d384f3fd2b5c8e4b3feeebe975ef1e5dcb71172ab73093104d9ef2513","text":"When navigating to and selecting a monthly donation, the text below says \"Confirm your donation of X / month with PayPal\" This text is coming from: There is logic elsewhere in this file that handles the different frequencies, it seems like this logic is needed here as well.\nCan I try this?"}
{"_id":"q-en-freeCodeCamp-f2254a25c7d53e14eea3f959b6b25ca3d14b1cb5cdf4213ac81484733d317002","text":"Describe your problem and how to reproduce it: Declaring a loop using as the declaration to solve the challenge does not pass one test. Add a Link to the page with the problem: Tell us about your browser and operating system: Browser Name: Chrome Browser Version: 80 Operating System: Windows 10 Pointed out in this forum topic:"}
{"_id":"q-en-freeCodeCamp-d52327b4cfbf30ee5099dac883f2c91fdf520b7683d1985e37a4f44687bcf5f3","text":"<!-- NOTE: If you're reporting a security issue, don't create a GitHub issue. Instead, email We will look into it immediately. --This is a problem I found in the \"Applied Visual Design: Set the font-size for Multiple Heading Elements\".Even though the styling of headers in this challenge may be correct,the console gives an error stating that \"h6\" is not properly styled. I figured this may be due to the minimum-font-size issue of the browsers usually set to 15 or 16px(In Google Chrome and Firefox). Just wondered if we can put a note on the left pane where the question is present. Link Browser Name: Google Chrome Browser Version: 80.0.3987.116 Operating System: Linux\nYes, I believe this has come up before. I would rather see the use regex I think.\nBut this issue comes up every now and then in the forum. How is it possible for a beginner to use regex in this challenge ocnsidering that they may be only a few days into the course\nI meant to use regex to test that users entered \"14px\". Not that users should use regex at all. Right now the test is checking the value of the as it is rendered by the browser. If we check the input from the user, it wouldn't matter what size the browser gave the element.\nI am new to Open Source Contributions,can you guide me on fixing this issue?\nI would recommend following the . After that you need to fix the file I linked above and make a pull request. You can also reach out to us in our\nHi How would you target the element inside the tag, as it's inside HTML?\nI don't understand. You want to check the CSS of the . Right?\nThe first part, , isolates the styles for the class. Then you can more easily find if the correct styles are in there.\nThanks It was the variable that I was missing"}
{"_id":"q-en-freeCodeCamp-bee7ec1b032d2dfcb62426de66e3f35e3363464af961eeef9fbf4a8cb514ce4b","text":"Is your feature request related to a problem? Please describe. I noticed that there is a difference between the headers in and . Describe the solution you'd like Everything else is consistent except for the header. A solution would be to have it consistent throughout. Have it display \"Learn to code at home\" in both links. On the second line. Additional context Add any other context or screenshots about the feature request here. <img width=\"1095\" alt=\"without home\" src=\"https://user-\"<img width=\"1093\" alt=\"with home\" src=\"https://user-\""}
{"_id":"q-en-freeCodeCamp-e21ed7c358848b5468adf4419cc15a550e3a3ee418d6c22d206fb6c3bf66846a","text":"Is your feature request related to a problem? Please describe. The activities count on the search bar in both /learn, and /news is different than /forum. Describe the solution you'd like A clear and concise description of what you want to happen. Fix the count on activities. Additional context Add any other context or screenshots about the feature request here. <img width=\"629\" alt=\"Screen Shot 2020-05-11 at 23 27 55\" src=\"https://user-\"<img width=\"730\" alt=\"Screen Shot 2020-05-11 at 23 27 39\" src=\"https://user-\""}
{"_id":"q-en-freeCodeCamp-a4f6f557c105c1599a9a1845c4d1e414c21af6e05ee809ec2375218c0805faf1","text":"Describe your problem and how to reproduce it: Not Major: The sentence grammar should read: What type of HTTP request is usually used to access a website? Currently reads: What type of HTTP is request is usually used to access a website? Add a Link to the page with the problem:"}
{"_id":"q-en-freeCodeCamp-9849198a19e1750b2d9a15457eb15b3b6664e7868d5a06613b99d364d34ce4dd","text":"In the challenge, the following line tells users to use and , but the tests do not force the user to use and . Since this is an algorithm challenge, I believe we should let the users write the code any way that solves the problem. My suggestion is to change the line's text to the following: Any thoughts?\nI'll try to solve problem\nBefore creating a PR, let's wait for feedback from at least one of the users I tagged.\nsure, that sounds like a good idea, especially since we're not testing for those methods.\nI think this sounds like a good improvement\nok\nGo for it.\nNice, I'm thinking use on the testString, but I first want to know what's the asset version used on this repository. If you want that I use other way, please tell me. I also want to learn more about JavaScript\nOr use keyword?\nHello , There should be no need for either of those. The idea is to change the wording of this line of text: Use the array methods slice and splice to copy each element of the first array into the second array, in order. To this: There is no need to change the tests, as they do not check for the or methods.\nThanks. It's very much easy!"}
{"_id":"q-en-freeCodeCamp-34d40b847a42fb178cf7cd4aa673498a42a6a35e080cccc9a63cbe491cc2d131","text":"I think the description of the checkfunds method () is faulty. ! It should be: \"A method that accepts an amount as an argument. It returns if the amount is greater than the balance of the budget category and returns otherwise. This method should be used by both the method and method.\" This is more logical, makes the code simpler and actually works with the tests. Browser Version: Firefox 79 on Ubuntu Linux Operating System: Ubuntu 20.04 LTS\nthis is genuinely a mistake as how can the amount which needs to be withdrawn be more than the balance in the ledger. amount can only be withdrawn if it is less than the balance in ledger. however there can be a probability that a part of that amount can be deducted from balance but the challenge stated nothing for the same. also the test module asked for a False return value which i think is wrong here in the challenge. !\nHello! Has any resolution to this been implemented? Im not entirely sure what to do about submitting this project because this error still exists. Any help is greatly appreciated!\nI don't think so, hasn't changed. It doesn't matter though, design the project as if it was modified the way I suggested and it'll be fine.\nThank you, for opening this. For anyone reading, before a fix: Change this: To this in the file: Can I get a sanity check here? What needs to change on the fCC repl account? I am opening this up to first-timers only Here is the repo: The README description makes sense, but the tests do not, in my opinion. So, the README does not need to change.\nThanks for your patience and for catching this Also, thanks for @ mentioning me, Sorry I didn't see this sooner. My first thought is that we don't need to change the test, but just the README like suggested. It seems like is supposed to be used by the other methods to make sure that there's a sufficient balance before calling or . So in the current test: It makes sense that the first condition is false and the second is true -- you shouldn't be able to buy 10. It's just that the current instructions in the README doesn't reflect that. is that what you were thinking for the method? Also, to answer your question once we decide what to do here and fix things in the boilerplate repo, someone on the team can sign into and mirror those changes.\nThanks for that. I was thinking about the use of the method in an odd way.\nI'm willing to work on this one if it's agreed that the README needs to be changed instead of the test.\nThanks, for your eagerness and patience. I was a bit quick with approving the change to be made. So, right now, I suggest you leave your current PR open as is. Once we come to a consensus here, we will be sure to let you know which changes (if any) to make on your PR.\nno problem. I think it could work the other way around, we would just need to change the description a bit more and maybe change the method name to something like . I heard back from and he agrees that changing the README makes the most sense. The wording that suggested sounds good to me.\nJust mirrored the changes from PR in the project: Thanks again everyone for your suggestions, reviews, and for this fix."}
{"_id":"q-en-freeCodeCamp-3cce77ab4ca41e2190e1e250a3cbe625c9e96afd86fb2245df4ca0e3528c2dc0","text":"<!-- NOTE: If you're reporting a security issue, don't create a GitHub issue. Instead, email We will look into it immediately. --In the exercise, one of the condition is \"The globalTitle variable should not change.\" but it returns an error if you modified the var (for debugging) at the top, even if your function doesn't mutate it. The verification should be that the initial globalTitle variable is the same as the final one, instead of simply looking to match it to a string. Add a Link to the page with the problem:\nHello there, Ideally, I agree, the tests would be robust enough to account for something like this. However, there is usually a reason for the comments, and users should not expect their code to pass, if they ignore this. If others agree to change this, I would not be opposed to the first test being removed. I cannot see it being used in any meaningful way in the seed.\nI would argue that, as this lesson comes after the section, users should be somewhat comfortable with using . Changing a global variable's hard-coded value seems like a less practical debugging method than logging a function call with the argument value to debug. Additionally, as mentioned, the is present to indicate which portions of the seed code should not be modified.\nfor debugging purposes, instead of changing a variable you are told to not change you should change the function call, wiritng there but, yeah, it's a thing that trips many up. But dealing with small details is also something that should be learned\nI believe the original purpose of the global variable was to actually pass a variable with a known value () to the function and validate that the function does not mutate it. However, the tests do not even check for this case. Such a test would look like: As states, the user should be writing their own calls to the function to test it, instead of changing the global variable. One way to possibly handle this, would be to remove the global variable declaration and use something similar as I mentioned above: I would argue, this kind of test should be to all the functional programming challenges, since this is one of the main concepts to learn.\nI can go ahead and submit a PR if we'd like to go this route.\ncan a string even be mutated in that way? shouldn't strings be immutable and so that is not possible in any case? the test should be to make sure the user reference function parameter instead of a global variable even if the global variable is present, I think To see if passed in argument is not mutated should be a thing to check with arrays and objects, as those are mutable\nyou are correct that strings are immutable, but it is possible to reassign the value of the variable within the function (which is bad practise, thus the reason for the test I believe).\nI mean if the global variable is removed from the editor you can't change a global string by operating on function parameter, right?\nCorrect - if we remove the global variable entirely, then it cannot be modified. If we leave it, it can only be modified by assigning the value to that variable name within the function. However, in general it is bad practise to modify the values of a function's arguments directly - with strings, it is less harmful than it is with arrays, but I believe that was the intent behind this particular test case. !\nI should not have used the word \"mutable\". Looking at the challenge again, I think it would be fine to remove the global variable all together as it is not used in any other test (except the first). So, my suggestion is to remove the declaration and remove the first test, unless someone else can find a good reason to keep them.\nI have some errands to run, but can submit a PR later this evening. If anyone else would like to tackle this before then, let me know and I'll gladly step back and give you the opportunity!\nI would like to work on this issue, if that's okay with you .\nBy all means, go ahead! As a note, issues labelled with the \"help wanted\" tag (like this one) don't require permission before submitting a PR - I only made my earlier comment to ensure my interest didn't deter other contributors. Feel free to let me know if you have any questions!"}
{"_id":"q-en-freeCodeCamp-a2ea0e1ba2891a7f05a03c300401ec65cb487d84ec1321fbf0ffe9af9c920581","text":"Describe the bug The completion model buttons are not correctly aligned. To Reproduce Steps to reproduce the behavior: to out. to the challenge run tests error Screenshots ! This is only on the development server, probably created by the css changes introduced by the landing page redesign.\nI am able to confirm this bug. Looking at the elements: The Go To Next Challenge button has a left margin of 5px. ! The Download My Solution button has a top margin of 5px. !"}
{"_id":"q-en-freeCodeCamp-5b90cc9d7a27398c8b954adcb04ae23be21527db5d36c597765fc30966c9fe9d","text":"If there is no name set in the settings, doesn't matter if name is public or private, instead of falling back to username, it gives an error and certificate is not shown\nI assume the best UX is for a note to appear, if the Camper tries to set to public, without having first set to something.\nthe error appears also if name is not set and set to private - certificate does not appear saying that one has to put a name (I'm adding this on top message too)\nPicture !\nThe objective here then is to show the username on the certification if the name is not set ? Maybe some message then must warn the camper that his username will be shown on the certification instead of his real name (I am not sure though that a certification given to a weird username would be ok)\nalready if the name is private the username is shown, this issue appears if the name is not set\nApologies if this has nothing to do with you, but I vaguely remember you being involved in the discussion I cannot find: Was there any conclusion as to disabling the certification until a Camper has set their name, and made it public?\nSorry for the late response here - The only thing that comes to mind is\nEither we would need to remove having usernames as a fallback , or having a public name requirements when displaying certs. I now it might be inconvenient, but I vote for removing the fallback for simplicity and keeping the public name as a requirement.\nDiscussing in issue triage meeting. a camper sets the to a non-empty string and , the certificate renders with the . .When a camper sets the to an empty string and either or , the certificate does not render and redirects to with a flash message. We should update the behaviour of to mirror the behaviour of , and avoid using the username field as a fallback entirely.\nHello Is this issue solved ?"}
{"_id":"q-en-freeCodeCamp-4bafc34f9f0eedc57ae03f155d05551de54638bd575964bff05cfd1bf97a20d5","text":"Describe your problem and how to reproduce it: SVG image in the challenge description is affected by SVG logo in navbar. They share some element s, what results in malformed image in description. Changing s to make them not overlap should deal with the issue. The simplest way seems to be, to change one of the images (probably one in the challenge), for example by adding unique prefix to s. That wouldn't eliminate completely the chance for some other conflict in future, but that's probably not something to worry about much. Add a Link to the page with the problem: If possible, add a screenshot here (you can drag and drop, png, jpg, gif, etc. in this box): Current look ! Proper image !"}
{"_id":"q-en-freeCodeCamp-c5c4893455ff5ea7df8394ecf9cbb58b041ea01924e3ebd7c8d199bf05fc3614","text":"<!-- NOTE: If you want to become an author on freeCodeCamp, you can find everything here: --The sidebar text on \"Standardize Times with the HTML5 datetime Attribute\" says \"The datetime attribute is an inline element that can wrap a date or time on a page.\" The attribute cannot be an inline element. Change it to: \"The element is an inline element that can wrap a date or time on a page. \" or \"The is an inline element that can wrap a date or time on a page.\". !\nHey good spot there I'll sort this"}
{"_id":"q-en-freeCodeCamp-0399dd0ba18266ed224d19a48bc2b6f5d890749622a7b494bd3d81b7b9fe284d","text":"If I am signed in as a user while on and log out, I am redirected to the english home page. redirects to the chinese page.\nwrong endpoint in server code? Thats what I would assume, but am not sure how to locate where the correct endpoint would be placed in the code.\nHere is the endpoint: and most likely the issue is with the redirect \"predictor\" utility: However we would want to confirm the cause before we open this up for contributions.\nyes, that's the issue. To fix it we can grab the from and combine that with to get the desired redirect.\nShould that be done in the getRedirectParams function or should the path be put together from the data set returned by getRedirectParams in\nYou need to construct the URL from the values you get from the as a consumer of the function and not change its existing behavior. In simple terms the change is required within the endpoint handler.\nThat makes sense.\nI got the codebase installed locally is there a way to run just\nNot sure what you mean by running only one file? The API server is an express based application (Loopback 3). You need to start up at least the api-server app. If you want to do that, you should be able to do that by navigating to directory and using the run-script commands in its\nI'm trying to figure out what gets passed in pathPrefix, from getRedirectParams, when one signs out from the Spanish page. But when running the site locally, switching to Espanol leads to a \"This site can't be reached\" error. Just for clarity's sake, I realize now that is not meant to be run alone and I am using the \"npm run develop\" command to try and recreate this bug locally. Is this a bad approach?\nAh - right. Sorry about sending you on a goose-chase. When you build locally, we do not have a way yet to develop both and at the same time alongside the API app. I am going to untag this from help-wanted and assign this instead. Oliver, you should be able to test / reproduce and recommend a fix on our staging instance - not sure because this may be needing access for \"close to prod\" type setup.\nI was just in the process of going through the steps, when you commented Mrugesh! I'll leave them here for the curious: Unfortunately testing locally is quite a pain, because we use since is entirely separate from . It's a bit of a slow, memory intensive process, but you can do this: in your .env file Then you can go to"}
{"_id":"q-en-freeCodeCamp-8f221827e34d5574b96db551b7d21cf1ffa8c2179ef1359461fc71c133b84406","text":"Describe the bug The arrow to the left of Expand courses/Collapse courses buttons points down when the list is in collapsed state and points up when the list is in expanded state. This is opposed to standard behavior of similar features in other apps. To Reproduce Steps to reproduce the behavior: to at the arrow to the left of Collapse courses. It points up while the list is in expanded state. on the above mentioned button to collapse the list. the list is collapsed state but the arrow points down. Expected behavior By convention, the arrow should point to the right or up when the list is in collapsed state and point down when the list is in expanded state. Screenshots ! ! Desktop: OS: Ubuntu 20.04.2 LTS Browser: Opera Version: 76 Additional context Also tested this on the same OS with Firefox 88.0.1 with the same result.\nI agree, we should have the arrow pointing to the left when the courses are collapsed and down when they are expanded.\nHi Ahmad, I think you mean we should have the arrow pointing to the right when the courses are collapsed, right?\nHi. I'm new to contributing to FreecodeCamp, and just read the guidelines. With your permission, I will fork the project and try to solve the issue with a pull request."}
{"_id":"q-en-freeCodeCamp-f784d426553da0771160791a9c2d2ef2e27b75fc04075d2f4f8b1e1cdd081a04","text":"! there is written stUnes instead of stOnes This looks something that can be fixed by \"first time\" code contributors to this repository. Here are the files that you should be looking at to work on a fix: List of files: Please make sure you read , we prioritize contributors following the instructions in our guides. Join us in or if you need help contributing, our moderators will guide you through this. Sometimes we may get more than one pull requests. We typically accept the most quality contribution followed by the one that is made first. Happy contributing."}
{"_id":"q-en-freeCodeCamp-c574e399cab8284bfe077f29bfbd49d0d0e04b576f2e2555f91dfea245b5893f","text":"!\nIf possible please assign this issue to me! as I am new to open source\nFor future reference, it would help to have a link to the challenge when creating an issue It's To clarify, you want to change: to: That's not bad. What about\nYes, that is better! and sorry for any inconvenience as I am new to open source\nPlease, can you assign me to resolve that issue? That'll be a great start for my open source journey!\nWe do not assign issues The first PR that fixes the problem will be accepted. If you have not done so already, you should read the . Thanks for your interest in contributing If you have any questions, feel free to ask - or you can reach out in the\nPlease review the PR\nplease be patient, people will review when they can.\nAlright!"}
{"_id":"q-en-freeCodeCamp-e63a3ac29e65118533809ead2ed0bf1f6d27136a3b5603310e903bf1e2b96943","text":"Hey everyone! On the lesson , with regards to and , it says: I think this is not actually correct. A more appropriate definition could be: Otherwise it may lead people to believe it's getting before/after the actual element. Another definition could be (taken from the MDN):\ni'll do it (i like MDN definition)"}
{"_id":"q-en-freeCodeCamp-ac8e888c029834dc691e92c90bff38fd3e0f86c7aef4ad73657c73d94e669f72","text":"The instruction looks kinda confusing. The word can be replaced by . ! <!-- Please complete the following information. --- Device: Laptop OS: Windows 10 Browser: firefox Version: 98.0.1 (64-bit) <!-- Add any other context about the problem here. --\nYeah - I see what you mean here. While it's implicit and really a nitpick, we can be clear as water in verbiage."}
{"_id":"q-en-freeCodeCamp-899a5713723b00089d7b6d6dd1b2e9674089939687b9f959e1765524d894d77e","text":"The title for code preview modals is left aligned. The rest of our modals have a centered title. to on view -show code left aligned title it -click view -show project is centered Center the title Code modal: ! Preview modal: ! I think I would just center the title, not the HTML/CSS/JS title\nI wonder how should I tackle these, If I can tackle it of course. there is there solution: adding inline CSS to the adding with value to file we can go wild and change value to include\nI would look at how the other titles are getting centered. Maybe there's just a class to those we didn't add on the others or something.\nI see there is with value , I will start working on it"}
{"_id":"q-en-freeCodeCamp-d65c3887e23c7153919a8de1fd758a98934abebd2cfccee5592af41af1269044","text":"Even though on macOS it would seem that Ctrl+Enter does not work & Cmd+Enter does; website still tells you to use Ctrl+Enter. I think this might end up being confusing for some - and should be fairly straightforward of a change. All coding pages You must use macOS for this issue. to any coding challenge your changes will see button underneath says \"Check your code (Ctrl + Enter)\" Ctrl + Enter will happen. Cmd + Enter behaviour will occur. It should tell the user correct shortcut (Cmd + Enter) instead of (Ctrl + Enter) depending on the platform. <img width=\"647\" alt=\"Screenshot 2022-06-09 at 16 52 28\" src=\"https://user-\"- Device: M1 MacBook Pro OS: macOS 12.0.1 Browser: Safari Version: 15.1 No response\nI would like to handle this issue as a first contribution. My proposal would be to use (). Use Ctrl + Enter as a fallback and define a special case for macOS cases. Alternatively we could use () however that is not widely supported as opposed to . As far as I can tell on mobile we don't show modifier keys on the button; so I'll preserve that behaviour. I can't change the labels on this issue - I don't think this is severe enough to be classified as a bug based on definition; my apologies regarding that.\nHey thanks for raising this issue and don't worry about the labels, they need to be handled by maintainers. What you've suggested does sound good to me, so if you're happy to take this on, that's awesome.\nI've created the PR however; I've updated non English translations as well in here to use dynamic values; however not really sure how to align it with the crowdin. Since updated translations should coincide with this change; any opinions on this?\nDo not worry, I think you are putting too much effort into it. Simply drop the changes to those files and as the bot mentioned, they will get updated eventually via our translation workflow. As for the bug itself: I am 100% sure at some point we introduced a regression, because (in addition to the implicit Cmd + Enter) was working since the inception of the code editor. do you happen to know if this was just an accident with the new editor? To be clear it should always work with regardless of the OS in addition to implicitly working with just like it was before.\nI can't check this myself, since I don't have a mac, but it should work. This is the code: and could you try and reproduce the issue?\nI've shot a short video of the behaviour I am seeing; if that helps.\nThat does help, yeah. It seems to be ignoring the command button entirely, which is odd. I can't investigate myself, but this will help anyone that has access to a Mac.\nThanks for the video I don't recall if ctrl+enter ever worked on mac - I may or may not have ever used it. I just hit buttons without looking I'm not sure if you are trying to show something specific with those code snippets - that's the code on main. Which results in the current behavior. Edit: I get it now - you were just showing the code and that it should be working. I thought you trying to show new changes or something. Here's the current behavior I see (all on mac) - there's some nuance... New RWD: Execute: only command+enter works on mac Submit: Enter alone works, so any key+enter works Legacy RWD, JS, etc: Execute: Only cmd+enter works Submit: Enter alone does not work - both ctrl+enter or command+enter do work Multiple choice Python video questions: Execute: Enter alone does not work - ctrl+enter and cmd+enter work Submit: Enter alone does not work - both ctrl+enter or command+enter do work Projects with URL inputs - e.g. front end libs cert project, or backend api challenges, etc: Execute: Enter alone works cause it's a form I suppose, which also means any key+enter works Submit: Enter alone does not work - both ctrl+enter or command+enter do work The last three groups there have the same submit modal, so the behavior is the same on all of them. What I see is that the submit modal, and the video question both allow [ctrl or cmd] +enter - we should see what those are doing. Looking into to it...\nK, I think I found a fix. ctrl+enter works when the hotkeys package/component is used. So crtl+enter actually does work on the legacy challenges when the instructions are focused. When the editor is focused, those hotkeys don't get used, the actions/hotkeys we add to the editor take over. I made ctrl+enter work when the editor is focused by changing that line 431 mentioned to this: That should work. There's a number of actions in that file that use the same hotkeys - lines 457 and 469 for example. There may be others. I think we should be safe to change all those. Do you mind playing with that a bit and updating the PR to make those changes.\nNice work, Tom. I thought CtrlCmd was \"Ctrl or Command\", but it must be Ctrl on Windows and Command on Mac :man_facepalming: I guess this has never worked properly.\nhappy to give it a look and update the PR. Thank you\nHere's an I had created sometime back when working on the . Apparently the logic goes like this - the first word is Windows and the second one is Mac button."}
{"_id":"q-en-freeCodeCamp-3fdd2bfb2a6ad0c16d1867d9e03097997820e0107ffbb9d913d9db1101a4702d","text":"Overly strict whitespace tests The space between the input element and closing label tag shouldn't matter, right? No response All No response\nHere is the markdown file: we can use regex in these tests Something like , but we have to use regex which is headache.\ncould we just trim the string?\nSure, I don't mind, because they aren't required to type text in this step, but the description will be altered\nI'm not sure I see why the description would be changed. I was thinking of this:\nYes, this line while be unnecessary. And the test will check for `EnterYourLastName:<input' But I maybe misunderstanding something\nTrim won't remove spaces in the middle. We are comparing against:"}
{"_id":"q-en-freeCodeCamp-610cd00f0689eabc6fc7dc3c8cc4d03eb7e872212d97a1864c341f3d29440fef","text":"there is a typo in cramers-rule challenge, is used instead of which is wrong these sentences should be changed to Here is the markdown file Please make sure you read , we prioritize contributors following the instructions in our guides. Join us in or if you need help contributing, our moderators will guide you through this. Sometimes we may get more than one pull requests. We typically accept the most quality contribution, followed by the one that is made first. Happy contributing.\nI wanted to work on this issue\nfeel free to open pull request after you have read"}
{"_id":"q-en-freeCodeCamp-beb9727e41e0eba35c796f48580f5c590ebf9693980e0e0fb694a6d929196cce","text":"In the page above, a question (Which activation function switches values between -1 and 1?) uses 'switches' when the actual word should be 'squishes' (like Tim says in the video) The question should be: Which activation function squishes values between -1 and 1? No response Device: Laptop OS: Windows 10 Browser: Chrome Version: 103.0.5060.114 No response\nJust changing the word in this file should suffice, let me know if you want me to open a PR.\nplease go ahead."}
{"_id":"q-en-freeCodeCamp-037e6bd26705829cef5f6e1345c649c91d05da8b0386d09a2cc4901ea41f32aa","text":"There is a typo in learn-intermediate-css-by-building-a-picasso-painting, is used instead of . Here is the typo Here is the markdown file Please make sure you read , we prioritize contributors following the instructions in our guides. Join us in or if you need help contributing, our moderators will guide you through this. Sometimes we may get more than one pull requests. We typically accept the most quality contribution, followed by the one that is made first. Happy contributing.\ncan i take this up\nfeel free to open pull request after you have read the guidelines"}
{"_id":"q-en-freeCodeCamp-456f7bebbc8aac99f287f19673b16ea16cab5b7c1212ee1eea55d5019fb12457","text":"In both the sentences on this line the word should be surrounded with backticks: In this line there is a period (full-stop) where there should be a comma. This looks like something that can be fixed by \"first-time\" code contributors to this repository. Here are the files that you should be looking at to work on a fix: List of files: Please make sure you read our , we prioritize contributors following the instructions in our guides. Join us in our or our if you need help contributing; our moderators will guide you through this. Sometimes we may get more than one pull request. We typically accept the most quality contribution followed by the one that is made first. Happy contributing.\nHello, I want to work on this.\nHeyy, is this assigned to anyone?\nI will work on this.\nHey! I would like to work on this issue.\nHi I have fixed the issue and you can find the PR here\nIs this issue available or has it been resolved?"}
{"_id":"q-en-freeCodeCamp-d03a6de1fe8550360fd0a5125a26b251d1306e60d21231d09758ed9c96047288","text":"The word json should be capitalized in the hint text: The endpoint /json should serve the json object {\"message\": \"Hello json\"} Referenced challenge file: curriculum/challenges/english/05-back-end-development-and-apis/basic-node-and-express/serve-json-on-a-specific- Use capitals instead of lowercase letters when referring to JSON No response Not applicable No response"}
{"_id":"q-en-freeCodeCamp-8356c2c3f3033648b0e2f9664e315ac80d05d157f582a17b36279f226048ba47","text":"In RTL, these texts will be broken, because they are a mix of special character, numbers, which follow different direction in RTL than LTR. ~1.2.13 1.2.x 1.x.x To fix these, add code elements around the version number. File: change to there are multiple instances in these files All of them should be wrapped in code elements Speaking of weird interactions. Using special characters that relay on direction will break in RTL, because it will be reverted, in example. will be we can wrap in\nI want to contribute towards this issue. Can you assign this issue to me.\nThe first comprehensive PR created will be reviewed and merged. We typically do not assign issues to anyone other than long-time contributors. If you would like to contribute, and have not read the contributors docs, please do so here: If you have any issues with contributing, be sure to join us on the , or on the"}
{"_id":"q-en-freeCodeCamp-e0db0fb5533b63f0ac5d9966ce3cbd787537d29a90b67ec3cc3e2ee48d4880e3","text":"'just' is a bad word. If it doesn't already, our style guide should dissuade it. It implies the task is 'simple' which can frustrate learners who don't get it right. N/A Text should use friendly language. Possible fix: Note: the selector technically doesn't have the properties; the selector is part of a CSS rule that sets the desired properties. No response All No response_"}
{"_id":"q-en-freeCodeCamp-30c062eebb627a5ecea32e8f9a22887bad5e68a1e9e2f80d54776c878a8983ee","text":"We have instances which is used to provide spacing for both side of the component to wrap it up in specific space Example: We can make the Spacer component smarter, and allow it to accept children, so the code be like. But in doing so, we need to: change the current values and how the padding is calculated, the old layout shouldn't change with the new spacers. change which padding has the new value, I think paddingBlock, which is paddingTop and paddingBottom, is the new padding property . I am requesting this because this will make live simpler, and we have to worry about less elements while controling the layout, and if we have specific cases, we can still use\nThere is an abstraction with , we need address, it's better if we can specify the direction of the padding. but this can be sorted in another issue, for now to solve this issue please allow to have children prop inside of it, but the current styles of the curriculum shouldn't change. If you would like to fix this issue, please make sure you read , we prioritize contributors following the instructions in our guides. Join us in or if you need help contributing, our prolific contributors will guide you through this.\nHey I have few questions while looking into this issue are few files where we have used Spacer, so may I just change wrap the content where ever needed or it would be handled in new issue? (I guess it must be done in other issue, as it would be easy to maintain) have implemented the children props, so may I raise a PR? Will break this issue in 2 other issues as well. 1 for wrapping the places it has been used, and 2nd for specifying the direction. I was wrapping and trying it out, I found out that Spacer has been used at every 2nd-3rd line of code, so do we need such a wrapper which would give spacing to all components present inside it or only to the parent component? EG: If we have 2 divs wrapped inside Spacer, then does both div have the spacing around them or only the outmost div.\nsorry for the delay, it was difficult to understand what you mean without looking at an example of code, so to answer you: yes the direction will be in a second issue, but the spacing and values should still be in this issue, so the pages won't look different Of course, please raise a PR after reading the guideline, nicely done . The Spacer shouldn't affect the children inside of it, think of it as creating a container with margin-block to space the area of the children inside of it from other areas\nI guess we could close this issue\nwill be closed when the height is removed in the other PR"}
{"_id":"q-en-freeCodeCamp-6cd696be726f0144a1505a4e4cd786750479e095cc6d7fd39abf300ea2eb9fa9","text":"In module, currently, the instruction says: Write an directive that goes through a list: and assigns each variable to a class, where the part changes for each item. Each class should set the the respective color. In order to avoid any sort of ambiguity and to make instructions more clear, I think the instructions should be as follows: Write an directive that goes through a list: and assigns each variable to a class, where the part changes for each item to the respective color. Each class should set the to the respective color as well. In module, the instructions should be as follows: Write an directive that goes through a list: and assigns each variable to a class, where the part changes for each item to the respective color. Each class should set the to the respective color as well. <img width=\"521\" alt=\"image\" src=\"\"- Device: Laptop OS: macOS 13.0.1 Browser: Chrome Version: 107.0.5304.110"}
{"_id":"q-en-freeCodeCamp-0ef25ef2ea62e36c4d1078a425a482dbb42f07c0a92881c9891e5d8d4fe8992f","text":"Looking forward for reporting a security issue: Please report security issues by following our security policy: Describe the bug A clear and concise description of what the bug is. To Reproduce Steps to reproduce the behavior: The real url for spanish is so i expect that when running locally I could click on globe icon and then choose spanish to go to: http://localhost:8000/espanol/learn/javascript-algorithms-and-data-structures/basic-javascript/storing-values-with-the-assignment-operator But instead i get gatsby dev 404 page. Expected behavior I expect to be able to get to spanish version page. Screenshots If applicable, add screenshots to help explain your problem. <img width=\"1429\" alt=\"image\" src=\"\"Additional context Add any other context about the problem here.\nThis is actually because the app doesn't build every language at once. It builds a single language - our internationalised sites are separate instances of the application. The language selector does not work locally because there is, in fact, nothing at the endpoint.\nWe could add a note to: like To see how the client renders in another language go to I think that should be enough."}
{"_id":"q-en-freeCodeCamp-217eb19f3b678457c3783ea3a541a8827d5c69dec56bce3231c61a87c5b3c0f2","text":"There are some modules ( e.g: module ) within the section of the course where, when the user submits their solution ( whether correct or incorrect ), then they end up with the following warning within the console: Since this warning is not relevant to the solution submitted by the user, I think it could make the user feel confused. In order to avoid any sort of ambiguity and to keep things as clear as possible, I believe when the user submits their solution and if their submitted solution is not correct ( partially or completely ), then they should only be getting relevant error messages printed onto the console which can help them in debugging their solution, or if their submitted solution is entirely correct, then they should be getting the following messages only ( within the console ): ! Device: Laptop OS: macOS 13.0.1 Browser: Chrome Version: 107.0.5304.110\nI can see that the error message is pretty cryptic even though it happened somewhere along the stack trace. If you don't mind, can you comment your JSX element so that me and other people can paste the code immediately in the editor and see it for ourselves ?\nCan you provide the path of this file.\nIf you want i can work on this issue. Can you assign this to me. I am expert in react but first timer in open source community. So apologize in advance if i am going out of way in asking this on the thread\nPretty sure that has been there forever. It looks to be caused by running tests with the production builds of React. Maybe we can just use the dev builds. Tested it briefly and it didn't seem to break anything, but I'm not sure what the reason for using the production builds is. Or maybe the error message can be silenced somehow.\nHey thanks for looking into this issue. It would be great if this error message could be silenced somehow or as you mentioned, if using dev builds solves this issue, then I think it would be a good idea to do so given that it doesn't break anything. Let me know what you think about it. Cheers!\nI'm pretty sure I have seen this error on other React (maybe React/Redux) challenges as well. I'm not sure if it is just because the prod build is smaller/faster or what? I see no real harm in using the dev build and it would/should make the error go away. But someone from the dev team will have to look at this and approve it. is using the dev build of React an option here?\nI'm not entirely sure, tbh. Maybe something can provide insight on.\nSo, the problem is that we currently bundle react-dom-test-utils into the script that runs the tests, so changing the meta doesn't help us. However, once is in, we will have full control over the scripts that we import and can choose which build we want for the react lessons. I propose we revisit this issue once that's in main and experiment with development builds then.\nI am interested to work on this issue. can anyone explain me more clearly what to do next?\nCan I work on this?"}
{"_id":"q-en-freeCodeCamp-5b4927df44f4769709792ee6f1031abd9b82c153f9c59c1617b046e38405d819","text":"I believe that Accessibility Quiz step 13 is the first time we introduce the CSS child combinator. (I've looked through the finished CSS for all previous courses and have not found it.) The instructions and hint for step 13 merely say to use it but they don't explain what it does or why it is needed. And really, since the only child in the is the , and there are no embedded s in the list items, then it is not obvious why it is needed in the first place. We also require the child combinator in later steps and I am not finding any explanation for it in those steps either. The current instructions for step 13: The hint if you don't use the child combinator: Add additional information to the instructions: Give the name of the selector (child combinator) Describe what it is used for Explain why it is being used in this step No response N/A I don't have any suggested text at the moment, I just wanted to get this issue recorded so I wouldn't forget about it. And to be honest, I'm not sure what the rationale is for requiring the child combinator here. Perhaps we are just using it merely for the sake of introducing a new feature in CSS?\nIt would make more sense to introduce the selector in an instance where it is actually needed and with its usage explained. Having said that I don't mind its use here. It should still be explained, because otherwise, what is really being taught? The why might be a little harder to explain in this example if it is only done as a coding style choice. Personally, I do think the child combinator is often preferable to the descendant combinator when applicable, especially when using type selectors. It is more explicit about the location of the targeted element which makes it less side-effect prone (i.e. later targeting elements you didn't mean to as more code is introduced or changed). It is less work for the matching engine. I believe it was used as a bit of a performance enhancement back in the day, but I doubt it really matters much today in most cases (it might if the DOM tree is big enough).\nAdding an explanation of the selector would be good. Maybe something like:\nAlternative explanation for CSS child combinator step 13: To select all children elements within the parent elements, we use the selector. In this step, use the selector to target the unordered list elements within the elements, and use Flexbox to evenly space the children.\nI feel like that's a bit too reductive.\nI'm happy with Naomi's suggestion. This seems like a good first timer issue if we are done discussing.\nThanks for opening this issue. This looks like something that can be fixed by \"first-time\" code contributors to this repository. Here are the files that you should be looking at to work on a fix: List of files: A pull request which resolves this issue should Please make sure you read our , we prioritize contributors following the instructions in our guides. Join us in our or our if you need help contributing; our moderators will guide you through this. Sometimes we may get more than one pull request. We typically accept the most quality contribution followed by the one that is made first. Happy contributing."}
{"_id":"q-en-freeCodeCamp-f6d983ab5e368ec670a7383e6dede9c088dae8d7ac0165d68e0e0680f05ec72c","text":"We are currently grouping the articles in the Trending Guides section using a : But I think we should use and to group the items instead. This helps communicate the relationship of the links better, and allows us to remove the attribute from the code (ref: ). Pseudo code: Links in the Trending Guides section are rendered as a and are grouped within a . The change should be made to the following files: Learn platform: News platform: Forum platform: There is no visual regression All attributes in are removed (there are 2 of them in the file) Both Footer snapshot and e2e tests are updated accordingly Bonus point if you can merge tests in this suite into a single test case: This change is to improve cost efficiency as e2e tests are expensive to run.\nThis issue is not yet open for contribution. I'll wait for others to review the proposal first before marking the issue up for grab.\nCan i contribute on this\nSounds like a plan. This is also a problem on and\nOh, thanks I forgot about /news and /forum. I found the repo for /news but I'm not sure where the code for /forum is. Could you help link it to the PR description? (I've already the /news link there.)\nHere is the relevant code for the forum:\nAlright, thank you Shaun! I'm going to open this one for contribution. we will be happy to review your PR if you are interested in contributing\nCan I contribute to the above issue?\nAn issue with the label is open for contribution. The first comprehensive PR created will be reviewed and merged. We typically do not assign issues to anyone other than long-time contributors. If you would like to contribute, and have not read the contributors docs, please do so here: If you have any issues with contributing, be sure to join us on the , or on the\nThis isnt open for contribution\nSorry, I'll need your (and the staff team's) help with this. The PR targeting /learn has been merged, but the changes include some CSS modifications and require local testing. I'm happy to apply the changes to the and repos myself, but I'm not really sure how to setup and test them properly I think it's probably faster to let a staff member handle these changes.\nI know how to test and deploy forum changes, but I do not know how to test the changes in . Maybe can test please?"}
{"_id":"q-en-freeCodeCamp-34c10b460f60c2cd3c326d2cefd36174ef0b49bc00b6f3043037a6a397013a18","text":"Linting fails on local environment in some cases. Issue did not reproduce on GitPod. update-email to the root directory Execution fails with the message under Linting should be successful No response Device: Macbook Air M2 OS: MacOSThis issue was originally raised in Discord: Thread created with the full error log: A contributor also ran into this issue in the past: Note that the lint operation in this one ran against the entire project () rather than a single file.\nThanks for opening this issue. I'm not able to reproduce the issue locally, so I'll need your help with this: Add: after this line: Commit this change using the flag Make a change to and check if you can commit the change without the flag This is to check if those rules are the culprit as I did run into some performance issues with them in the past. Here is our eslint current performance, in case anyone is interested: <img width=\"521\" alt=\"Screenshot 2023-12-18 at 13 58 26\" src=\"\"\nThanks for your help I am still facing the issue. I the two lines after line 89, committed with --no-verify. I a space to and tried to commit without the flag. Attached the stack trace.\nIt seems like the memory allocation on your machine is capped at 2 GB. I tried reducing the limit to 512 MB using the following command, but could not reproduce the issue still: I'm wondering if it works if you increase the value on your end to . So please try this: In the root, add the following line to the \"scripts\" block: Then run in the terminal\nFixed it! I tried running but that did not seem to update the memory allocation when I ran Instead, I ran something similar to your command in the terminal - This fixed it. Thanks a lot! Should we add this in the documentation?"}
{"_id":"q-en-freeCodeCamp-2ffc04868a16067cb404640e417bf68d648766155870128acf05f909589396c3","text":"I think we can make the instructions more clear. They are a bit confusing. Or something like that. Clear instructions. No response Device: [e.g. iPhone 6, Laptop] OS: [e.g. iOS 14, Windows 10, Ubuntu 20.04] Browser: [e.g. Chrome, Safari] Version: [e.g. 22] Forum:\nI think that is much clearer. We can open this up for contribution\nHi, is someone working on this issue? If not, I'd like to contribute.\nWe typically do not assign issues. Instead, we accept the first pull request that comprehensively solves the issue. Issues labelled with or are open for contributions. Please make sure you read . We prioritize contributors following the instructions in our guide. Join us in or if you need help contributing - our community will be happy to assist you."}
{"_id":"q-en-freeCodeCamp-36d5659040916c3976fb2faf9aa5cd04e7af755c3d0c9dabb2cc567324efc969","text":"In Step 59 of the Music Player project, the following code is valid as JavaScript code, but our test doesn't accept it. Notice that and are wrapped with different quotes. or The test is here: Reported in these forum posts: If we want to allow the mixing of single and double quotes, we should fix the test. If not, we should add a hint to guide users to use either single or double quotes. ! Device: [e.g. iPhone 6, Laptop] OS: [e.g. iOS 14, Windows 10, Ubuntu 20.04] Browser: [e.g. Chrome, Safari] Version: [e.g. 22] No response\nYeah, I agree that campers should be able to pass with either types of quotes because technically they did get the question right. I have opened this up for contribution"}
{"_id":"q-en-freeCodeCamp-2dbb458a16bcf219b2ffbafdf15dbc970d3a7347a8caaafab58f830d447ee99a","text":"In \"Playwright-Gitpod Setup\" section of \"How to add Playwright\" tests page, it's missing the step: cd to e2e directory, readers can be confusing and run the command in the root directory, this will cause error to \"How to add Playwright tests\" page, \"Playwright-Gitpod Setup\" section: step 3, you can see the missing step: cd to e2e directory (this step is in section) Update the doc to add the missing step !\nAn issue with the label is open for contribution. The first comprehensive PR created will be reviewed and merged. We typically do not assign issues to anyone other than long-time contributors. If you would like to contribute, and have not read the contributors docs, please do so here: If you have any issues with contributing, be sure to join us on the , or on the To close this, add within the same codeblock as the text. The file to change is located within the directory. Only the English file should be changed.\nupdated the documentation part of playwright tests\nIf you've made a fix, you can Let us know if you need any help.\nI'm new to contributing and I really don't know a thing about how to do it or its working Please help me in my learning\nYou can read this guide:"}
{"_id":"q-en-freeCodeCamp-5094a367508dff67fe00b4c6eada9b4896be3eae5b5a669704afee201e4265b0","text":"Instructions text says \"findIndex is an array method that lets find the index of the first element in an array that satisfies a given testing function.\" Following the style of previous similar statements in the course, \"lets find\" should probably say \"lets you find\". \"lets you find\" instead of \"lets find\" No response Device: laptop OS: Windows 11 Browser: Chrome Version: 120 No response\nHey ! That's a good catch. But after reading through the directions there are a few things that could be cleaned up to simplify it a bit and there are a few things missing like the markers to indicate a new term is being introduced. Let's go with this revised description js const numbers = [3, 1, 5, 6]; const firstNumLargerThanThree = numbers.findIndex((num) =num 3); (firstNumLargerThanThree); // prints index 2 ` I'll go ahead and open this up for contribution."}
{"_id":"q-en-freeCodeCamp-0a34f325093b6d258e9e4cac5f25191432d61d3bf32036ceab3ff4fbd7dc061e","text":"The answer is wrong for this page. N/A I expected the correct answer to be 'They focus on presenting information rather than programming logic.' But the correct answer appears to be 'They lack the ability to create webpages.'. <img width=\"845\" alt=\"image\" src=\"\"I think the system is irrelevant, so I am skipping this. No response"}
{"_id":"q-en-freeCodeCamp-768dfbef6fd2c8db4b27f92ceeadb0f42e1aa8878a8cb424c7316efbd14a5113","text":"This step comes up a lot on the forum and I think it is because we have never really explained what method chaining is or showed an example. Let's update the description to include an example so they know what to do. We should also explain why the join method is needed here so they better understand what is going on. js const exampleArr = [\"This\", \"is\", \"a\", \"sentence\"]; const sentence = (\" \"); // Separator takes a space character (sentence); // Output: \"This is a sentence\" js ().join(); ` see explanation above see explanation above No response Device: [e.g. iPhone 6, Laptop] OS: [e.g. iOS 14, Windows 10, Ubuntu 20.04] Browser: [e.g. Chrome, Safari] Version: [e.g. 22] No response\nThis has been opened for contribution. The first comprehensive PR created will be reviewed and merged. We typically do not assign issues to anyone other than long-time contributors. If you would like to contribute and have not read the contributors docs, please do so here: If you have any issues with contributing, be sure to join us on the , or on the Happy coding"}
{"_id":"q-en-freeCodeCamp-265e88350c4cd448cd67840a819c05d3fef31d5e1591978e60a21c75ebd29faf","text":"None of the GET request examples/Tests mention to be able to GET with id param, However during one of the PUT request tests there is a GET request sent with an ID, i struggled to find this Bug in my code, i feel adding one extra Functional test for GET request specifically requiring to be able to GET by IDs, If using mongoDB like i was the ID needs the toString Method in order to be read as a string. i attached a screen shot shows the PUT test with the GET request at the bottom Either extra functional test requiring to be able to GET with an ID, or Updated with GET example that shows GET with an ID ! Device: [Desktop] OS: [Windows 11 WSL Ubuntu 22.04.3 LTS] Browser: [Chrome] Version: [122.0.6261.70 ] No response_\nThis requirement would be covered by: I'd be fine adding another check inside that existing test to look at the param.\ni see now the \"any field\" and value, this was a lack of knowledge at the time, being able to get data by an \"id\" is imperative. Id like to propose a solution to the test above, change query of to GET the post created by carol and assigned to eric, this keeps the get Multiple aspect but returns 1 doc the of to GET and assert that of is equal to of\nI'm hesitant to rewrite the entire tests, when instead we could update the test I indicated to try a query by ID (which we know won't break existing projects because a later test relies on that functionality).\nAgreed my proposed solution would be for the existing GET test that you indicated, you could just drop in and after existing , this adds a query by ID. The current tests only query by and !\nAh, I see. Yes, that would be a good approach. I'll go ahead and open this one up."}
{"_id":"q-en-freeCodeCamp-64dc21208e0ea45feec094feacc5a65663a2488fa95e1ab6cfddd75e605b4a92","text":"On Settings page, the empty space between the \"Certifications\" and \"Legacy Certifications\" seems to be missing. <img width=\"840\" alt=\"Screenshot 2024-03-12 at 12 04 47\" src=\"\"We could add a to space them out a little. The Spacer should go in between line 421 and 422."}
{"_id":"q-en-freeCodeCamp-7d18af51994d49d47993f7c1f13b2ebaaccf77884a01e2bbe9aa1ff2ea470ce0","text":"The instructions say, in part: A literal (heh) reading of these instructions resulted in a learner producing this code: I read the instructions and could not figure out what the template string was supposed to do. I had to check the next step. I'm still confused, because a join produces a string output, so it seems completely superfluous. See above. I don't know exactly how to reword this, but the \"all of those\" is probably too ambiguous. No response N/A No response\nYeah, I agree. it is not clear what it is pointing to. It could be reworded as, Or something along those lines. The next steps is adding a hyphen followed by So the final result will be this\nMay I proceed to create a pull request to address this issue? I require a merged pull request contribution for my university assignment in open source.\nThis wording looks good to me. If you want to create a PR you're welcome to do so.\nI am currently addressing this issue and have submitted a pull request.I would greatly appreciate it if you could review my pull request at your earliest convenience. If the changes meet the project's standards and requirements, I kindly ask for your assistance in merging them.This contribution is essential for my university assignment."}
{"_id":"q-en-freeCodeCamp-ec88569813ecc41ce9208524580a7f71cb254c36f4bf6800b790cac46831b007","text":"The instructions state: And will only check as the right answer if you place these 3 values in that specific order. This answer should be correct regardless of the order of the values. No response Device: [e.g. iPhone 6, Laptop] OS: [e.g. iOS 14, Windows 10, Ubuntu 20.04] Browser: [e.g. Chrome, Safari] Version: [e.g. 22] No response"}
{"_id":"q-en-freeCodeCamp-570e9d9f761d8342ca7c668298fcb52de5b12914c51b58c6d2560d25756e19ca","text":"it is confusing whether campers will pass string of 'Players' or variable named . i think the wording should be cleared on the hint. ! Your parameter should have a default value pointing towards the variable named . something like this should be on the hint ? ! OS: [Windows 11] Browser: [Chrome] No response\nI think it would be best to update the description to remind campers where came from some thing like"}
{"_id":"q-en-freeCodeCamp-85480995cd105e22bd43854506a3241b0600a791d3788535992648beb665adfc","text":"To make it clearer what the syntax should be for accessing the last element of an array, let's go with this updated description js array[ - 1] ` see explanation above see explanation above No response Device: [e.g. iPhone 6, Laptop] OS: [e.g. iOS 14, Windows 10, Ubuntu 20.04] Browser: [e.g. Chrome, Safari] Version: [e.g. 22] No response\nThis has been opened for contribution. The first comprehensive PR created will be reviewed and merged. We typically do not assign issues to anyone other than long-time contributors. If you would like to contribute and have not read the contributors docs, please do so here: If you have any issues with contributing, be sure to join us on the , or on the Happy coding"}
{"_id":"q-en-freeCodeCamp-6e97182d14ed2ffc6412fa91885278bac6a1ff5a06bd6ba03a01accc57369485","text":"We are getting a lot of confusion on the forum about step 18. The confusion stems from not know how to log the array to the console. So we should update the code example in the description to log the example array. That should help with what is expected to do. js let array = [1, 2, 3]; array[1] = 25; (array); // prints [1, 25, 3] ` see explanation above see explanation above No response Device: [e.g. iPhone 6, Laptop] OS: [e.g. iOS 14, Windows 10, Ubuntu 20.04] Browser: [e.g. Chrome, Safari] Version: [e.g. 22] No response\nThis has been opened for contribution. The first comprehensive PR created will be reviewed and merged. We typically do not assign issues to anyone other than long-time contributors. If you would like to contribute and have not read the contributors docs, please do so here: If you have any issues with contributing, be sure to join us on the , or on the Happy coding"}
{"_id":"q-en-freeCodeCamp-e6892b7c5b5041fd364a4455048590ab8ed41e27c28f76996006b3db69feeccd","text":"The code provided below does not pass, even though it should. The test does not allow for an optional whitespace between the backticks/single or double quotation marks and the element - in this case a paragraph element. The hint message does not suggest that campers keep the code in one line. In fact, throughout all the curricula, I've been under the impression that creating several lines for setting improves readability, and is, therefore, good practice. So, I don't see any reasons why the tests shouldn't allow this formatting. Since I was not sure whether my code generates an essential difference on the UI/Webpage, I tested it. There was no difference. So, I thought this might be a bug in testing. I filed a PR on this issue. I am quite new to contributing and still learning. Please let me know if there is anything I've done that did not follow good practice. The test does not allow for an optional whitespace between the backticks and the element. It should. ! Device: Laptop OS: Windows 11 Browser: FireFox Version: 125.0.2 (64-bit) No response"}
{"_id":"q-en-freeCodeCamp-da8854aa5a280ed610c0c8cb1bfe47fc2825c7b5d093b19b932051e97d52d79e","text":"Opening for visibility. I have not seen this happen myself, but I also haven't spent much time in the editor. Link to threads reporting this. Unknown, I guess usage over time. Performance not degrading over time. No response Device: [e.g. iPhone 6, Laptop] OS: [e.g. iOS 14, Windows 10, Ubuntu 20.04] Browser: [e.g. Chrome, Safari] Version: [e.g. 22] No response\nI've experienced this issue multiple times. After the donation pop-up appears, the performance of the website becomes laggy. Even after refreshing the page, it returns to normal temporarily, but the lag returns once the donation pop-up reappears. ! Note: the lag doesn't occur immediately after the pop-up, it becomes noticeable as you continue solving challenges, with delays in typing and overall slowness.\nI have not noticed this in the dev environment, even if the pop-up is present there too (python course)\nI thought I was crazy or that my machine was \"too old\" for this, but I have experienced this too. In my experience, it has happened after working a while on the editor or just doing a little bit of work on the editor, leaving it open, and then coming back. It becomes really slow and the only workaround that I have found is closing my browser completely and opening it again. Note: As a current donor, the pop-up doesn't show up in my account and I don't think is related to that component itself.\nCommenting to add I experience this every single time I use the editor for more than maybe 20 minutes. It doesn't just happen suddenly. It starts with a slight delay then gets worse and worse. I just opened up Incognito with no extensions enabled, and I noticed the delay after around 15 minutes. Then by 25 minutes it was definitely worse. It isn't unusable, but if you type relatively quickly it is very noticeable that words on screen are being completed maybe 100ms after you actually type them, then gets a little worse from there. Info: Chrome/124.0.6367.158 (no extensions) macOS Ventura Responsive Web Design Certification (I have had delays throughout this entire course)\nI'm able to get the slowdown both in production and in development. Reproducing it a bit loosely: Go through multiple steps (around 20?). At some point writing few characters in a row will start feel delayed/lagged. In console start appearing warnings, something like [Violation] 'input' handler took 1123ms. Recorded performance showed then longer times of redux updates coming from (if I didn't mix up anything) the editor's :\nThanks, that's really helpful! Just so I'm on the same page: how did you record the performance and did you have campfire mode on while you were testing this? Also, did you complete and submit 20 steps or just navigate through them?\nHey It was the Performance tab in the browser's developer tools. Not the profiler from react developer tools. Once I noticed the lagging, I turned on recording and did couple more steps. Then stopped recording, and tried to make heads or tails out of it :eyes: It doesn't seem to be related to campfire mode. I actually have campfire mode on in production, but when I was checking in development I believe it was off. Steps were completed/submitted. I haven't tried just navigating them.\nIt's not easy to read, but it does seem to be that's taking the time, which makes sense. That's what I see even when the editor is working normally. I've yet to see the slowdown from having the editor open for a long time typing a lot in a single page navigating through 80+ challenges I'll try completing a lot of challenges next and see if I see what you saw, Regardless, it seems like either the amount of typing you need to do to complete a bunch of challenges OR the completion/submission process is the problem. That's my current guess.\nI'm seeing the same code editor latency after about 5 to 10 minutes of usage. I see it both in Chrome and Firefox browsers when testing in Windows 11 and Linux Fedora 40. The best solution I have is to do a of the page when it starts happening. Is the code editor overloading the cache to cause a slow down?\nI'm on Windows Chrome browser and the editor is super slow for me. I type and I can't see what I've typed in till seconds later (good thing I'm a good typist) and I click Submit and it takes a long pause to respond. I tried clearing cache but it fixes the issue for maybe a couple of steps max then back to the slow performance. Definitely something I didn't experience back in early 2023 when I last used the curriculum. If there's some data I can collect to help debug, let me know. (Edit: i switched to MS Edge which I didn't use for fcc work before and the issue disappeared for the first 10 steps i tried). I may continue here for a bit before retrying chrome again at some point.) 2nd Edit: the performance improvement didn't last. Same issue occurred after a few more steps and I persisted for a couple more of these slow steps just to see if anything would change, but nothing did. So I logged off and switched back to Chrome. First few steps are back to normal performance at this point. Perhaps the pattern will repeat (and things will slow down momentarily at which point I will try another browser switch).\nHi all, thank you for reporting the issue. We are trying to reproduce the issue, but no luck yet. From what I gather, the issue can happen: On any OS (so far we have reports on MacOS, Windows, and Linux) On any browser (so far we have reports on Chrome, Firefox, and MS Edge) In both incognito and normal browsing modes With or without browser extensions To both donor and non-donor users With both campfire mode enabled and disabled I guess what's left is the challenge pages that you are on when you experience the issue. I personally have tried going through 50+ Python challenges of the , and I haven't experienced the lag. We have one user experienced the issue with the Responsive Web Design challenges (), so maybe this is where I'd try next. But we would love to get more information from everyone else: which page / course you were on when you experienced the issue. Thanks again for reporting.\nThe lag happens consistently to me on the Role Playing Game project (js beta) pages. Everytime I recycle my browser the issue goes away temporarily. (Or if I close the tab on edge and reopen it)\nAs I have , I experienced this throughout the responsive web design cert, but I have since finished that course and moved onto the JavaScript one, and can confirm I am having the exact same issue on there. The easiest way I've found to get rid of the delay is to reload page while ignoring cache.\nIt might be needed for user to be logged in. I've tried to reproduce it on Firefox. I've went from last steps of to about 30 step of the - without being logged in, no issues. Then after logging in, I started at the first step of , passing code was still in browser, so was just submitting it for the most part. By the 20th step writing was again slowing down. Edit: although Firefox doesn't display warning in console.\nI also see it when logged in. It literally became so bad that is spiked the CPU if I held down a key and just let it repeat. It might somehow be related to the completion modal in the lower jaw, but I'm really not certain. That is at least also different depending on if you are signed in or not. The problem is, it didn't seem as bad in dev mode for me, so I'm not confident. But I removed the progress component and did twice as many steps, and it didn't happen. But as said, I'm really not sure if I trust it in dev mode. In the Performance log, looking at the bottom-up tab, was the first one.\nThanks everyone. I've finally reproduced it by doing ~20 responsive web design lessons while signed in. It does seem like is part of the problem, thanks I'm not sure it's the root of the problem, but it's definitely getting called far too often. My plan is to create a quick PR to stop the unnecessary calls and/or memoize the function. Hopefully that fixes it, but we'll have to see.\nI was briefly looking at the Progress component and saw ProgressInner Something about that code doesn't sit right with me. The and variable names seems a little like something that wasn't fully checked and tested. If I just log when the component renders, it does so on every keystroke, and even just left-clicking inside the active editor section logs a re-render. This is after you have completed at least one challenge step. ! Might not be related, but it doesn't seem right considering it isn't even shown. I'm a little skeptical of the Intersection observer and useEffect. I know this isn't very constructive, but that's all I've got for now.\nI agree about the naming, it's a little sloppy. And, yes, something is going wrong meaning that it's getting re-rendered after challenge completion. makes it a lot better, though. It's still rendering when you start a new challenge (and it shouldn't), but it no longer renders in response to, well, everything.\nI have unpinned the issue, considering it is closed as completed.\nHi Guys i am still experiencing this on two separate machines both running windows 11 and Chrome Browser extension installed , ublock origin and Ghostery this is whilst going through the responsive web design curriculum, in both building a balance sheet and the cat painting projects. I have experienced this behaviour both before and after i became a supported, and most recently experienced it about 5mins ago\nThank you for mentioning. However, the potential fix for this has not been deployed to production yet. So, until that is deployed, you can expect the issue to be present.\nHi everyone, the potential fix has been deployed, please report back if you're still experiencing the issue. Thank you for your patience, and happy coding.\nhi , I've been using the JS beta curriculum all day from a single tab today. I did end up running into the performance issue again but it took a -lot- longer to run into it, and it was not lagging as bad as it used to when I would type (one of the issues I saw was that I would type and it would take a bit of time for the editor to display what I typed). Now when it slows down, the lag is not nearly as long (and as I said, I ran through a lot of steps today before seeing the slow-down). This is just to let you know what I have observed as you've asked us to report back. Thanks for the fix(es) already done.\nThanks for the follow-up, Some slowdown is expected, since the 'fix' was to make rendering considerably more efficient. This delays and mitigates the slowdown, but clearly something is getting less efficient over time. Since it's not too bad at the moment and it's hard to pin down the ultimate cause, I think we can leave this for now. We do plan to give the client some love before too long and that will give us another chance to squash the bug.\nHi Guys I am still running in to this issue, im currently working my way through learn-basic-javascript-by-building-a-role-playing-game. and after about 10 mins the typing of text starts to lag, im having to refresh the page and it seems to make it go away for a while\nOther reports of slow performance\nThanks I'll give this another look.\nshould be another decent perf boost. Same deal as last time: while I expect this to be a lot better, there may still be deeper problems.\nTentatively closing again, since has been merged and should help considerably."}
{"_id":"q-en-freeCodeCamp-bf17eeb80114466499443628bcc9a7bf8c790533609c78a4a73a9dd8b246b5d7","text":"in step 20 of the JS building a pyramid generator project, the step refers to the \" rows[2] assignment\" but should instead refer to the \"rows[ - 1]\" assignment as that is the line in the code at that moment (not the \"rows[2]\" line. As the step begins with the code as given above, the instructions shouldn't say \"rows[2]\" to refer to the line \"rows[ - 1]\" (therefore a small correction to the correct line of code is needed) ! Device: laptop OS: windows Browser: chrome Version: No response\nSecond test also will need to be changed accordingly."}
{"_id":"q-en-freeCodeCamp-e980d21b26f1bcaf74cd27cbcd65152aed6e97322101dbed44ef40e8ed8e19af","text":"Lesson asks you to, \"declare a regex variable. Assign it a regular expression that matches a number (including decimal numbers) followed by a or / operator followed by another number,\" but will accept regex' from users that don't satisfy this criteria (examples /d/ and /5/, matching anything with just a number, and anything with a 5 in it). Related issue to address test being too strict. Opened from forum post: Lesson should pass when Regex matches against a number, followed by a or / operator, followed by another number, but matches any number. Regex's that pass but should not (likely not limited to): /5/ /d/ // No response Device: [e.g. iPhone 6, Laptop] OS: [e.g. iOS 14, Windows 10, Ubuntu 20.04] Browser: [e.g. Chrome, Safari] Version: [e.g. 22] No response\nIt looks like the last test to could be updated to include a few more assertions like this js assert.isTrue(highPrecedence(\"53\")); assert.isFalse(highPrecedence(\"5\")); assert.isTrue(highPrecedence(\"10/2\")); assert.isFalse(highPrecedence(\"\")); But also, looking at this challenge again, I think it could be simplified. At this point, we should only be testing for the final result and allow campers to solve it however they want to. Here is my proposed update js assert.isBoolean(highPrecedence(\"122\")); js assert.isTrue(highPrecedence(\"53\")); assert.isFalse(highPrecedence(\"5\")); assert.isTrue(highPrecedence(\"10/2\")); assert.isFalse(highPrecedence(\"\")); I'll open this up for discussion so the other members can chime in with thoughts.\nI see this as the only test for the regular expression itself: Your variable should be a regular expression. does this issue require the addition of more tests? and if so, should there be seperate tests for each regex that produces an unexpected behavior like /5/ and /d/ or just one test that ensures the regex conforms to what was asked for (includes the two numbers, * symbol, / symbol, and 3 capture groups)?\nThe test you mentioned here only checks that the a regex variable was created and that some sort of regex is being used Currently this test is checking for the correct result js assert.strictEqual(highPrecedence(\"53\"), true); but it right now allows for multiple incorrect answers My proposal is to rewrite the lesson to allow for more correct answers and ensure that incorrect answers don't pass. Right now, you have to create a regex variable and you have to return But there are dozens of correct answers and this should be rewritten to allow for that. So you can see my note here for my proposed changes The thing we want to be carefully about is not using regex tests to check for this. Because that is what is happening for the other lessons and it is difficult to maintain and only allows for a specific answer. So that is why this is marked as open for discussion\nOpening this up for contribution - a PR which resolves this will follow Jessica's updated approach in to test the function result, regardless of the function implementation."}
{"_id":"q-en-freeCodeCamp-ad4b6ed4d228ba01e2dd57bce800f4e33b337f6b02ee53a8af1b5412713dc458","text":"The following classes in are unused and should be removed: .help-modal .help-modal-heading .btn-lgRemove the above classes from Test and confirm that the modal displays properly after the changes"}
{"_id":"q-en-freeCodeCamp-3e8b6000697056f59b1ee45432f0ec3abecafad43f640a8feaa822722ca307fa","text":"Timeout limits are too aggressive on this problem and blocking users from computing the correct answer. Verified via , the code above produces the correct number of semiprimes for 1, 10, ..., . However, for , we have a timeout. This code could probably be a bit more efficient, but even if I just cut it down to finding all primes < , it times out, indicating that it is not possible for campers to complete this exercise with the current infinite loop protections on this problem. All?\nSeems like a good challenge to just remove the loop protect from entirely.\nSeems like a reasonable fix to me"}
{"_id":"q-en-freeCodeCamp-00e7029c3b93a73690d1b57f7480151adeb42d77469251fc01cd1c23e7379138","text":"On step 89 and 90 of the Pyramid generator there is this misterious error that appear, it can be confusing for campers. !\nError is coming from the function, specifically one of the string repeats. Depending on the and , when or will be , calling method of string will show that error. Edit: When condition is there's no such issue.\nYep. I think reworking the lessons so we never leave the learner with broken code (or at least never unexplained broken code) is the way to go.\nI'm not sure if it was even intended to have broken code, description is suggesting everything should work fine. Step 91 asks for two changes, one of which specifically makes this error appear (second change fixes the issue).\nYeah, it's a bit confusing. Probably not intentional, though. On 91 there's this: the only time I don't see the error is when I've followed all the instructions on step 91.\nIs this not enough to clear up any doubts? Cuz after following the instructions in step 91, there's nothing mysterious about the error anymore.\nI don't think so. Step 89, where error is introduced, doesn't mention it. Neither does 90. It's only when you reach 91 that the error is mentioned and the text is which is incorrect. Changing to has no effect on the error. It's only the combination of that and adjusting the conditional that finally removes the error. The main issue with this is that it breaks the feedback loop between learner's actions and the code's behaviour. Speaking for myself, everything gets harder when the results of my actions are essentially invisible. I know we run tests to check you re doing it right, but that's not really a substitute for them seeing how your actions impact the program.\nOkay. We need to at least note the possibility of an unexpected error to the camper. I'm thinking on step 89 now.\nJust for posterity, the steps got shifted. Error is introduced by completing step 95 Error is resolved by completing step 96 What should be changed here: Step 95 should: Introduce and explain the error Ask the campers to change the comparison to Step 96 should: No longer ask campers to change the to Not mention that creates a"}
{"_id":"q-en-freeCodeCamp-c3b48c25815777c84ffb2bf36b73c5697ffb8f712c21e9f1f1f1ae707f9b9316","text":"I encountered an issue while completing a task (Step 11) on freeCodeCamp. The test involves using the method to determine whether a task already exists in an array and then either updating it or adding a new task. The problem appears to be related to the comparison order in the arrow function passed to . When I change the comparison order, the code works without any issues: ! ! and No response Device: [e.g. iPhone 6, Laptop] OS: [e.g. iOS 14, Windows 10, Ubuntu 20.04] Browser: [e.g. Chrome, Safari] Version: [e.g. 22] No response\nYou didn't mention the error caused."}
{"_id":"q-en-freeCodeCamp-8fb874b376a60d4ff265e98b86a7ad4efc46a2c4b818c4e4670a147f74770210","text":"When the blanks in a fill in a blank challenge overlap vertically, the top selection box gets cut off: <img width=\"767\" alt=\"Screenshot 2024-06-17 at 5 39 59 PM\" src=\"\"^ See the two blanks in the sentence are above and below one another. When you click the first blank, the blue selection box is cut off - presumably because the input below is in front of the first input. to on the first blank in the sentence the blank get cut off The box to be visible We could adjust the spacing so the input doesn't get cut off, or move the z-index of the input to the front when it's selected.\nI think changing the z-index on select makes sense.\nWe might also consider increasing the . The lines are pretty close together. Not sure why we are using for the unit, usually is set using unitless values, which would make the we have on the elements work much better. Also, the font-size is set using for whatever reason (unlike most if not all other font styles I have seen in our CSS). Not that changing it to does anything (currently at least)."}
{"_id":"q-en-freeCodeCamp-135871b702c95ad2df9466d2aa09477f17fdaa6cb5c943d9b7a8ca47d41666c6","text":"Thanks for opening this issue. This looks like something that can be fixed by \"first-time\" code contributors to this repository. Here are the files that you should be looking at to work on a fix: Please make sure you read our , we prioritize contributors following the instructions in our guides. Join us in our or our if you need help contributing; our moderators will guide you through this. Sometimes we may get more than one pull request. We typically accept the most quality contribution followed by the one that is made first. Happy contributing.\nI have fixed in my PR"}
{"_id":"q-en-freeCodeCamp-20d980aeecce55d0b063454aa1f299ae34f0959cab880ad4b64fbe0249292b16","text":"I followed Step 4 instructions. As I finished typing out the element, by habit I press + , and noticed that it accepted it, even though it shouldn't have as I was still missing the element It should have failed, as it's still missing the that Step 4 asked for ! Device: PC OS: Window 11 Version 23H2 Browser: Firefox 127.0.2 (64-bit) No response\nThis seem to also happen in other parts of the same course, such as Step 7 ! As you can see, it is missing its closing tag As well as Step 11 ! It's missing its closing tag yet the Step still validate it\nCan you please open a new issue for the form element. I'm guessing the browser is auto closing it, and we don't have a regex test for it. It should result in a valid form element, because the browser will close it. However, the element technically does not have any \"Tag omission\" so it should have an end tag in the HTML (even if it gets to the DOM by the browser).\nDone"}
{"_id":"q-en-freeCodeCamp-1e4a5c8c0bdba1e5426fe920649f441bd8150ef2ed06cae6f886c648cafefc5f","text":"The keyword should be wrapped in a pair of backticks.\nThis issue is open to first-time code contributors to this repository. The file that you should be updating is: We typically do not assign issues. Instead, we accept the most quality contribution followed by the one that is made first. Please make sure you read our as well as our , we prioritize contributors following the instructions in our guides. Join us in our or our if you need help contributing; our moderators will guide you through this. Happy contributing.\nHi! I'm a first timer and would love to contribute to this project and fix this typo. :)\nHey We typically do not assign issues. Instead, we accept the first pull request that comprehensively solves the issue. Issues labelled with or are open for contributions. Please make sure you read . We prioritize contributors following the instructions in our guide. Join us in or if you need help contributing - our community will be happy to assist you.\ncan i work on this issue if it still open"}
{"_id":"q-en-freeCodeCamp-cd96d54f6ea01a7c4531c16c7dc08eb2c005d002fca4c9ee27d54fddd3b3f29a","text":"in step 98 of the platformer game, there are a couple of small issues that can be fixed. 1- the check is too strict for spaces because it doesn't accept this code: Note the extra space between the word draw and the parenthesis. Without the extra space, the code is accepted. For the second issue, the wording used in the step \"add a fillStyle property to the ctx object\" is not what I would expect given that fillStyle is a property of the canvas object and not something we 'add' to it. I would suggest a rewrite to \"set the fillStyle property of the ctx object\" instead. As seen above. slight wording change needed and a looser check to allow a space between the word draw and the parenthesis. No response N/A No response"}
{"_id":"q-en-freeCodeCamp-17fa9af25fed3a8f2de728b728322e46ebde5c2a4181f2a95e4d8a711cb2664a","text":"\"an checkbox input\" should be changed to \"a checkbox input\". Fix the typo in the following files:\nThis issue is open for contribution. The file that you should be updating is linked in the original post. We typically do not assign issues. Instead, we accept the most quality contribution followed by the one that is made first. Please make sure you read our as well as our , we prioritize contributors following the instructions in our guides. Join us in our or our if you need help contributing; our moderators will guide you through this. Happy contributing."}