HTML/JavaScript Web Application Answers

Questions: 588

Answers by our Experts: 588

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Unite Family


Given three objects


father, mother, and child, write a JS program to concatenate all the objects into the family object using the spread operator.Input

  • The first line of input contains an object father
  • The second line of input contains an object mother
  • The third line of input contains an object child

Output

  • The output should be a single line string with the appropriate statement as shown in sample outputs

Constraints

  • Keys of the objects should be given in quotes


Sample Input

{'surname' : 'Jones', 'city': 'Los Angeles'}

{'dish': 'puddings'}

{'pet': 'Peter'}


Sample Output

Mr and Mrs Jones went to a picnic in Los Angeles with a boy and a pet Peter. Mrs Jones made a special dish "puddings"




Speed Typing Test

In this assignment, let's build a Speed Typing Test by applying the concepts we learned till now.

Refer to the below image.



Instructions:

  • Add HTML container element with id speedTypingTest
  • Add HTML paragraph elements with id timer, quoteDisplay and result
  • Add HTML textarea element with id quoteInput
  • Add HTML button elements with id submitBtn and resetBtn
  • Add the Bootstrap component spinner

By following the above instructions, achieve the given functionality.

  • When the page is opened
  • Make a HTTP request to get a random quotation
  • URL: https://apis.ccbp.in/random-quote
  • Display the random quotation in the HTML paragraph element with id quoteDisplay
  • Start the timer and display the time in seconds in the HTML paragraph element with id timer
  • When a value is entered in the HTML textarea element with id quoteInput and the HTML button element with id submitBtn is clicked




An international charitable organisation that works to conserve and protect endangered Bee species has approached you to develop a solution that will raise awareness and track the decreasing number of Bee species. The charitable organisation wants to encourage users to conserve and to take an interest in Bees and support its population. (a) Identify and describe two new emerging technologies which could be used to safe Bee species. (4 marks) (b) Discuss limitations of each technology that you identified in part (a). (2 marks) (C) Suppose that you are going to make a website to aware public about the conservation and protecting endangered Bee species. Explain the use of a suitable page structure with detail content for the website. (5 marks) (d) Write a sample Document Object Model of the home page. (2 marks)​


Problem Statement Given list of students’ records. Write a program with signature as below: Method Name: getStudentsWithMarksMoreThan() Input: marks – Integer Output: List of Students having marks more than input Also add Unit Test case – both positive and negative. You can do in choice of your language (Any high level language like – Java, Python, PHP, C#, JavaScript) For example JSON given below of 3 students for your reference. { "students":[ { "roll_no":101, "details":{ "name":"ajay", "marks":42, "age":20 } }, { "roll_no":102, "details":{ "name":"amit", "marks":45, "age":21 } }, { "roll_no":111, "details":{ "name":"ramesn", "marks":31, "age":21 } } ] 


String Slicing

Write a Javascript Program for String Slicing


The below link contains String Slicing Question and Test cases

https://drive.google.com/file/d/1FyEmmo5k4KeZPnFcLVWUyqiPZGXVs1nz/view?usp=sharing


The below link contains code

https://drive.google.com/file/d/1Y-86sblnbImafltwE2vMmsfUINcXnSrp/view?usp=sharing


In this Javascript coding program they had two test cases


We need all two test cases can be came when code was run. I want exact outputs for all two test cases

Square at Alternate Indices


Write a Javascript Program for Square at Alternate Indices


The below link contains Square at Alternate Indices Question and Test cases

https://drive.google.com/file/d/1NMtBGioe4_oPKJpvPJ3iQW_7uRd2zjWz/view?usp=sharing


The below link contains code

https://drive.google.com/file/d/1mqvV-SoTKa6m2tUL_rxcBeWcdKjUVZgm/view?usp=sharing


In this Javascript coding program they had two test cases


We need all two test cases can be came when code was run. I want exact outputs for all two test cases

Given list of students’ records. Write a program with signature as below: 

Method Name: getStudentsWithMarksMoreThan()

Input: marks – Integer

Output: List of Students having marks more than the input

Also, add the Unit Test case – both positive and negative. (Any high-level language like – Java,

Python, PHP, C#, JavaScript)



Time Converter

In this assignment, let's build a Time Converter by applying the concepts we learned till now.

Refer to the below image.


Instructions:

  • The HTML input element for entering the number of hours should have the id hoursInput
  • The HTML input element for entering the number of minutes should have the id minutesInput
  • Add HTML label elements for HTML input elements with ids hoursInput and minutesInput
  • The HTML button element should have the id convertBtn
  • The HTML p element to display the converted time in seconds should have the id timeInSeconds
  • The HTML p element to display the error message should have the id errorMsg






Unite Family

The Javascript program name is Unite Family


The below link contains Unite Family Question with test cases

https://drive.google.com/file/d/1XxULadczU1zNFjtfCL-DM6XZuu-M70cU/view?usp=sharing


The below link contains Code

https://drive.google.com/file/d/1pi0yzm8aMLl58fSfJyS9qCkAmAhmdb-p/view?usp=sharing


In this Javascript coding program they had two test cases


We need all two test cases can be came when code was run. I want exact outputs for all two test cases

In this javascript code there are 4 test cases, 4th test case was not getting expected output


Test cases are in below url link

https://drive.google.com/file/d/1pUV22FRZxZXuZQdyywfDXs2pS30r6dKc/view?usp=sharing


Code in below url link

https://drive.google.com/file/d/15gIWqTU2mGKhr8gaVS-lVXNed5jxPXXQ/view?usp=sharing









LATEST TUTORIALS
APPROVED BY CLIENTS