Lab 19


We were working with arrays again in this lab. This time we are filtering results from our arrays. To do this, we had to create an array with a list of teachers we know and an array with comments from students. The next we had to do is to filter our teachers down based on a given year based on whether they were adults; we further filtered it by determining whether all the teachers were adults. Additionally, we used JavaScript to pick out specific comments from the array.

Comments

Popular posts from this blog

Final Portfolio Reflection

Seminar 2

Lab 29