File tree Expand file tree Collapse file tree 26 files changed +26
-26
lines changed
01.expressions-and-output
02.solution.escaping-strings
05.solution.template-literals
01.solution.let-and-const
02.solution.reassignment-vs-mutation
01.solution.numbers-and-strings
03.solution.booleans-and-comparisons
04.solution.null-and-undefined
05.solution.bigint-and-symbol
02.solution.switch-statements
05.solution.ternary-operator
01.solution.function-declaration
03.solution.type-inference
04.solution.arrow-functions
01.solution.void-functions Expand file tree Collapse file tree 26 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
66JavaScript.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
66equality.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments