+ 2
Please I need help am stocked on lesson 35.1 on JavaScript quiz am suppose to give my answer like this mathCalc get mathcal now
3 Réponses
+ 5
It will help - to read again the previus lesson 34.1 and practice task 34.2.
+ 3
This question is little confusing, they didn't write in code what is expected you have to read question carefully, but i hope this modified code will help you figure out:
function mathCalc(height, weight,calculate) {
this.height = __;
this.weight = __;
this.sampleCalc = __;
}
If you still can't pass then read lesson again as JaScript said
+ 2
I've found reading the comments always helps if I am feeling lost. For the quiz's especially it's always good to go back to the previous lesson and look back at what was covered.
https://www.w3schools.com/js/js_math.asp
This may also be some useful documentation to look over!