-
Notifications
You must be signed in to change notification settings - Fork 328
Adds VSCode workspace settings + Eloquent JavaScript #5
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you jim looks great, I will take another look at the readings and some some more optional references
|
||
- Implement both feedback from Trello and Github. | ||
- Check on one of your fellow students code and issues and see if her or she implemented their feedback correctly. If there are some things that can be improved make an issue suggesting further improvements. If you think that the feedback has been implemented correctly create a issue saying something like: "nice work you can clear your issues". | ||
|
||
## Step 2: Reorganize your GitHub |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi Jim why did you move this out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Maartje, I moved this out because I think checking the structure should be part of the homework review, at least, that's how I have done it. In the MAKEME there are specific instructions on how to set up the repo and we actually created the hyf-javascript1
repo on GitHub during the lecture. And of course, as of JS2 we expects student to fork an existing repo.
``` | ||
|
||
>[Here](/Week2/README.md) you find the readings you have to complete before the second lecture. | ||
|
||
## Step 0: Make a small dance | ||
Give yourself (or your neighbor) a little tap on the shoulder, you've made it to JS2! :muscle: | ||
|
||
## Step 0: review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No review?
@@ -20,16 +22,16 @@ Links to MDN (Mozilla Developer Network) topics: | |||
|
|||
## Review | |||
|
|||
Go through the topics of week 2-4. | |||
Review through the topics of JavaScript1: | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ha it was in there twice
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
These chapters from _Eloquent JavaScript_ give in-depth explanations of the topics that will be discussed during the lecture. Highly recommended (if time permits). | ||
|
||
- Chapter 13: [JavaScript and the Browser](http://eloquentjavascript.net/13_browser.html) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great thank you
_You can skip the following sections:_ | ||
|
||
- Moving through the tree | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also thoughtful of you
I have replaced the readings from A Smarter Way with readings from Eloquent JavaScript 3rd Edition.
Reason: