you may call function from any other place into


You may call function from any other place into your JavaScript code. After the function is executed, the control goes back to other script which called it.

 alert('Example 1: the House');

example(1,'house');

(write more code)

Thus this script first generates an alert box, then calls the function & after the function is finished it continues to execute the rest of instructions in the calling code.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: you may call function from any other place into
Reference No:- TGS0415995

Expected delivery within 24 Hours