Skip to content

Commit

Permalink
Update mentoring.md (#2221)
Browse files Browse the repository at this point in the history
added a step by step video link
  • Loading branch information
smanookian authored Feb 16, 2024
1 parent c7ff233 commit 717d72f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tracks/dart/exercises/leap/mentoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ a year MUST be a multiple of 400 (implies multiple of 4 and 100)
### Talking points

- Students often use parentheses, but as the `&&` operator has a higher precedence than the `||` operator, this is not necessary. You can check that in the [Dart Lang Specification](https://dart.dev/guides/language/specifications/DartLangSpec-v2.2.pdf) at section **20.2 - Operator Precedence**.

## Solution Video

Step by step [video][youtube-video] guide solution for this exercise

[youtube-video]: https://www.youtube.com/watch?v=Uluen1tvKwU&t=5s

0 comments on commit 717d72f

Please sign in to comment.