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

Skip to content

Commit 6c7b97a

Browse files
committed
fixed typo
1 parent de72974 commit 6c7b97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

week2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Chocolate cake for the person who can succeed the most tests :) (prices will hav
2323
## Reading material
2424

2525
### Something about ES6 I want you guys to know
26-
Old guys like Joost, Erol and I are talking about this "ES6" all the time. ES6 basically means: the latest version of NodeJS. It's a lot of really nice new features. For you guys, you should remember the following
26+
You may hear us talking about this "ES6" all the time. ES6 basically means: the latest version of JavaScript. It has a lot of really nice new features that makes life as developer easier. For you guys, you should remember the following:
2727
> During the NodeJS course, we will teach you some ES6 features, like Fat Arrow. It's *extremely* important to know whether a function comes from ES6 or from an older version of JavaScript. Why? [Because browsers don't support every new feature just yet](http://kangax.github.io/compat-table/es6/). With Node, on the other hand, you can always control which version of Javascript is running, because it's running on your computer, not in the browser. Node Version 6.x that you are running supports most ES6.
2828
So in summary: if you're working on the frontend, you probably don't want to use es6 just yet. In backend, type node --version to see which version you are running, and make sure everyone on the team has the same version by adding "engine" to `package.json` like so:
2929

0 commit comments

Comments
 (0)