Skip to content

Commit

Permalink
Fix link from Knowledge Check in Variables and Operators
Browse files Browse the repository at this point in the history
  • Loading branch information
LevoratoJoao committed Aug 19, 2024
1 parent f8c6a31 commit 5461c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundations/javascript_basics/variables_and_operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The following questions are an opportunity to reflect on key topics in this less
- [What rules should you follow when naming variables?](https://javascript.info/variables#variable-naming)
- [What happens when you add numbers and strings together?](https://javascript.info/operators#string-concatenation-with-binary)
- [How does the Modulo (%), or Remainder, operator work?](https://javascript.info/operators#remainder)
- [Explain the difference between `==` and `===`.](https://www.w3schools.com/js/js_numbers.asp)
- [Explain the difference between `==` and `===`.](https://www.w3schools.com/js/js_operators.asp)
- [When would you receive a `NaN` result?](https://www.w3schools.com/js/js_numbers.asp)
- [How do you increment and decrement a number?](https://javascript.info/operators#increment-decrement)
- [Explain the difference between prefixing and postfixing increment/decrement operators.](https://javascript.info/operators#increment-decrement)
Expand Down

0 comments on commit 5461c08

Please sign in to comment.