Skip to content

Commit

Permalink
Update CS 290 topics.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Nov 6, 2024
1 parent 863d9a9 commit 3d24f68
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/data/courses/f24/cs290/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ const topics = [
{
title: 'Client-Side JS: Event Handling',
weeks: [ 5, 6 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down Expand Up @@ -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: [
{
Expand Down

0 comments on commit 3d24f68

Please sign in to comment.