From 0ab454d74b68406a972cfe7f5a2da5694e3383e6 Mon Sep 17 00:00:00 2001 From: Abdul Redd <104014874+abdulredd@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:20:12 -0400 Subject: [PATCH] add dot and bracket notation links to lessons page --- module2/lessons/dot_and_bracket_notation.md | 2 +- module2/lessons/index.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/module2/lessons/dot_and_bracket_notation.md b/module2/lessons/dot_and_bracket_notation.md index 124167af..279c78b7 100644 --- a/module2/lessons/dot_and_bracket_notation.md +++ b/module2/lessons/dot_and_bracket_notation.md @@ -24,7 +24,7 @@ Watch the first 7 minutes of [this video](https://www.youtube.com/watch?v=DJ0dey -- Independently, complete the exercise found on [this repl](https://repl.it/@kaylaewood/bracketVsDotTryIt1#main.js). +- Independently, complete the exercise found on [this repl](https://repl.it/@kaylaewood/bracketVsDotTryIt1#index.js).
diff --git a/module2/lessons/index.md b/module2/lessons/index.md index e66dd9cd..985a1b15 100644 --- a/module2/lessons/index.md +++ b/module2/lessons/index.md @@ -17,6 +17,8 @@ title: Module 2 - Lessons - [JS: DOM Manipulation II](./js_dom_manipulation_ii) - [JS: Array Prototype Methods](./js_array_prototype_methods) - [JS: Approaching Problems Many Ways](./js_approaching_problems_many_ways) +- [JS: Dot and Bracket Notation](./dot_and_bracket_notation) +- [JS: Object Literals: Accessing, Creating, and Modifying Values](./object_literals_accessing_creating_and_modifying_values) - [Midmods Practice](./midmods_practice) ## Web Applications