Special welcome gift. Get 50% off your first courses with code “AS50”. Find out more!

HomeInterviewJavascript

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