Select Page

Marymount University Mobile App Development for a Javascript Project Program

Question Description

10) Write a Javascript function called sumit that takes two variables as parameters and pops up up the sum. For instance you would call it via sumit(10,15) and the page would pop up 15 (10 points)




11) In the following list all Parent/Child relationships and all Sibling Relationships: (15 points)

<HTML>

<BODY>

<a href = “url.com”>link</a>

<IMG src = “image.jpg” />

</BODY>

<TITLE> My Page </TITLE>

</HTML>

12) What error would the following give you? A conceptual error, not a syntax error (6 points)

<script type=”text/babel”>

ReactDOM.render(

<h1>Hello Marymount!</h1>

<h2>Class is canceled </h2>

<img src=”sad.jpg”/>,

document.body

);

</script>


13) In Javascript write a loop that prints out odd numbers from 1-15 (12 points)


14) In Javascript, show how do you change the text between two tags? For instance write the Code to change (12 points)

<p id=”intro”>Hello World!</p>

into

<p id=”intro”>Hello Marymount!</p>

<script>

//WRITE THE CODE HERE and only here

</script>

"Place your order now for a similar assignment and have exceptional work written by our team of experts, guaranteeing you "A" results."

Order Solution Now