Skip to content

Commit

Permalink
add dot and bracket notation links to lessons page
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulredd committed Oct 15, 2024
1 parent 0a5d157 commit 0ab454d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion module2/lessons/dot_and_bracket_notation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Watch the first 7 minutes of [this video](https://www.youtube.com/watch?v=DJ0dey

<!-- This video is from Pam Lovett, covering bracket and dot notation and dives into details around using strings and or variables in bracket notation -->

- 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).

<section class="checks-for-understanding">

Expand Down
2 changes: 2 additions & 0 deletions module2/lessons/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ab454d

Please sign in to comment.