mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-08 18:01:45 -04:00
* Add the text "x = true; console.log(type of x) // boolean ``` From the last example above, The `typeof` operator returns a boolean that represents the current type of a variable; x which is of value `true`." * Revert extra sentence