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 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

20th Jan 2023, 1:55 PM
Nsong Thomas.D.
Nsong Thomas.D. - avatar
3 Answers
+ 5
It will help - to read again the previus lesson 34.1 and practice task 34.2.
20th Jan 2023, 2:50 PM
JaScript
JaScript - avatar
+ 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
20th Jan 2023, 3:22 PM
PanicS
PanicS - avatar
+ 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!
21st Jan 2023, 8:36 PM
Kalif Purce
Kalif Purce - avatar