Browse J
Alphabetical listing with fast deep pagination.
10965 items • Page 115 / 220
JavaScript C13 Question 11 (1 point) Which parameters are required when you call
JavaScript C13 Question 11 (1 point) Which parameters are required when you call the Date constructor with number parameters? Question 11 options: the year and month the year, mon…
JavaScript C15 Question 10 (1 point) Which of the following is allowed in a cook
JavaScript C15 Question 10 (1 point) Which of the following is allowed in a cookie’s value? Question 10 options: space number comma semicolon Save Question 11 (1 point) Code examp…
JavaScript C15 The reload() method of the location object has an optional force
JavaScript C15 The reload() method of the location object has an optional force parameter. If it’s set to true, the browser Question options: loads the page from the client loads …
JavaScript CS 4443 Midterm Name farance Thamgcon True or false 3 points each l.
JavaScript CS 4443 Midterm Name farance Thamgcon True or false 3 points each l. ( JavaScript program could have access to files stored on the client machine. 2. ) In JavaScript, t…
JavaScript Can someone help write a JavaScript file for the attachement below. 1
JavaScript Can someone help write a JavaScript file for the attachement below. 1.The JavaScript file should contain at least three variables length1, length2 and length3 and assig…
JavaScript Create a welcome message on your webpage using three variables At lea
JavaScript Create a welcome message on your webpage using three variables At least two of the variables should be concatenated together Use document.write to add a statement about…
JavaScript Create an xml page (with the extension .xml) . This will be a well-fo
JavaScript Create an xml page (with the extension .xml) . This will be a well-formed xml page . The root node will be player » The children nodes will be o Name;this will hold you…
JavaScript DOM Operation Exercise Use JavaScript to validate a form . You will u
JavaScript DOM Operation Exercise Use JavaScript to validate a form. You will use an alert box and DOM Operations (You may also use innerHTML since it's much easier than DOM opera…
JavaScript Debugging Exercises [1 point each, 5 points total] The snippets of Ja
JavaScript Debugging Exercises [1 point each, 5 points total] The snippets of JavaScript below contain syntax errors and/or logic errors. Identify the error(s) and insert your cor…
JavaScript Expert, I need your help modify the following index.html file 1- Loca
JavaScript Expert, I need your help modify the following index.html file 1- Locate the HTML code that you will put “Wake Tech Credit Union (WTCU) Customer Feedback” heading on the…
JavaScript Follow the instructions bellow for a good rate Create a program that
JavaScript Follow the instructions bellow for a good rate Create a program that will display the result of three functions: a) sum the elements from the Fibonacci sequence b) divi…
JavaScript Help So in my library file, I coded an object literal named coins tha
JavaScript Help So in my library file, I coded an object literal named coins that has a cents property and two methods. I've done this step which is: "use strict"; var coins = { c…
JavaScript Help So in my library file, I coded an object literal named coins tha
JavaScript Help So in my library file, I coded an object literal named coins that has a cents property and two methods. I've done this step which is: "use strict"; var coins = { c…
JavaScript Help!!!! So I have my HTML but now I need help with JavaScript. So it
JavaScript Help!!!! So I have my HTML but now I need help with JavaScript. So its an applicaiton to add classes so if when they click the Add button, a class will be added to the …
JavaScript I\'m having trouble increasing the size of this sketchpad when I incr
JavaScript I'm having trouble increasing the size of this sketchpad when I increase the size of the sketchpad it looses its accuracy when I try to draw on it. 1)please increase th…
JavaScript It is possible to move object around the screen continuously. The fol
JavaScript It is possible to move object around the screen continuously. The following exercise will move the CS logo called cs_logo2.png around a bounding box. Create the followi…
JavaScript Just use javascript, dont include HTML Follow the instructions bellow
JavaScript Just use javascript, dont include HTML Follow the instructions bellow for a good rate Create a program that will display the result of three functions: a) sum the eleme…
JavaScript Just use javascript, dont include HTML Follow the instructions bellow
JavaScript Just use javascript, dont include HTML Follow the instructions bellow for a good rate Create a program that will display the result of three functions: a) sum the eleme…
JavaScript Libraries & HTML5 Hello Class! For this discussion you can choose whi
JavaScript Libraries & HTML5 Hello Class! For this discussion you can choose which question you respond to. Feel free to respond to both, however only one is required. Please …
JavaScript Loan Calculator
Enter Loan Information: 1) Amount of the loan (any currency): 2) Annual percentage rate of interest: 3) Repayment period in years: Payment Information: 4) Your monthly payment wil…
JavaScript Loan Calculator
Enter Loan Information: 1) Amount of the loan (any currency): 2) Annual percentage rate of interest: 3) Repayment period in years: Payment Information: 4) Your monthly payment wil…
JavaScript Objects Create an object literal called animal with the properties sp
JavaScript Objects Create an object literal called animal with the properties species (string), name(string), legs (number) and fly (bool). Use dot notation to add the properties …
JavaScript Problems #30 . Modify the Club function again: Add a property to \"th
JavaScript Problems #30 . Modify the Club function again: Add a property to "this" called "add". The value of "add" will be a function. This function will take a name passed to it…
JavaScript Problems I have a pile of JavaScript problems for you in this assignm
JavaScript Problems I have a pile of JavaScript problems for you in this assignment. Do all of these You may throw them all in ooe file wath should be cake. If not, they might be …
JavaScript Professional, I need your help Answer the following questions denpend
JavaScript Professional, I need your help Answer the following questions denpending on index.html file: Question 1: In the given index.html file, getImage() function creates and r…
JavaScript Program Create a function called Club. It will have one argument, the
JavaScript Program Create a function called Club. It will have one argument, the name of the new Club. Instead of creating a new Object, it will use the special variable this and …
JavaScript Programming 1. When the statement that follows is executed, JavaScrip
JavaScript Programming 1. When the statement that follows is executed, JavaScript var rate = parseFloat(document.getElementById("rate").value); a. executes the getElementById meth…
JavaScript Programming-Assignment #1 1. Write a program that prompts the user fo
JavaScript Programming-Assignment #1 1. Write a program that prompts the user for three numbers. Then using the alert function, display the average, product, and sum of the three …
JavaScript Question 1 (1 point) When you debug an application, you Question 1 op
JavaScript Question 1 (1 point) When you debug an application, you Question 1 options: try to make the application fail try every possible combination of input data and user actio…
JavaScript Question 1 (1 point) When you use the relational operators, you can c
JavaScript Question 1 (1 point) When you use the relational operators, you can compare Question 1 options: a variable with a literal value a variable with another variable a varia…
JavaScript Question 1 (1 point) Which HTML element does NOT have a default actio
JavaScript Question 1 (1 point) Which HTML element does NOT have a default action associated with the click event? Question 1 options: <input> <button> <img> <…
JavaScript Question 11 (1 point) After the code that follows is executed, what i
JavaScript Question 11 (1 point) After the code that follows is executed, what is the value of discountAmount? var discountAmount; var orderTotal = 200; if (orderTotal > 200) {…
JavaScript Question 11 (1 point) When does the ready() event handler run? Questi
JavaScript Question 11 (1 point) When does the ready() event handler run? Question 11 options: As soon as the browser starts. As soon as the JavaScript load event is done. As soon…
JavaScript Question 13 (1 point) Code Example 4-1 var name = prompt(\"Enter the
JavaScript Question 13 (1 point) Code Example 4-1 var name = prompt("Enter the name to print on your tee-shirt"); while (name.length > 12) { name = prompt("Too long. Ente…
JavaScript Question 14 (1 point) Which of the following is NOT true about using
JavaScript Question 14 (1 point) Which of the following is NOT true about using Chrome's developer tools to test an application? Question 14 options: You can display the developer…
JavaScript Question 14 (1 point) Which of the following statements about check b
JavaScript Question 14 (1 point) Which of the following statements about check boxes is true? Question 14 options: Each check box must have a unique id attribute. The name and id …
JavaScript Question 16 (1 point) How many times will the while loop that follows
JavaScript Question 16 (1 point) How many times will the while loop that follows be executed? var months = 5; var i = 1; while (i < months) { futureValue = futureValue * (1 …
JavaScript Question 17 (1 point) In the code that follows, window is a/an window
JavaScript Question 17 (1 point) In the code that follows, window is a/an window.prompt("Enter your name"); object method keyword Parameter Question 18 (1 point) In a web browser,…
JavaScript Question 19 (1 point) Code Example 4-2 var add = function( x, y ) { r
JavaScript Question 19 (1 point) Code Example 4-2 var add = function( x, y ) { return ( x + y ); } alert( add (5, 3) ); (Refer to Code Example 4-2) The function in this exampl…
JavaScript Question 22 (1 point) Assume userName equals “Tom” and userAge equals
JavaScript Question 22 (1 point) Assume userName equals “Tom” and userAge equals 22. What is displayed in a dialog box when the following statement is executed? alert(userAge + " …
JavaScript Question 22 (1 point) What is the value of the num_colors variable? v
JavaScript Question 22 (1 point) What is the value of the num_colors variable? var colors = ["red","blue","orange","yellow","green","brown","purple"]; num_colors = colors.length Q…
JavaScript Question 7 (1 point) After the statement that follows is executed, ra
JavaScript Question 7 (1 point) After the statement that follows is executed, rateText represents var rateText = document.getElementById("rate"); Question 7 options: the string th…
JavaScript Question 7 (1 point) Code Example 5-1 1. var getResult = function() {
JavaScript Question 7 (1 point) Code Example 5-1 1. var getResult = function() { 2. var num1 = 54.95; 3. var num2 = .1; 4. var result = parseFloat(prompt("What is "…
JavaScript Question 7 (1 point) The primitve data types provided by JavaScript a
JavaScript Question 7 (1 point) The primitve data types provided by JavaScript are Question 7 options: Boolean, integer, decimal Boolean, numeric, string character, string, numeri…
JavaScript Related Questions: 1. Given two strings S and T, determine if they ar
JavaScript Related Questions: 1. Given two strings S and T, determine if they are both one edit distance apart. And explain. 2. Given a list of words and two words word1 and word2…
JavaScript Shopping Cart In this exercise, you will implement a shopping card pr
JavaScript Shopping Cart In this exercise, you will implement a shopping card program using an array. 1. Write a class named Item as follows. a. The class has attributes of a name…
JavaScript Write a simple JavaScript form that performs the following: 1- Receiv
JavaScript Write a simple JavaScript form that performs the following: 1- Receives a first name and a last name in two text fields a. The text fields are part of an html table wit…
JavaScript and jQuery Help: We have to create a Class Maintenance application. I
JavaScript and jQuery Help: We have to create a Class Maintenance application. I have done all of the following steps except one, which is have the register.html page display the …
JavaScript and jQuery Help: for this Register web page, we need to do the follow
JavaScript and jQuery Help: for this Register web page, we need to do the following: 1.Display all the classes that are in web storage below the five entry fields so the user can …
JavaScript based single page Web apps Due: Tuesday February 14th a 11:55pm In th
JavaScript based single page Web apps Due: Tuesday February 14th a 11:55pm In this assignment you are going to build a small web app based on just the native capabilities of Node …