diff --git a/step2-01/README.md b/step2-01/README.md index c18bcf3..753bd64 100644 --- a/step2-01/README.md +++ b/step2-01/README.md @@ -1,8 +1,8 @@ # Step 2.1: Introduction to Typescript -In this exercise, we'll cover enough of the Typescript concepts to be productive with the React & Redux frameworks. +In this step, we'll cover enough of the Typescript concepts to be productive with the React & Redux frameworks. -Topics in this Exercise will include: +Topics in this step will include: - ES modules - Basic Types @@ -11,6 +11,123 @@ Topics in this Exercise will include: - Spread and Destructuring - Async / Await +## Modules + +Historically, JS is only executed in browser. The code all had to be loaded from `