Scripts Interview Questions
Questions Answers Views Company eMail

How do you extend classes Code snippet: const circle = { radius: 20, diameter() { return this.radius * 2; }, perimeter: () => 2 * Math.PI * this.radius };

1 647

Can you write a random integers function to print integers with in a range?

1 709

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 853

Event handler Example

1 589

What will be the output of the code below? var Y = 1; if (function F(){}) { y += Typeof F; } console.log(y);

1 852

What will be the output of the following code? //nfe (named function expression) var Foo = Function Bar() { return 7; }; typeof Bar();

1 810

What is a “closure” in JavaScript? Provide an example

1 639


Un-Answered Questions { Scripts }

What is providedin in angular?

422


What about applets and plugins?

516


explain joints in .net.

1885


What are stateless components in reactjs?

157


Can you use bootstrap with angular?

431






What is the difference between onload() and document.ready() function used in jquery?

785


How to open a window with no toolbar, but with the location object?

465


When was React first released?

176


What is a cdn? : jQuery Mobile

471


What is the disadvantages of node.js?

230


How many tags are there in jsp?

484


about vb scripting programs this type of all question& answers

1686


Explain me the log that has to be seen to report errors in ruby rails?

402


What is a service application?

500


What is the difference between do until loop and do while loop?

530