You have 3 div elements with id’s:
• divToolbar – Is a container element that will occupy the top of the page 800x25 px
• divToolbarBox1 – Is a small box inside a toolbar that will be aligned left...
Type: Posts; User: swathi; Keyword(s):
You have 3 div elements with id’s:
• divToolbar – Is a container element that will occupy the top of the page 800x25 px
• divToolbarBox1 – Is a small box inside a toolbar that will be aligned left...
divToolbarBox1 divToolbarBox2 divToolbar
first two areplaced in boxes and 3rd one encloses the two boxes
can any one reply me please urgent
can any one reply me please
Take the function in above and create a String prototype so I can call the method using the following statement:
alert(allWords.getOddWords());
can any one give me the reply
Write a function that takes a string as an input and returns an array containing the odd words. With the string: "I can sing bad songs while in the shower", the output in the alert should read: "I...
<script type="text/javascript">
var a = "123";
b = 123;
function test(){
b = parseInt(a);
a += 1;
c = "babe";
var d = "ruth";
}