+
It starts with a deep look at JavaScript code organization and basic computer science concepts, finishing with a primer on creating and using a test suite for your project.
@@ -26,15 +38,35 @@ We won't be focusing deeply on the really basic coding items, so it will move qu
The last thing you'll do is a project which integrates everything you've learned so far in all the courses of this curriculum. This is the kind of project that you'll consider including in your portfolio as an example to demonstrate your web-development skills to prospective employers.
-### Format
+### Assignment
+
+
+
+1. Read through this lesson to understand how the JavaScript course is structured and what you can expect as you progress through it.
+
+
+
+#### Lesson format
There is a lot to cover, but this course has been broken up into bite-sized lessons and their accompanying projects. These projects will give you a chance to apply what you have learned and to show what you are capable of. After a few of them, you'll really start getting the hang of things.
-### In each lesson
+#### In each lesson
1. We will introduce the topic briefly and provide you with a list of things you should pay attention to ("Points to Ponder").
1. You will be asked to do readings, watch videos, do online courses or otherwise consume content to initially learn the material.
1. Every few lessons you will be asked to build a larger project.
1. Finally, we will include supplemental resources and other potentially useful tidbits at the end of each lesson.
-### Enough talk - get learning!
+### Knowledge check
+
+The following questions are an opportunity to reflect on key topics in this lesson. If you can't answer a question, click on it to review the material, but keep in mind you are not expected to memorize or master this knowledge.
+
+- [What are the two main tracks available for JavaScript course?](#course-structure)
+- [What course should you have completed before starting JavaScript course?](#course-structure)
+- [What will you do at the end of course that can be included in your portfolio?](#course-structure)
+
+### Additional resources
+
+This section contains helpful links to related content. It isn't required, so consider it supplemental.
+
+- It looks like this lesson doesn't have any additional resources yet. Help us expand this section by contributing to our curriculum.