I’m having a time with Step 2. I’m not understanding what is meant by call Boolean(truthyOrFalsy) and log the result to the console. There is no mention of Boolen() in the Working with Comparison and Boolean Operators section? Can anyone clarify for me?
Can you post a link to the lesson you are working on?
Welcome to the forum @Msie68
When you are asked to call a function, you need to place the function name, then a pair of parentheses after the function name. If you are asked to add parameters, they go between the parentheses.
Each function is given a unique name, however Boolean is a built-in function, so try calling the function mentioned in instructions for the step. Make sure you don’t have any typos in the function call.
Happy coding
Thanks for the info. I am still confused as to what I am supposed to log?? I keep getting the staement “1. You should log Boolean(truthyOrFalsy) to the console.” I have tried everything I can think of the get Step 2 correct and nothing I try is working. I know I’m missing something, but I’m still stuck. I’m probably over thinking or missing something real simple in this task but I have been trying to get it since yesterday morning and I’m baffled. Anymore hints than the one you gave me would be extremely helpful. Thanks
Please share a link to the lesson and your current code.
If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.
The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
Thank you.
