JavaScript Interview Questions
Questions Answers Views Company eMail

Write a Program of Simple Calculator in JavaScript using HTML.

1 9271

What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }

2891

In Java coding we will write a public static void main()? Why won't we write as a static public void main()

2110

what is service now ticketing tool how it works

Ideal Vision,

5234

How to create scale in P info

MAHINDRA,

1940

what will happen and why if i will acess the methods of superclass which is declared as private by a object of same subclass.

1566

Describe what u had done today?

Genpact, Sams,

1816

Please write the Code of simple javascript calculator withot eval() function

1477

what is a code in vb amount display in words

1350

Auto insurance project..How to explain project in interviews.Using Automation tool (selenium).

1358

why we need java instead of c

TCS,

1177

what is a difference of subclass and main class

1182

a code in vb script, which creates a table of 5*2 in html this is a static table, one more same dynamic table, as we give input the table should get created.

IBM,

1080

A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a java program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.

1601

write a program using javascript/ vbscript that checks if two matrices have identical values in all the elements.

1 3090


Post New JavaScript Questions

Un-Answered Questions { JavaScript }

Write a Program using Servlet and JDBC for developing online application for displaying the details of Cars owned by the residents in XYZ society. Make necessary assumptions and create appropriate databases

1828


How do I run javascript in chrome?

477


What is the use of anonymous function in javascript?

454


Is javascript faster than asp script?

520


What is scope of variable in javascript?

467






Is a javascript script faster than an asp script?

467


How do I open javascript console?

468


What Does JavaScript Void(0) Mean?

516


Explain higher-order functions in javascript?

512


What is the statement to enable strict mode in javascript quiz?

495


What is the difference between the keywords var and let?

543


What is webpack used for?

453


What are self Executing Functions?

597


What's Prototypes for JavaScript

1702


What is the use of blur function?

500