You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: week1/README.md
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,33 @@
1
1
# HackYourFuture Node.js - Reading material week 1
2
2
3
-
"What it really means is that Node.js is not a silver-bullet new platform that will dominate the web development world. Instead, it’s a platform that fills a particular need."
3
+
"What it really means is that Node.js is not a silver-bullet new platform that
4
+
will dominate the web development world. Instead, it’s a platform that fills a
5
+
particular need."
4
6
5
7
### What is Node.js?
6
8
7
-
[What is Node.js? What can you do with it? Why should you use it?](https://medium.com/@paynoattn/what-is-nodejs-what-can-you-do-with-it-why-should-you-use-it-8c8d6df32d6d#.qvbp8g4dq)_estimated time: 10 minutes_
9
+
[What is Node.js? What can you do with it? Why should you use it?](https://medium.com/@paynoattn/what-is-nodejs-what-can-you-do-with-it-why-should-you-use-it-8c8d6df32d6d#.qvbp8g4dq)
An important term when making applications is _control flow_. You already know all about it. Read through this page and answer this question: how do we control "flow" in JavaScript?
28
+
An important term when making applications is _control flow_. You already know
29
+
all about it. Read through this page and answer this question: how do we control
30
+
"flow" in JavaScript?
22
31
23
32
Read: [Examples of control flow in JavaScript](https://github.com/ummahusla/Codecademy-Exercise-Answers/tree/master/Language%20Skills/JavaScript/Unit%2005%20Control%20Flow/01%20More%20on%20Control%20Flow%20in%20JS)
0 commit comments