CodeYourFuture / syllabus-archive

[ARCHIVED] Please use https://github.com/CodeYourFuture/syllabus
https://codeyourfuture.github.io/syllabus-master
74 stars 116 forks source link

Add Learning Objectives to JS2-Week 1 #432

Closed ChrisOwen101 closed 4 years ago

ChrisOwen101 commented 4 years ago

@Abdoulrazack95 wrote these learning objectives for JS2-1

From the end of today I will be able to answer the following …
1- What is an Object in Javascript and how to use it ? 
2- How to show the value of an Object’s property and change the value of that property ?
3- How Objects methods work ?
4- What are Arrays of Objects ?
5-What are Object built-in methods and how to use them ?
6- How to iterate through an Object ? 

I've re-written them slightly since it is best if the LOs are defined in what the student can do rather than what the student can know.