What I am doing wrong isn`t this correct? Math.ceil(43.8);
Math.ceil(43.8); //should return 44 after rounding up
What challenge are you on, also are there any errors?
i also need help lesson 7
Of course, which problem are you working on?
Please share the lesson title, and link, and also what you have tried so we can code review together
I need help with lesson 7 too, but the 2nd instruction
Please add the lesson link and the code so I can see
hi i need help with lesson 7 question 3 and 4
https://www.codecademy.com/courses/learn-javascript-introduction/lessons/introduction-to-javascript/exercises/libraries?action=lesson_resume&course_redirect=introduction-to-javascript
Hi Tommy yes plz can’t figure out the answer
Ok @magda2003 so to be clear what step are you working on in the Libraries lesson?
keep in mind that these challenges require googling and browsing for javascript documentation
hi Tommy struggling to find hint in Math.ceil library answer to question 3
A hint is usually found beneath the instruction/step, but essentially you want to start on a new line and create a new console.log() statement
then create a .ceil
, ceiling method and call it on the Math
object
ok will delete but when i came here you guys don’t have good explanation so i thought better to just put the answer
I think the problem is just a little hard for many beginners, this was initially a single question and response for 1 person but it became a thread for many students
keep up the good work @aaronjoseph2001
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.