Function

Advertisements

Prev Tutorial Next Tutorial

Function

An important part of JavaScript is the ability to create new functions within <script> and </script> tag. Declare a function in JavaScript using function keyword. The keyword function precedes the name of the function.

Syntax

function functionName(parameter or not)
{
.........
.........
}

Example of JavaScript using Function

Example

<html>
<head>
<script>
function getname()
{
name=prompt("Enter Your Name");
alert("Welcome Mr/Mrs " + name);
}
</script>
</head>
<form>
<input type="button" value="Click" onclick="getname()"/>
</form>
</html>

Example


Prev Tutorial Next Tutorial

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet


For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements