This repository was archived by the owner on May 15, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ export const outline = [
173173 } ,
174174 {
175175 text : 'JavaScript Values and Variables' ,
176- collapsed : false ,
176+ collapsed : true ,
177177 lecturer : 'Joseph Muller' ,
178178 items : [
179179 {
@@ -190,15 +190,15 @@ export const outline = [
190190 } ,
191191 ]
192192 } ,
193- // {
194- // text: 'Conditions and functions',
195- // collapsed: true ,
196- // lecturer: 'Helena Wee',
197- // items: [
198- // {
199- // text: 'Prep',
200- // link: '/lectures/conditions-and-functions.html',
201- // },
193+ {
194+ text : 'Conditions and functions' ,
195+ collapsed : false ,
196+ lecturer : 'Helena Wee' ,
197+ items : [
198+ {
199+ text : 'Prep' ,
200+ link : '/lectures/conditions-and-functions.html' ,
201+ } ,
202202 // {
203203 // text: 'Conditionals',
204204 // link: '/lectures/conditionals.html',
@@ -211,8 +211,8 @@ export const outline = [
211211 // text: 'Workshop: Conditions and Functions',
212212 // link: '/workshops/conditions-functions/index.html',
213213 // },
214- // ]
215- // },
214+ ]
215+ } ,
216216 {
217217 text : 'Objects and loops' ,
218218 collapsed : false ,
You can’t perform that action at this time.
0 commit comments