Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit b95a523

Browse files
committed
adding condtionals and functions prep
1 parent 7f019d5 commit b95a523

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

outline.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)