Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue #1899 #1943

Closed
wants to merge 18 commits into from
Closed

Fixed issue #1899 #1943

wants to merge 18 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Feb 1, 2021

I fixed issue #1899 please merge my pull request

@ghost ghost self-requested a review as a code owner February 1, 2021 12:40
@ghost ghost requested review from ericwbailey and removed request for a team February 1, 2021 12:40
Copy link
Collaborator

@rachelandrew rachelandrew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There seems to have been a lot of copying and pasting here which has missed several items - including the title and slug, so I assume you didn't check this on localhost. I fixed some of them but the second one is full of mentions of async so if you could check that and update this PR.

If you are going to create new pages I strongly suggest getting set up to test on localhost as that would have highlighted the fact you still had the slug for the for page which I assume you based this off.

@ghost
Copy link
Author

ghost commented Feb 1, 2021

@rachelandrew First of all sorry for so much silly mistake. This was my first time contribution to mozilla.
I fixed these issue

@ghost ghost closed this Feb 1, 2021
@rachelandrew
Copy link
Collaborator

@Aayushap1 no worries, I'll take a look in a bit

@rachelandrew rachelandrew reopened this Feb 1, 2021
@ghost
Copy link
Author

ghost commented Feb 1, 2021

I have just made changes that you have told sir but now it is showing checks not successful.
Please guide what should I do now. And how to run this in my local

@ghost ghost requested a review from rachelandrew February 1, 2021 13:51
@ghost
Copy link
Author

ghost commented Feb 1, 2021

Sir, Please help me, 1 check is failing I don't know why

@rachelandrew
Copy link
Collaborator

@Aayushap1 your folder is the wrong name asyn not async. The instructions for installing and testing locally are in the readme.

@Ryuno-Ki Ryuno-Ki mentioned this pull request Feb 1, 2021
83 tasks
@Ryuno-Ki
Copy link
Collaborator

Ryuno-Ki commented Feb 1, 2021

@Aayushap1 The failing test is related to it:

From URL /en-US/docs/Web/HTML/Attributes/async no folder on disk could be found.

It should go away once the folder has the correct name.

@ghost
Copy link
Author

ghost commented Feb 1, 2021

@rachelandrew , now everything is fine I solved all the problems please **review and merge ** my pull request.

@ghost
Copy link
Author

ghost commented Feb 1, 2021

@rachelandrew @Ryuno-Ki Thanks for helping me in my first contribution to Mozilla and MDN

@ghost
Copy link
Author

ghost commented Feb 2, 2021

@rachelandrew please review my PR.

@ghost ghost requested a review from rachelandrew February 2, 2021 05:36
@ghost
Copy link
Author

ghost commented Feb 2, 2021

I have added this link in table in line no 43 : https://html.spec.whatwg.org/multipage/scripting.html#attr-script-async
and in all other places I have done in similar way for other links also.
I request you to please review this PR again and merge .

This was referenced Feb 3, 2021
@chrisdavidmills
Copy link
Contributor

Closed because of plagiarism: see #1712 (comment)

MendyBerger pushed a commit to MendyBerger/content that referenced this pull request Nov 30, 2021
)

using 12%5 to explain how the remainder operator works to some of my coding students was confusing for them since the result of integer division `12 / 5` is *also* 2. I explained that `12 / 5` is 2 with a remainder of 2, so `12 % 2 === 2`. Many of them mistakenly thought that that `%` was just an integer division.

I think using 13 in the example would reduce the confusion since the result of integer division  `13 / 2` (2) is different from the remainder (3).
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants