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

session-16 arrays #12

Merged
merged 23 commits into from
Mar 15, 2020
Merged

session-16 arrays #12

merged 23 commits into from
Mar 15, 2020

Conversation

Fatmasiam
Copy link
Collaborator

  • adding day schedule in readme.md file
  • adding learning-outcomes
  • explain the arrays, indexed, loops by @Fatmasiam
  • explain the array-methods and adding the homework by @alaa-yasin

@Fatmasiam Fatmasiam changed the title adding session-16 arrays session-16 arrays Feb 28, 2020
@yosefanajjar
Copy link
Member

I know that I'm not a reviewer but I took a look at your workshop and nice job, by the way, but I noticed that you both are using a lot of big headings and maybe you can provide a better explanation for the array methods examples. This is just a suggestion from me and I hope you take it into consideration ✌️

coursebook/session-16/README.md Outdated Show resolved Hide resolved
coursebook/session-16/arrays.md Outdated Show resolved Hide resolved
coursebook/session-16/array-methods.md Outdated Show resolved Hide resolved
coursebook/session-16/learning-outcomes.md Outdated Show resolved Hide resolved
coursebook/session-16/array-methods.md Outdated Show resolved Hide resolved
coursebook/session-16/loops.md Show resolved Hide resolved
coursebook/session-16/loops.md Outdated Show resolved Hide resolved
coursebook/session-16/arrays.md Show resolved Hide resolved
coursebook/session-16/arrays.md Show resolved Hide resolved
@Fatmasiam Fatmasiam requested a review from hshahwan March 13, 2020 14:43
@MohammedYehia
Copy link
Member

@Fatmasiam is this ready for review?

@Fatmasiam
Copy link
Collaborator Author

@MohammedYehia Yes

Copy link
Member

@MohammedYehia MohammedYehia left a comment

Choose a reason for hiding this comment

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

hey @Fatmasiam thanks for your work
just a few tweaks and we are done

coursebook/session-16/README.md Outdated Show resolved Hide resolved
coursebook/session-16/arrays.md Outdated Show resolved Hide resolved

```
This form of syntax should only be used when you want the body of the loop to execute at least once regardless of the condition being truthy. Usually, the other form is preferred: while(…) {…}.
**Refreshing Question** :keycap_star: ==> separate[explain] the work for the previous example if the condition will `i <= alpha.length`
Copy link
Member

Choose a reason for hiding this comment

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

could this be something like this

Suggested change
**Refreshing Question** :keycap_star: ==> separate[explain] the work for the previous example if the condition will `i <= alpha.length`
**Refreshing Question** :keycap_star: what will happen if the condition was `i <= alpha.length`

Fatmasiam and others added 2 commits March 15, 2020 19:12
Co-Authored-By: Mohammed <MohammedYehia@users.noreply.github.com>
Co-Authored-By: Mohammed <MohammedYehia@users.noreply.github.com>
@MohammedYehia MohammedYehia merged commit 6ba6373 into master Mar 15, 2020
@MohammedYehia MohammedYehia deleted the session-16-arrays branch March 15, 2020 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants