From 3d24f68a45be5d998b62c7185d8e00ab4420145d Mon Sep 17 00:00:00 2001 From: Rob Hess Date: Wed, 6 Nov 2024 13:27:35 -0800 Subject: [PATCH] Update CS 290 topics. --- src/data/courses/f24/cs290/topics.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/data/courses/f24/cs290/topics.js b/src/data/courses/f24/cs290/topics.js index a1b86473..fde3b11f 100644 --- a/src/data/courses/f24/cs290/topics.js +++ b/src/data/courses/f24/cs290/topics.js @@ -178,7 +178,6 @@ const topics = [ { title: 'Client-Side JS: Event Handling', weeks: [ 5, 6 ], - isCurrent: true, resources: [ { title: 'Lecture notes', @@ -216,16 +215,17 @@ const topics = [ { title: 'Server-Side JS: Node.js Basics', weeks: [ 7 ], + isCurrent: true, resources: [ { title: 'Lecture notes', link: 'https://docs.google.com/document/d/1B7APm57ol-3iwAsvN4-uhR1Eq44BcHCrmPWYTvyI3Nw/edit?usp=sharing' }, - // { - // title: 'Example code', - // link: 'https://github.com/osu-cs290-f23/node-basics', - // description: 'GitHub repo for code written in lecture' - // } + { + title: 'Example code', + link: 'https://github.com/osu-cs290-f24/node-basics', + description: 'GitHub repo for code written in lecture' + } ], readings: [ {