This week's learning topics included:
1. Last week's homework on method overriding and the new keyword in C#.
2. LINQ exercises on Union, Concat, OrderBy, OrderByDescending, and where clauses.
3. Select and SelectMany LINQ projection operators to select values from collections and nested collections.
4. Javascript functions including direct declaration, anonymous functions, self-invoking anonymous functions, and closures which combine a function with its enclosing environment.