Skip to content

Commit

Permalink
Update CS 290 topics. Add DOM manipulation code link.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Oct 30, 2023
1 parent 911c584 commit 31a2686
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/data/courses/f23/cs290/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ const topics = [
{
title: 'JavaScript Fundamentals',
weeks: [ 4, 5 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down Expand Up @@ -151,16 +150,17 @@ const topics = [
{
title: 'JavaScript DOM Manipulation',
weeks: [ 5 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
link: 'https://docs.google.com/document/d/12YeS7-5BSKc3gB21s4fJ6-NPeYO6qkiGcLYzNDyTlV8/edit?usp=sharing'
},
// {
// title: 'Example code',
// link: 'https://github.com/osu-cs290-f22/js-dom-manipulation',
// description: 'GitHub repo for code written in lecture'
// }
{
title: 'Example code',
link: 'https://github.com/osu-cs290-f23/js-dom-manipulation',
description: 'GitHub repo for code written in lecture'
}
],
readings: [
{
Expand Down

0 comments on commit 31a2686

Please sign in to comment.