Skip to content

Instantly share code, notes, and snippets.

@mitm786
mitm786 / gist:cdf204036bf91a3df7265c73335656af
Created June 20, 2020 07:21
How to Pass Parameter in JavaScript Function From Html
<!DOCTYPE html>
<html>
<head>
<title>WWithhout parameters function javascript</title>
</head>
<body>
<h3 id="ageshow"></h3>
<button onclick="myfunctionName()">Click</button>
<script type="text/javascript">