Skip to content

Commit 4a1d595

Browse files
committed
fix solution video URLs
Made-with: Cursor
1 parent e65e21c commit 4a1d595

File tree

26 files changed

+26
-26
lines changed

26 files changed

+26
-26
lines changed

exercises/01.expressions-and-output/01.solution.hello-world/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hello World
22

3-
<EpicVideo url="https://www.epicweb.dev/tutorials/programming-foundations/1-expressions-and-output/hello-world" />
3+
<EpicVideo url="https://www.epicweb.dev/tutorials/programming-foundations/1-expressions-and-output/hello-world/solution" />
44

55
👨‍💼 You did it! You've written your first lines of code.
66

exercises/01.expressions-and-output/02.solution.escaping-strings/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Escaping Strings
22

3-
<EpicVideo url="https://www.epicweb.dev/tutorials/programming-foundations/1-expressions-and-output/escaping-strings" />
3+
<EpicVideo url="https://www.epicweb.dev/tutorials/programming-foundations/1-expressions-and-output/escaping-strings/solution" />
44

55
👨‍💼 Nice work! You've learned how to escape special characters in strings.
66

exercises/01.expressions-and-output/03.solution.strings/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# String Expressions
22

3-
<EpicVideo url="https://www.epicweb.dev/tutorials/programming-foundations/1-expressions-and-output/strings" />
3+
<EpicVideo url="https://www.epicweb.dev/tutorials/programming-foundations/1-expressions-and-output/strings/solution" />
44

55
👨‍💼 Nice! You've learned string concatenation.
66

exercises/01.expressions-and-output/04.solution.numbers/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Number Expressions
22

3-
<EpicVideo url="https://www.epicweb.dev/tutorials/programming-foundations/1-expressions-and-output/numbers" />
3+
<EpicVideo url="https://www.epicweb.dev/tutorials/programming-foundations/1-expressions-and-output/numbers/solution" />
44

55
👨‍💼 You've got arithmetic down!
66

exercises/01.expressions-and-output/05.solution.template-literals/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template Literals
22

3-
<EpicVideo url="https://www.epicweb.dev/tutorials/programming-foundations/1-expressions-and-output/template-literals" />
3+
<EpicVideo url="https://www.epicweb.dev/tutorials/programming-foundations/1-expressions-and-output/template-literals/solution" />
44

55
👨‍💼 Excellent! Template literals are one of the most useful features in
66
JavaScript.

exercises/02.variables/01.solution.let-and-const/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Let and Const
22

3-
<EpicVideo url="https://www.epicweb.dev/tutorials/programming-foundations/2-variables/let-and-const" />
3+
<EpicVideo url="https://www.epicweb.dev/tutorials/programming-foundations/2-variables/let-and-const/solution" />
44

55
👨‍💼 Perfect! You've seen the difference between `let` and `const` in action.
66

exercises/02.variables/02.solution.reassignment-vs-mutation/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Reassignment vs Mutation
22

3-
<EpicVideo url="https://www.epicweb.dev/tutorials/programming-foundations/2-variables/reassignment-vs-mutation" />
3+
<EpicVideo url="https://www.epicweb.dev/tutorials/programming-foundations/2-variables/reassignment-vs-mutation/solution" />
44

55
👨‍💼 You've discovered an important truth about `const`!
66

exercises/03.primitive-types/01.solution.numbers-and-strings/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Numbers and Strings
22

3-
<EpicVideo url="https://www.epicweb.dev/tutorials/programming-foundations/3-primitive-types/numbers-and-strings" />
3+
<EpicVideo url="https://www.epicweb.dev/tutorials/programming-foundations/3-primitive-types/numbers-and-strings/solution" />
44

55
👨‍💼 Perfect! You've created your first typed variables.
66

exercises/03.primitive-types/02.solution.comparisons/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Comparisons
22

3-
<EpicVideo url="https://www.epicweb.dev/tutorials/programming-foundations/3-primitive-types/comparisons" />
3+
<EpicVideo url="https://www.epicweb.dev/tutorials/programming-foundations/3-primitive-types/comparisons/solution" />
44

55
👨‍💼 Great work! You've seen the critical difference between loose and strict
66
equality.

exercises/03.primitive-types/03.solution.booleans-and-comparisons/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Booleans and Comparisons
22

3-
<EpicVideo url="https://www.epicweb.dev/tutorials/programming-foundations/3-primitive-types/booleans-and-comparisons" />
3+
<EpicVideo url="https://www.epicweb.dev/tutorials/programming-foundations/3-primitive-types/booleans-and-comparisons/solution" />
44

55
👨‍💼 Great work! You've seen how booleans power decision-making in programs.
66

0 commit comments

Comments
 (0)