Some XYZ company is arranging for online aptitude tests. Draw
detailed E-R diagram for the same..


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JavaScript Interview Questions

TypeError: document.getelementbyid(...) is null?

0 Answers  


What are exports and imports?

0 Answers  


Write a JavaScript function which can take any number of strings as arguments and outputs them as a single concatenated string.

4 Answers  


How to create an object using javascript?

0 Answers  


What is the output of below code var car = new Vehicle("Honda", "white", "2010", "UK"); console.log(car); function Vehicle(model, color, year, country) { this.model = model; this.color = color; this.year = year; this.country = country; }

1 Answers  






What is the meaning of callback function?

0 Answers  


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

1 Answers  


Who created npm?

0 Answers  


How about 3+5+"8"?

0 Answers  


why we calld java object orinted programming language??

0 Answers   TCS,


What is new keyword in javascript?

0 Answers  


all possible test cases for normal number field,name field date field,check box,

0 Answers  


Categories