Javascript
Showing 1 - 10 of 38 results
Using DOM, JavaScript can perform multiple tasks. It can create new elements and attributes, change the existing elements and attributes...
- Interview
- November 21, 2023
JavaScript Unit Testing is a testing method in which JavaScript tests code written for a web page or web application...
- Interview
- November 21, 2023
Many times, variables or arrays are not sufficient to simulate real-life situations. JavaScript allows you to create objects that act...
- Interview
- November 21, 2023
There are mainly four types of loops in JavaScript. for loop for/in a loop while loop do…while loop for loop...
- Interview
- November 21, 2023
Loops are useful when you repeatedly execute the same lines of code a specific number of times or as long...
- Interview
- November 21, 2023
DOM stands for Document Object Model and is responsible for how various objects in a document interact with each other....
- Interview
- November 21, 2023
Both web-garden and web-farm are web hosting systems. The only difference is that web-garden is a setup that includes many...
- Interview
- November 21, 2023
This can be done by including the name of the required frame in the hyperlink using the ‘target’ attribute.<a href=”/newpage.htm”...
- Interview
- November 21, 2023
The ‘And’ Operator (&&), ‘Or’ Operator (||), and the ‘Not’ Operator (!) can be used in JavaScript. *Operators are without...
- Interview
- November 21, 2023
The onload function is not run until all the information on the page is loaded. This leads to a substantial...
- Interview
- November 21, 2023