CodeYourFuture / syllabus

Old Syllabus Website for CodeYourFuture
https://syllabus.codeyourfuture.io
154 stars 124 forks source link

Style guide violation, please update #570

Open SallyMcGrath opened 1 year ago

SallyMcGrath commented 1 year ago

https://github.com/CodeYourFuture/syllabus/blob/02da63dbe1a20f8df0559074f4dac810e8af62a8/docs/js-core-1/week-4/lesson.md?plain=1#L166

https://github.com/CodeYourFuture/syllabus/blob/02da63dbe1a20f8df0559074f4dac810e8af62a8/docs/js-core-1/week-4/lesson.md?plain=1#L167

Improper use of arr, newArr https://syllabus.codeyourfuture.io/guides/code-style-guide

Please update to follow our own advice

MohitBansal321 commented 1 year ago

i can you assgin this issue to me

MohitBansal321 commented 1 year ago

okay i will replace it with this const array=[1,2,3]; const newArray=array.concat(4);

MohitBansal321 commented 1 year ago

i created pull request

SallyMcGrath commented 1 year ago

Hi @MohitBansal321 . You can connect tickets and PRs on GitHub with a hashtag. Type #572 here or on your PR type fixes #570

https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue

MohitBansal321 commented 1 year ago

572

MohitBansal321 commented 1 year ago

I done the changes let me know is it okay

MohitBansal321 commented 1 year ago

@SallyMcGrath Hey I am not getting any feedback from you kindly respond me so i can work on another issues here