From 56021117899497d0e2098874c10e9ee2b6523ef4 Mon Sep 17 00:00:00 2001 From: Jinyoung Park Date: Tue, 9 Jul 2019 23:12:23 +0800 Subject: [PATCH] fix : add URL to a missing link (#36413) * fix : add URL to a missing link In Relevant Links (line 54), the first URL text 'Using typeof' was missing a href value. I fixed it by adding the link to a FreeCodeCamp's Javascript Debugging curriculum that introduces typeof method. ( Debugging: Use typeof to Check the Type of a Variable : https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/debugging/use-typeof-to-check-the-type-of-a-variable) * I'm a first-time open source contributor. If you have any feedback about my pull request, feel free to share it with me. * Update guide/english/certifications/javascript-algorithms-and-data-structures/basic-algorithm-scripting/boo-who/index.md Remove the first bullet instead of adding the link (suggested by RandellDawson) Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> --- .../basic-algorithm-scripting/boo-who/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/guide/english/certifications/javascript-algorithms-and-data-structures/basic-algorithm-scripting/boo-who/index.md b/guide/english/certifications/javascript-algorithms-and-data-structures/basic-algorithm-scripting/boo-who/index.md index 062b9d14540..dafcedf8d97 100644 --- a/guide/english/certifications/javascript-algorithms-and-data-structures/basic-algorithm-scripting/boo-who/index.md +++ b/guide/english/certifications/javascript-algorithms-and-data-structures/basic-algorithm-scripting/boo-who/index.md @@ -53,7 +53,6 @@ Uses the operator `typeof` to check if the variable is a boolean. If it is, it w #### Relevant Links -* Using typeof * typeof ## ![:clipboard:](https://forum.freecodecamp.com/images/emoji/emoji_one/clipboard.png?v=3 ":clipboard:") NOTES FOR CONTRIBUTIONS: