Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Adds VSCode workspace settings + Eloquent JavaScript #5

Merged
merged 7 commits into from
May 2, 2018
Merged

Adds VSCode workspace settings + Eloquent JavaScript #5

merged 7 commits into from
May 2, 2018

Conversation

remarcmij
Copy link
Collaborator

I have replaced the readings from A Smarter Way with readings from Eloquent JavaScript 3rd Edition.

Reason:

  • A Smarter Way is based on ES3: no const, let, forEach, map, filter, reduce etc.
  • No mention at all of JSON.
  • The online PDF version of A Smarter Way looks like a bootleg version.
  • Eloquent JavaScript 3rd edition is up to date, covers even async/await. The drawback is that it is a bit harder to read than A Smarter Way.

Copy link
Member

@mkruijt mkruijt left a 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
Copy link
Member

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?

Copy link
Collaborator Author

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
Copy link
Member

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:

Copy link
Member

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

Copy link
Member

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)

Copy link
Member

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

Copy link
Member

Choose a reason for hiding this comment

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

also thoughtful of you

@mkruijt mkruijt merged commit cb27f4c into HackYourFuture:master May 2, 2018
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.

2 participants