Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
Design and implement a Web page named pal.html that tests whether a word or phrase is a palindrome. Your page should allow the user to enter a word
Design and implement a Web page named esp.html that allows the user to conduct an ESP test. The rectangle containing a question mark represents the back
In the winter. weather reports often refer to the wind-chill factor. a measurement that combines actual temperature and wind speed to estimate the temperature
I'm making a game where the user should combine the sound of a bird with the correct picture. In my webpage 20 different birds are represented
Create a script that requires yours visitors to accept your terms and conditions before proceeding, by selecting a check box. save the page as AcceptTerms.html.
Write a function called applyFunction that receives an array (arr) and a function (func) as a parameter
Create a function that prints a loan amortization table (principal, interest rate, and number of months) are provided via form elements.
Write a function that computes a taxi fare. In some cities, taxi fares are calculated based on start and end zones plus a per-minute charge.
Create a JavaScript program that will read a message string and a number from text boxes on a Web page. The program will then use those values to display
In the seminar, Listing 5 showed an improve JavaScript function for printElement() to traverse and list on the screen all elements of the DOM of the XML
Imagine you are writing a computer program that creates a customised children's story using names provided by the user of the program.
The following two programs differ in that one uses parseFloat and the other does not. What will be the output from each program if the user inputs 4 followed
Suppose the Javascript variables greeting and name have been declared as follows:
Develop a form using JavaScript that collects client body statistics and customer contact information for record keeping and marketing purposes.
Create a JavaScript code to find average of numbers entered by the user. Ask the user to enter five number. Take each input one at a time
Modify the display_alert() function to also display a line of the countdown on the web page. How to add the function that calls the document.
Use comments and lay the code out so it can be easily followed.
Produce an HTML form with a textarea, 5 text boxes and a button.
Evaluate the advantages and disadvantages of using JavaScript on the client-side.
Create an html document that includes a JavaScript program that creates a new constructor function named Automobile in the document head.
The sum of the lengths of any two sides of a triangle must be greater than the length of the third side.
I want to make a guessing game. Upon clicking the button on the page, the computer will generate a random number between 0-20.
I'd like to make a javascript, that randomizes the text I input to the screen. I mean that size and color of the characters will be random
I have a working clock (displaying it as a button (have trouble displaying the "am" "pm"). Instead of displaying the time in the button
I have two lamps (blue and red). I know how to exchange them (to red and blue etc..)