I can’t even get started on this lab. I have searched through the curriculum for the appropriate examples of carrying out these type of functions and can’t seem to find them. Any pointers?
Thanks.
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36
Challenge Information:
Build a Boolean Check Function - Build a Boolean Check Function
If you cannot find anything in the curriculum, then search online. Mozilla MDN and W3 Schools are good resources. As a web developer, sometimes you need to do some research on intricacies of various methods, or certain approaches you can take. Any particular curriculum cannot give you all the information you need, there is just too much information out there.
I found this very useful youtube video that goes over this particular lab:
My question remains however. Are there specific examples in the cirriculum that refer to this sort of challenge, or is it more like giving you very general instructions and you are supposed to put it all together? Like going to a cooking class and the instructor says here is an onion, here is a carrot, here is some garlic, now cook a vegetarian masterpiece???
The cooking class instructor example is a good way to learn to code. You get to spend time debugging, developing patience, and learning new things. At the time it may not feel like it, but you are applying and testing what you are learning. Slowly over time, you’ll master conditions, loops, functions, data structures. Plus, when you get stuck later on, you’ll have various game plans you can fall back on.