Housekeeping
Javascript Review
Git any questions about any Javascript you’ve covered so far?
- Expressions(produces a value) vs statements(performs an action (combination of expressions))
- Primitive/Basic JS data types(strings(string literals), numbers, booleans, undefined vs null);
- Complex data types (arrays, objects and functions)
- DOM Manipulation
Pull Requests
Materials
- About Pull Requests
- About comparing branches in pull requests
- Creating a Pull Request
- Creating a pull request from a fork
- Linking a pull request to an issue
Today's Achievement
Creating a Pull Request
We will all work together on creating a bookstore app using javascript. Each person will have the opportunity to improve the starter app using some of the concepts learned in javascript.
- Fork the repository to your GitHub account.
- Clone the fork to your workspace.
- Choose an Issue and fix it.
- Optional: make your changes within a separate branch.
- Push your changes to GitHub.
- Create a Pull Request.
- Link your PR to your chosen Issue by using a keyword in the PR description or as a comment.
- Add a comment to your Pull Request with content of your choice.
Submission Instructions
Submit the following links to Brightspace:
- The Pull Request you created;
- The Issue you fixed;
- The GH repo of your fork;