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

Javascript

Showing 21 - 30 of 38 results
The parseInt() function is used to convert numbers between different bases. parseInt() takes the string to be converted as its...
Variable typing is used to assign a number to a variable. The same variable can be assigned to a string....
Following are looping structures in Javascript:
There are two ways to read and write a file using JavaScript
To submit a form using JavaScript use document.form[0].submit();
=== is called a strict equality operator, which returns true when the two operands have the same value without conversion.
A prompt box is a box that allows the user to enter input by providing a text box. A label...
Undeclared variables are those that do not exist in a program and are not declared. If the program tries to...
Netscape is the software company that developed JavaScript.
Breaking within a string statement can be done by using a backslash, ‘\,’ at the end of the first line....