forked from microsoft/Web-Dev-For-Beginners
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved original materials to
/lessons
- Loading branch information
1 parent
5dbe7e8
commit 2efb277
Showing
421 changed files
with
1,907 additions
and
1,674 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 18 additions & 18 deletions
36
...ng-languages/.github/post-lecture-quiz.md → ...ng-languages/.github/post-lecture-quiz.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
*Complete this quiz along with your submission by checking one answer per question.* | ||
|
||
1. What language would you most likely use to create a website? | ||
|
||
- [ ] Machine Code | ||
- [ ] JavaScript | ||
- [ ] Bash | ||
|
||
2. Development environments are unique to each developer | ||
|
||
- [ ] True | ||
- [ ] False | ||
|
||
3. What will a developer do to fix buggy code? | ||
|
||
- [ ] Syntax highlighting | ||
- [ ] Debugging | ||
- [ ] Code formatting | ||
*Complete this quiz along with your submission by checking one answer per question.* | ||
|
||
1. What language would you most likely use to create a website? | ||
|
||
- [ ] Machine Code | ||
- [ ] JavaScript | ||
- [ ] Bash | ||
|
||
2. Development environments are unique to each developer | ||
|
||
- [ ] True | ||
- [ ] False | ||
|
||
3. What will a developer do to fix buggy code? | ||
|
||
- [ ] Syntax highlighting | ||
- [ ] Debugging | ||
- [ ] Code formatting |
File renamed without changes.
File renamed without changes.
20 changes: 10 additions & 10 deletions
20
...ro-to-programming-languages/assignment.md → ...ro-to-programming-languages/assignment.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Reading the Docs | ||
|
||
## Instructions | ||
|
||
There are many tools that a web developer may need that are on the [MDN documentation for client-side tooling](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Understanding_client-side_tools/Overview). Select 3 tools not covered in the lesson, explain why a web developer would use it, and search for a tool that falls under this category and share its documentation. Do not use the same tool example on MDN docs. | ||
|
||
## Rubric | ||
|
||
Exemplary | Adequate | Needs Improvement | ||
--- | --- | -- | | ||
# Reading the Docs | ||
|
||
## Instructions | ||
|
||
There are many tools that a web developer may need that are on the [MDN documentation for client-side tooling](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Understanding_client-side_tools/Overview). Select 3 tools not covered in the lesson, explain why a web developer would use it, and search for a tool that falls under this category and share its documentation. Do not use the same tool example on MDN docs. | ||
|
||
## Rubric | ||
|
||
Exemplary | Adequate | Needs Improvement | ||
--- | --- | -- | | ||
|Explained why web developer would use tool| Explained how, but not why developer would use tool| Did not mention how or why a developer would use tool | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
38 changes: 19 additions & 19 deletions
38
...ithub-basics/.github/post-lecture-quiz.md → ...ithub-basics/.github/post-lecture-quiz.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
*Complete this quiz by checking one answer per question.* | ||
|
||
1. A place to compare and discuss the differences introduced on a branch with reviews, comments, integrated tests, and more is: | ||
|
||
- [ ] GitHub | ||
- [ ] A Pull Request | ||
- [ ] A feature branch | ||
|
||
2. How would you get all the commits from a remote branch? | ||
|
||
- [ ] `git fetch` | ||
- [ ] `git pull` | ||
- [ ] `git commits -r` | ||
|
||
3. How do you switch to a branch? | ||
|
||
- [ ] `git switch [branch-name]` | ||
- [ ] `git checkout [branch-name]` | ||
- [ ] `git load [branch-name]` | ||
*Complete this quiz by checking one answer per question.* | ||
|
||
1. A place to compare and discuss the differences introduced on a branch with reviews, comments, integrated tests, and more is: | ||
|
||
- [ ] GitHub | ||
- [ ] A Pull Request | ||
- [ ] A feature branch | ||
|
||
2. How would you get all the commits from a remote branch? | ||
|
||
- [ ] `git fetch` | ||
- [ ] `git pull` | ||
- [ ] `git commits -r` | ||
|
||
3. How do you switch to a branch? | ||
|
||
- [ ] `git switch [branch-name]` | ||
- [ ] `git checkout [branch-name]` | ||
- [ ] `git load [branch-name]` |
26 changes: 13 additions & 13 deletions
26
...github-basics/.github/pre-lecture-quiz.md → ...github-basics/.github/pre-lecture-quiz.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
*Complete this quiz in class* | ||
|
||
1. How do you create a Git repo? | ||
|
||
- [ ] git create | ||
- [ ] git start | ||
- [ ] git init | ||
|
||
2. What does `git add` do? | ||
|
||
- [ ] Commits your code | ||
- [ ] Adds your files to a staging area for tracking | ||
- [ ] Adds your files to GitHub | ||
*Complete this quiz in class* | ||
|
||
1. How do you create a Git repo? | ||
|
||
- [ ] git create | ||
- [ ] git start | ||
- [ ] git init | ||
|
||
2. What does `git add` do? | ||
|
||
- [ ] Commits your code | ||
- [ ] Adds your files to a staging area for tracking | ||
- [ ] Adds your files to GitHub |
Oops, something went wrong.