Skip to content

Commit

Permalink
VS add ES6 link (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessashultz authored Jun 8, 2024
1 parent c51b503 commit ca14bd3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/data/sessions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ export const TOPICS: Topic[] = [
worksheetLink: 'https://bit.ly/js-worksheet',
areLinksEnabled: true,
},
{
name: 'JavaScript: ES6',
slidesLink:
'https://kansascitywomenintechnology.github.io/CodingCocktailsSlideTemplate/ES6/es6.html#/',
worksheetLink: 'https://kansascitywomenintechnology.github.io/cocktails-worksheets/#/?id=worksheets',
areLinksEnabled: true,
},
];

export interface Session {
Expand Down

0 comments on commit ca14bd3

Please sign in to comment.