chore(curriculum): Front End catagories links standardized (#46418)

This commit is contained in:
Muhammed Mustafa
2022-06-14 03:18:23 +02:00
committed by GitHub
parent 00488ab645
commit e474d4cd17
23 changed files with 35 additions and 35 deletions

View File

@@ -29,7 +29,7 @@ The above will display the string `Hello` in the console, and return the string
Modify the function `abTest` so that if `a` or `b` are less than `0` the function will immediately exit with a value of `undefined`.
**Hint**
Remember that [`undefined` is a keyword](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/understanding-uninitialized-variables), not a string.
Remember that <a href="https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/understanding-uninitialized-variables" target="_blank" rel="noopener noreferrer nofollow">`undefined` is a keyword</a>, not a string.
# --hints--