repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
freecodecampfreecodecamp
break test refactor global variable out of function in js curriculum
Bug
affect page your code the global variable const booklist the hound of the baskerville on the electrodynamic of move body philosophi naturalis principia mathematica disquisitione arithmeticae change code below this line function add booklist bookname ...
freecodecampfreecodecamp
incorrect comment for write concise object literal declaration use object property shorthand challenge
Bug
affect page your code const createperson name age gender only change code below this line name age gender only change code above this line expect behavior const createperson name age gender return ...
freecodecampfreecodecamp
timestamp project an empty date parameter should return the current time in a json object with a utc unix key test doesn t work correctly
Bug
hello in the timestamp project the result of all test be successful except for the data value test an empty date parameter should return the current time in a json object with a unix key an empty date parameter should return the current time in a json object with a utc key I do some research and the lo...
freecodecampfreecodecamp
challenge learn accessibility by build a quiz step 30 seed and test code mismatch
Bug
the seed code only have two li label input pair inside the ul but the test be look for four I assume it be the test that be wrong seeing as the next challenge still only have two test challenge forum just an aside how on earth be you suppose to find the file you be look for quickly w...
freecodecampfreecodecamp
update copyright to the year 2022
Bug
very straight forward update license and readme md year from 2021 to 2022
freecodecampfreecodecamp
update gitignore
Invalid
checklist x I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the main branch of freecodecamp I have test these change either locally on my machine or gitpod ...
freecodecampfreecodecamp
challenge learn accessibility by build a quiz step 3 use wrong parent in selector
Bug
I assume it should be head and not body in the second selector assert equal document queryselectorall head meta content width device width initial scale 1 0 length document queryselectorall body meta content width device width initial scale 1 length 1 cha...
freecodecampfreecodecamp
user can continue use codealley while they be singe off
Bug
tom m after user sign out of their account codeally relate datum remain in the local storage and codeally challenge could be access and continue not sure if this be the intend behavior or not
freecodecampfreecodecamp
challenge url shortener microservice invalid url will pass dns check
Bug
the invalid url use by the test will pass the dns check suggest by the challenge text const dns require dns const hostname new url ftp john doe org hostname dns lookup hostname err address family if err return re json error invalid url ...
freecodecampfreecodecamp
project euler problem 356 format issue
Bug
he project euler problem 356 have a format issue confront with to fix this issue you will need to change this file so that the beginning of the description be correctly format with a pedix an will need to be write as a n please make sure you read our guideline for contribute we ...
freecodecampfreecodecamp
comma miss in exercise tracker exercise object
Bug
affect page expect behavior there should be a comma for username fcc test otherwise the javascript object syntax be wrong screenshot system device macbook air m1 os macos monterey 12 0 1 browser chrome version 98 0 4758 109
freecodecampfreecodecamp
circular dependency detect
Bug
in issuecomment 1056210055 jagrutiti find that there be several circular dependency between the redux sagas and reducer since these can be source of subtle and confusing bug it would be good if these cycle could be break
freecodecampfreecodecamp
try to checkout main or push origin main result in error there be no main branch
Bug
affect page set up freecodecamp locally how to setup freecodecamp locally to reproduce follow page instruction that include reference to the main branch recommend fix suggestion change reference to the main branch to reference the master branch in the checkout and ...
freecodecampfreecodecamp
project euler problem 250 format issue
Bug
the project euler problem 250 have a format issue confront with to fix this issue you will need to change this file so that the number be correctly format as exponent you can use the way 250250 250250 be write in the challenge as a guide to fix 1 1 2 2 and 3 3 please make sure you read o...
freecodecampfreecodecamp
prevent circular import via linte
Help Wanted
the problem circular dependency can cause surprising bug for example variable may not be define before be use the solution if someone want to use a circular dependency they can always disable the rule
freecodecampfreecodecamp
typo in test of a challenge
Bug
in challenge euler problem 184 both the hint and the text have the function call with a typo to fix this issue you would need to edit the link file and remove the extra t in the function call in the test description and in the assertion of the test itself please make sure you read our guideline fo...
freecodecampfreecodecamp
error in assert initial state of redux store
Bug
affect page your code js const increment increment const decrement decrement const counterreducer state 0 action switch action type case increment return state 1 case decrement return state 1 default ...
freecodecampfreecodecamp
set the child s prototype to an instance of the parent explanation error
Bug
affect page your code expect behavior a little error that could lead to a misunderstanding of how oop work in js be explane below the follow line at the bottom of the instruction have an error as far as I can tell duck inherit all of animal s property include...
freecodecampfreecodecamp
incorrect code pass test in implement binary search challenge
Bug
affect page implement binary search your code the follow code pass all the challenge s test but it be incorrect it fail to find value if value be the last element of testarray function binarysearch searchlist value arraypath const mididx math floor s...
freecodecampfreecodecamp
challenge use the env file delete the property instead of set it to undefine
Bug
technically if we be test for a non exist property we can t set process env message style to undefined as that be implicitly convert to a string process env process process env assign a property on process env will implicitly convert the value to a string this mean you can t use thi...
freecodecampfreecodecamp
basic javassript fail unless return be in else block
Bug
affect page your code js if obj hasownproperty checkprop return obj checkprop return not find expect behavior to pass I only pass the lesson when I put the line return not find in an else block screenshot system ...
freecodecampfreecodecamp
motanium rdb alpha periodic table database
Bug
affect page your code periodic table insert into element atomic number symbol name value 9 f fluorine 10 ne neon insert 0 2 periodic table insert into property atomic number type atomic mass melting point celsius boiling point celsius type i ...
freecodecampfreecodecamp
it should be do some emphasis in a keyword
Bug
affect page your code expect behavior I think all the key should be remark someway I spend a relatively good amount of time ask myself why my function be not return the object maybe other people have experience the same screenshot image ...
freecodecampfreecodecamp
challenge check radio button and checkboxe by default device issue
Bug
the last two test for the label text be incorrectly fail look like some kind of device issue with ipad and this challenge not sure what the problem be I try on lambdatest with an ipad pro in safari and it work can t really test it much though if someone with a device that be fail the two test can lo...
freecodecampfreecodecamp
beta rwd test too strict on self closing link tag
Bug
affect page there be most likely other step affect as well discussion the test for this step fail if the tag do not include the forward slash before the ending accord to whatwg org 13 1 2 1 start tag start tag point 6 then if the element be one of the void element ...
freecodecampfreecodecamp
fix remove extra blank line between section
Invalid
the file have inconsistent blank line between section mostly be one blank line but I ve see a few two blank line so remove they for consistency checklist x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index...
freecodecampfreecodecamp
typo in beta responsive web design css box model rothko paint
Bug
affect page your code expect behavior the text of the challenge should say and bottom right radius to 8px and top right and bottom leave radius to 10px but it display and bottom right radius to 8px and top right and bottom leave radius to 10...
freecodecampfreecodecamp
challenge create a form element remove root relative path from action url in example
Help Wanted
challenge this be a very minor issue but I have see a few people on the forum add the in front of the absolute url and I think it be because of the example code give I would suggest we just remove the slash example code so just this instead not sure if ...
freecodecampfreecodecamp
fix remove one extra blank line inconsistency
Invalid
remove one extra blank line between the icon and thumbnail section at line 64 65 66 checklist x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the main ...
freecodecampfreecodecamp
weird instruction add element to the end of an array use concat instead of push
Bug
affect page your code function nonmutatingpush original newitem only change code below this line return original concat newitem 1 2 3 4 5 only change code above this line const first 1 2 3 const second 4 5 nonmutat...
freecodecampfreecodecamp
test in learn git tutorial
Bug
issuecomment 1022896635
freecodecampfreecodecamp
edit another sorry again light visual order improvement to the explanation of content
Bug
affect page sorry for the several and similar new issue I have open so far I didn t know there be some of they that be very similar I will keep add they here edit I think there be no more link leave your code expect behavior...
freecodecampfreecodecamp
another light visual order improvement to the explanation of content
Bug
affect page your code expect behavior same as but another other link screenshot system device e g iphone6 laptop os e g ios 14 window 10 ubuntu 20 4 browser e g chrome safari version e g 22 ...
freecodecampfreecodecamp
add result of comparison expression evaluation in the inline comment
Help Wanted
the student have to go all the way down up to the explanation in order these expression would evaluate to true false true and true to realize what the result of the operation be my suggestion be that the second section of the code should look like this 1 1 true 1 2 false 1 ...
freecodecampfreecodecamp
miss usual horizontal bar from template that divide instruction from mini challenge
Bug
affect page your code expect behavior the screenshot below show where the miss horizontal line should be it s represent with a pretty obviously yellow make use microsoft paint screenshot image system device e g iphone6 laptop ...
freecodecampfreecodecamp
never be say that you can use ctrl enter to run the test
Help Wanted
affect page javascript curriculum your code none expect behavior the user should be able to read somewhere at the beginning of the curriculum that they can use ctrl enter to run the test screenshot no screenshot system devi...
freecodecampfreecodecamp
click on a informative link open another website in the same tab
Bug
affect page to reproduce when you click on detail here accuracy problem the wikipedia webpage be open in the same webpage recommend fix suggestion this be where the potential problem be locate detail here add the attribute target blank to the tag final so...
freecodecampfreecodecamp
a tiny typo in comparison with the equality operator
Bug
affect page comparison with the equality operator your code type coercion in line 25 l25 expect behavior fix to type conversion screenshot image system device laptop os e g ios 14 window 10 ubuntu 20 4 browser edge
freecodecampfreecodecamp
fix duplicate code issue in curriculum util js
Help Wanted
codefactor find an issue duplicate code it s currently on curriculum util js 24 34 l24 curriculum util js 39 49 l39 commit 62e75bc14f063e8b2834271ff7f67a7760e42ec3
freecodecampfreecodecamp
4 slight typo in rdb alpha learn git by build an sql reference object
Bug
affect page around 76 learn git by build an sql reference object at the top of nano you can see the two commit with pick next to they below they there s a list of option for work with they pick mean that it will use the commit as they be at the bottom it say d drop remove commit ...
freecodecampfreecodecamp
save message on code editor be not translate
Bug
the banner message save your code be save to your browser s local storage be display in english even if other language be select it be not in translation string and the message be hard code here l116 affect page any challenge on learn to reproduce step to reproduce the behavio...
freecodecampfreecodecamp
basic javascript curriculum code comment be evaluate as part of the solution multiple exercise affect
Bug
affect page your code 009 explore difference between the var and let keyword js unlike var when you use let a variable with the same name can only be declare once update the code so it only use the let keyword let catname oliver let c...
freecodecampfreecodecamp
correct answer be not verify show its wrong
Bug
affect page screenshot freecodecamp system os window 10 browser firefox
freecodecampfreecodecamp
js base and js debug tutorial conflict
Bug
in there a type should be add bigint
freecodecampfreecodecamp
fix remover extra blank link between section
Invalid
checklist I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the main branch of freecodecamp I have test these change either locally on my machine or gitpod ...
freecodecampfreecodecamp
crowdin need to hide note string
Bug
in crowdin it be possible to translate one of the headline of the markdown challenge file image this note headline should be hide automatically like the other
freecodecampfreecodecamp
language picker inaccessibility
Bug
affect page language picker in main menu for curriculum discussion the language picker in the main menu in the curriculum be currently inaccessible to keyboard only user because the change be trigger as soon as you press the down arrow key which trigger a change event cause the language to be chan...
freecodecampfreecodecamp
some issue with order of content
Bug
affect page build a product landing page project your code expect behavior screenshot system device e g iphone6 laptop os e g ios 14 window 10 ubuntu 20 4 browser e g chrome safari version e g 22 ...
freecodecampfreecodecamp
another issue with order of content
Bug
affect page your code none expect behavior the curriculum require that I use the keyframe rule and it be never explain but it s explain in this future section assume the curriculum this be the first time I be go to work whit it so there be a ligh...
freecodecampfreecodecamp
correct answer mark as a bad one
Bug
affect page your code cabin first of type right 8 5 top 50 expect behavior screenshot image system device e g iphone6 laptop os e g ios 14 window 10 ubuntu 20 4 browser e g chrome sa...
freecodecampfreecodecamp
beta issue with order of content
Bug
affect page to reproduce the use of the css transform origin property be never explain in the course but be require the use of it the course be assume we have use this property in the past but it s explain in the next section assume we have never see this property the ferris wheel one ...
freecodecampfreecodecamp
fcc logo not link to curriculum have aria label freecodecamp curriculum
Bug
the translation key and string for fcc logo freecodecamp logo be change to fcc curriculum freecodecamp curriculum in 45039 as far as I understand this change be intend for the logo in the navigation bar but the freecodecamplogo component be also use on certificate the logo on the certificat...
freecodecampfreecodecamp
report of incorrect a11y guidance for make screen reader navigation easier with the header landmark
Bug
one of the forum user marconiusiii have raise an issue about this accessibility lesson here be their remark this article lesson be teach a bad a11y practice h1 element do not belong in the header region since they be usually the first target element by screen reader user once I jump to the h1 I b...
freecodecampfreecodecamp
local scope and function example need to be a little less confusing
Bug
affect page local scope and function your code expect behavior once console log loc have be use twice inside the caption in the paragraph below it the console log loc line will throw an error might be a little confusing I think we have somehow t...
freecodecampfreecodecamp
js curriculum miss test case in telephone number validator challenge
Bug
affect page your code example of buggy function that pass the challenge function telephonecheck str return 1 s d d d d d d s d d d s d d d d test str expect behavior the code above shouldn t pass the challenge a...
freecodecampfreecodecamp
js curriculum miss test case in argument optional challenge
Bug
affect page your code example of buggy function that pass the challenge function addtogether args if argument length 1 typeof args 0 number return val typeof val number args 0 val undefined if argument length ...
freecodecampfreecodecamp
salon appointment scheduler
Bug
affect page relational database alpha salon appointment scheduler your code bin bash psql psql x username freecodecamp dbname salon tuple only c echo e n salon appointment scheduler n echo e how may I help you n main menu ...
freecodecampfreecodecamp
link be incorrect
Bug
affect page the second link learn python video course 10 hour unfortunately go nowhere a 404 page appear your code expect behavior it should open the page to the mention video course screenshot image system additional context ...
freecodecampfreecodecamp
iframe title should be translatable
Help Wanted
now that be in we re add title of the form catphotoapp preview and preview this be good from an a11y perspective but the string need to be translatable
freecodecampfreecodecamp
challenge iterate through an array with a for loop make test and requirement strict
Bug
this challenge can be pass with incorrect code it do not check that the array element be add to total var total 0 for total total 20 total myarr 0 var total 0 for var I 0 I 20 I myarr 0 total I var total 0 ...
freecodecampfreecodecamp
rwd beta penguin step 93 incorrect border radius hint
Bug
affect page your code border radius 30 30 120 30 don t give up here s a hint to get you think you should give arm a border radius of 30 30 120 30 expect behavior the hint be incorrect the correct order be 30 30 30 120 only ...
freecodecampfreecodecamp
fix remove extra blank link between section
Invalid
checklist I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the main branch of freecodecamp I have test these change either locally on my machine or gitpod ...
freecodecampfreecodecamp
remove extra space between section
Invalid
checklist I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the main branch of freecodecamp I have test these change either locally on my machine or gitpod ...
freecodecampfreecodecamp
fix remove extra blank link between section
Invalid
checklist I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the main branch of freecodecamp I have test these change either locally on my machine or gitpod ...
freecodecampfreecodecamp
sass scss challenge be break in firefox
Bug
when I revert pr it work again I didn t really figure out what be cause it but if I log out the innerhtml of the frame before and after the promise all inside the transform function I first see the content and then empty const transformhtml async function file const transform async fra...
freecodecampfreecodecamp
fix remove unwanted space in the file
Invalid
checklist x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the main branch of freecodecamp x I have test these change either locally on my machine or gitp...
freecodecampfreecodecamp
rdb alpha build a student database part 1 section 840 1
Bug
affect page your code get course i d course i d psql select course i d from course where course course expect behavior the tutorial should move to the next lesson screenshot system macbook air apple m1 vscode 2 add...
freecodecampfreecodecamp
random quote machine template pass 12 12 test with barely any code
Bug
affect page build a random quote machine you can build your project by use this codepen template and click save to create your own pen your code expect behavior I m use the template provide and I m get 12 12 test pass so it s difficult to keep track of m...
freecodecampfreecodecamp
typo in responsive web design beta
Bug
affect page your issue the instruction do not state that the element shoud be require only the hint say so expect behavior the instruction should specify that the element should be require screenshot system device e g iphone6 ...
freecodecampfreecodecamp
typo in responsive web design beta
Bug
affect page your code give each fieldset an adaquate name attribute expect behavior should be adequate system device laptop os opensuse tumblewee browser vivaldi version 5 0
freecodecampfreecodecamp
typo in the learn advanced bash tutorial
Bug
sentence with typo a stdout txt file be create propose fix a stdout txt file be create affect page with the typo 301 I have add the first timer only label carefully read through the freecodecamp contribute doc index and the section on work with coderoad tutorial h...
freecodecampfreecodecamp
select ukrainian redirect to japanese and sometimes just some of the content be display in japanese
Bug
affect page and all lesson to reproduce step to reproduce the behavior 1 go to 2 click on menu button 3 select language expect behavior display the site in ukrainian screenshot s1 system device pc os manjaro 21 2 1 ...
freecodecampfreecodecamp
drum machine project s 6th test fail and throw an error
Bug
the 6th test of this project be fail every time and throw the error uncaught in promise domexception the play request be interrupt by a call to pause in the browser console after some research I ve find this thread on the forum it seem that other people have face it too affect page ...
freecodecampfreecodecamp
we need to go through issue and comment on crowdin for suggest change to challenge
Bug
this be also a reminder to myself to do it
freecodecampfreecodecamp
keyboard shortcut for next challenge without submit the current one
Bug
affect page your code I need to have a glance again at all my previous challenge in rwd to just revise and see I there will be something that need attention and I find this a little difficult have a next button a shortcut make it easy to just move forward without the need to submit agai...
freecodecampfreecodecamp
firefox doesn t accept the correct answer for step 8 of the css transform project
Bug
an issue be bring up in the forum where the user could not pass the challenge use firefox they have the correct code and weren t use browser extension affect page correct code that doesn t pass in firefox ground width 100vw height 400px background linear gradien...
freecodecampfreecodecamp
rdb student database part1 require space after s to pass
Bug
affect page where you add the first if statement your code code require to pass bin bash script to insert datum from course csv and student csv into student database psql psql x username freecodecamp dbname student no align tuple only c cat course csv while ...
freecodecampfreecodecamp
suggestion to avoid confusion for self closing html element in learn basic css by build a cafe menu in responsive web design certification
Help Wanted
step 3 mention that the be self closing element without make it very clear how to write it test pass when the forward slash be not write then in step 17 the have a forward slash add to it and when I try to write without a forward slash test fail in ste...
freecodecampfreecodecamp
type error in the name of website
Bug
affect page to reproduce type error in the name of the website recommend fix suggestion change 24 pull reuest 24 pull request screenshot image
freecodecampfreecodecamp
error in translate the page make motion more natural use a bezi curve
Bug
affect page your code the value in the portuguese translation be wrong 0 311 0 441 0 444 1 649 instead of expect behavior correct value 0 311 0 441 0 444 1 649 screenshot erro system device laptop macbook pro ...
freecodecampfreecodecamp
fix remove extra blank between section
Invalid
this change be make watch free code camp youtube tutorial feel free to close I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the main branch of freecodecamp I have...
freecodecampfreecodecamp
typo in bash command for advanced bash rdb course
Bug
the direction say to enter the command stout txt but the correct name of the file be stdout txt affect page 50 stdouttxt propose fix enter stdout txt in the terminal to redirect nothing into the file screenshot
freecodecampfreecodecamp
typo on step 43 of the beta learn the css box model by build a rothko painting
Bug
affect page to reproduce recommend fix suggestion screenshot typo on step 43 rothko paint css box model
freecodecampfreecodecamp
boilerplate advancednode npm I fail on apple silicon because of incompatible node version
Bug
note I m open this issue here as it doesn t seem to be possible to open issue on the boilerplate advancednode repository affect page your code run npm I on an apple silicon mac result in the follow error npm err code 1 npm err path user ce dev document dev cour...
freecodecampfreecodecamp
rwd beta subjective change and unclear direction
Bug
affect page cafe menu registration form city skyline your code not applicable expect behavior not applicable system not applicable additional context cafe menu x step 3 suggest change could be to be small blue diam...
freecodecampfreecodecamp
update readme md
Invalid
checklist I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the main branch of freecodecamp I have test these change either locally on my machine or gitpod ...
freecodecampfreecodecamp
rwd beta redundant step in build a rothko paint challenge
Bug
affect page your code in step 20 we add the follow code to one element margin 20px auto this will create vertical margin of 20px and horizontally it will be center but on step 28 we change this to margin 20px auto 20px in step 28 it say change the ma...
freecodecampfreecodecamp
error with step 36 of the learn html by build a cat photo app in the beta rwd
Bug
affect page expect behavior step 36 say like anchor a element input element be self closing and do not need closing tag however this be false anchor tag be not self closing I believe it mean to say img which be the self closing tag introduce in the previous step sc...
freecodecampfreecodecamp
rwd beta transform penguin step 55 82 88
Bug
affect page your code not applicable expect behavior the editor fill the screen instead of show the instruction you have to scroll up o see the instruction and it s not obvious if you should scroll up or down screenshot editor1 step 55 editor2 ...
freecodecampfreecodecamp
minor typo in javascript algorithm and datum structure object orient programming understand own property
Bug
affect page to reproduce there be a typo in one of the code block there be an extra space in the follow line between name and this name name recommend fix suggestion remove the extra space screenshot screenshot 2022 01 18 180915
freecodecampfreecodecamp
suggestion wide context for code in rwd beta
Bug
in rwb the placement of the instruction interrupt the code and make indentation unclear especially for a beginner that may not know what to look for yet I notice several instance where put long uninterrupted part of the code in the highlighted editor might help with clarity example step 21 change the ...
freecodecampfreecodecamp
wrong object property on js curriculum
Bug
affect page expect behavior show actual object structure screenshot image system device desktop os w10 browser brave version 1 34 80 additional context the object information show represent the previous lesson
freecodecampfreecodecamp
exercise tracker challenge code with incorrect functionality pass test
Bug
affect page your code the backend route that pass fcc test despite not work correctly see comment js app get api user i d log req re get user i d from param and check that it win t break the db query const i d req param if i d length ...
freecodecampfreecodecamp
fix remove extra blank line between section
Invalid
checklist I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the main branch of freecodecamp I have test these change either locally on my machine or gitpod ...
freecodecampfreecodecamp
safari issue in rwd beta learn more about css pseudo selector
Bug
affect page your code last update december 2021 expect behavior the above code do not pass when submit in safari I check the same step use firefox and it pass ok screenshot screenshot 150 system macos 12 1 safari 15 2 ...
freecodecampfreecodecamp
rwd beta grid magazine section step 24
Bug
affect page your code src alt four people work on code loading lazy class image 3 width 600 height 400 expect behavior I expect it to pass I also try I even go to step 25 and ...
freecodecampfreecodecamp
step 1110 in the bike shop relational db course
Bug
it seem like the test javascript assert bike we have available t s s n s echo t available bike t s s n s m test scriptfile scriptfile match echo t available bike g length 1 be look for a semi colon after the echo availab...
freecodecampfreecodecamp
suggest edit for step 18 in learn basic css by build a cafe menu project in responsive web design beta
Bug
affect page the prompt currently say so the styling of the page look similar on mobile as it do on a desktop or laptop you need to add a meta element with a special content attribute I think it it make more sense to say for the styling of the page to look similar on mobile as it do on a desk...
freecodecampfreecodecamp
fix extra space omit
Invalid
checklist I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the main branch of freecodecamp I have test these change either locally on my machine or gitpod ...
freecodecampfreecodecamp
typo in learn sql student database course part 2
Bug
there be a miss word in the direction here in your student info script add echo statement at the bottom like the other to print the result of the suggest query the word an should be add before echo statement fix add an echo statement this be an easy fix so I have add the first timer only lab...