Learn Basic JavaScript by Building a Role Playing Game - Step 91

Tell us what’s happening:

Your code so far

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0

Challenge Information:

Learn Basic JavaScript by Building a Role Playing Game - Step 91

Hey! You need to post your code within the topic. Without seeing your code, anyone can’t help you better.
@Mithushan

Also describe your issue in details within the topic.

Dear Sir,

good evening sir, how are you doing? hope you are doing well. please i am having some difficulties in completing some javascript coding. please can you help me to answer me this questions by completing the code for me.

question number one:-

  1. complete the code for the function to display the result of Eulers number to the power of 4.

click the button to display the result of Eulers number to the power of 4.

calculate it

< p id=“result”>

function mymaxVal(){ document.getEelementById("result").innerHTML =....................... } 2) complete the code for the function to return the cosine value of 9.

click the button to show the cosine value of 9.

calculate it < p id="result">

function mycos(){ document.getEelementById("result").innerHTML =........................... 3)

click the button to display the result of Eulers number to the power of 4.

calculate it < p id="result">

function myExpVal(){ document.getEelementById("result").innerHTML =.................................. 4)

click the button to display a random number between 1 and 50.

Try it < p id="result">

function myRanVal(){ Var r = document.getEelementById("result") r.innerHTML= Math.floor((.................); } 5)

click the button to round the number 3.7 downward to its nearest interger.

calculate it < p id="result">

function myfloorVal(){ document.getEelementById("result").innerHTML =.........................; 6)

click the button to absolute value of -11.21

Try it < p id="result">

function myAbsVal(){ document.getEelementById("result").innerHTML =......................... 7)

click the button to display the arctangent of 6/2.

calculate it < p id="result">

function myArctan(){ alert(.......................................) 8)

click the button to round the number 3.7 to its nearest interger.

calculate it < p id="result">

function myRndVal(){ document.getEelementById("result").innerHTML =................................; Please i will be very grateful if you can help me complete these codes. thank you for your understanding. regards your student, Dini Pascal

@Dinipascal10

Open your own thread.

No, we can not. You can ask questions to help you solve it yourself. We do not write code for you here.

Welcome to FFC forum. If your working on a challenge project of FFC curriculum, Then make a topic to related project on the forum. Or if you asking about your open source project out of FFC. I will advise you to copy and paste your this post to chatgpt. You can find best answer there.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.