diff --git a/step2-01/README.md b/step2-01/README.md index f7f047a..753bd64 100644 --- a/step2-01/README.md +++ b/step2-01/README.md @@ -11,7 +11,122 @@ Topics in this step will include: - Spread and Destructuring - Async / Await -Have a look at the `demo/src/` files to get a sense of what those are +## Modules + +Historically, JS is only executed in browser. The code all had to be loaded from `