221 Answered Questions for the topic javascript
05/14/21
Recursion and Stack Overflow Question
Recursion uses something called the “call stack” where recursive calls to functions are stacked. Explain this using a specific example. When might there be a stack overflow?
05/10/21
Dynamically generate innerHTML elements from a response array (Javascript)
****This is a part of my code: var arr1 = response; console.log(arr1);****This is the response/console logged arr1:{ "channels": { "1620184778889x527731420801269760": [ { ...
more
Javascript
05/02/21
Write a method that will display numbers from 1 to n, 7 numbers per line. The numbers are separated by one space. The method header is as follows: public static void displayNumber(int n) {
Anyone can help with that please
What is the shortest way to create a working clock in Javascript?
What is the shortest way to create a working clock in Javascript? I want to create a clock that shows hour, minute, and second. Basically, the user to see his local time on the browser. Please show...
more
Javascript
04/22/21
Javascript wont load image
I have a button with onclick = "generateCat()" in my html file. When I click the button running a web browser the image will not...
more
In firefox console how can learn the inspector console to trigger click events on webpages.
Are there any good resources for Javascript console triggers of buttons. So far I learned I can press cmd+shift+c in mac to get element by clicking on the webpage this allows me to press esc to...
more
04/15/21
Computer Science: Help using React Native, Axios, and Express API together
Please help. I am trying to use Axios to bind my React-Native app to an Express API. When I try to run the app on a server I get this message in my terminal: [Error: Network Error] . I have tried...
more
Javascript
04/15/21
Write a program using JavaScript to find length of array.
03/23/21
Discord.js random message after x amount of time (Code Correction)
I need to have my discord bot send a random message every 1.5 hours (1 second here for testing) and so far I used the following code but it did not work:
'use strict';
const { Client,...
more
Javascript Html
03/20/21
Beginner JavaScript / HTML Question
Hi, I just started learning JavaScript and HTML. I'm trying to make a message appear in the span with ID "message" when a button is clicked two different ways, first using JavaScript and also using...
more
03/18/21
How to complete code
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */package...
more
03/15/21
Modify the Cage class to implement Comparable.
The definition of the Comparable interface can be found here. Remember that Comparable has one abstract method, int compareTo(T o). Two Cages can be compared based on their size obtained via...
more
03/15/21
Write a function in Java that takes in the int[] array, sorts it using bubble sort, then returns back the sorted array.
Examples:
bubbleSort({4,7,1}) -> {1,4,7}
bubbleSort({80,6,6,8,2}) -> {2,6,6,8,80}
public int[] bubbleSort(int[] array) { int n = array.length; int temp = 0; }Finish the rest
03/06/21
NEED HELP ASAP!!
How do I put the prices for the toppings, pizza size, and drinks in HTML and Javascript code?I used the radio button for the pizza toppings (Pineapple, Cheese, and Black Olives) and pizza sizes...
more
02/25/21
Redirect to other page if there are no parameters in url, otherwise stay at current page.
I need to redirect from my website if there are no parameters in the url with javascript, html. (redirect with html,js)For example, if a page on my site was example.com/page and if there were...
more
01/18/21
Simple Calculator
Create a simple Java GUI application that will simulate the calculator. Numbers from 0-9 should be present and should perform a basic arithmetic operation such as Addition, Subtraction,...
more
01/01/21
If you could make social media better, as a web developer, how would you?
How can you actually make social media more sociable, less toxic, less fraud prone and educative?
12/27/20
How to make GLabel font to resize as the application size changes
I need to adjust the font size of GLabel as the application size changes. I mean, when I resize canvas's windows I need GLabel font to resize too proportionally.
Shopify websites
I would like to know of tutors who have knowledge coding Shopify websites, if you have knowledge coding Shopify websites, please contact me, thanks.
Web Designing(Html,Css,javascript)
1. Write a JavaScript that reads several lines from text file and prints a table using DOM object indicating the number of occurrences of each letter of the alphabet in the text. For example, the...
more
11/22/20
Can someone do me this project?-java
The project description:As a programmer, you have been asked to write a Java application, using OOP concepts, for a Hospital with the following requirements:• The Hospital has several employees and...
more
11/22/20
Can someone fix my code based on my comment under this question? *java*
My code:package javaapplication45;import java.util.ArrayList;import java.util.List;import java.util.Scanner;public class JavaApplication45 {// Maain Classpublic static void main(String[]...
more
11/21/20
Can someone fix my code based on my comment under this question? *java*
My code:package javaapplication45;import java.util.ArrayList;import java.util.List;import java.util.Scanner;public class JavaApplication45 {// Maain Classpublic static void main(String[]...
more
Javascript
11/12/20
Tutors not responding to messages
I am losing confidence in this site ability to connect me w/ a tutor. Initially, the site would not post my messages. It required a help agent to manually send the messages for me. Thereafter, the...
more
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.