Boo who help needed

Tell us what’s happening:

hjk
Your code so far


function booWho(bool) {
  // What is the new fad diet for ghost developers? The Boolean.
  return typeof bool === "boolean";
}

booWho(null);

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-algorithm-scripting/boo-who

your code seems absolutely correct …
Try this
function booWho(bool) { return typeof bool === 'boolean'; } booWho(null);

yes it was a mistake i wanted to ask another question related to the same test and i found its already posted and i cannot delete it

1 Like

it’s okay

HAPPY CODING MAN

thank you maan am just having a tough day with Basic Algorithm Scripting

Keep going man am just little ahead of you currently on “functional Programming”

trying to solve this challenges some its a must i go read the hints or even get solutions from there i feel demoralized. Maybe am not the only who is going through the same.

Soon everything start getting inside your brain and you feel fun doing it

1 Like

thank you maan am planing to start javascript30 before starting frontend libraries how do you think?

better don’t skip anything

1 Like