Skip to content

Instantly share code, notes, and snippets.

@thinkphp
Created August 29, 2026 09:36
Show Gist options
  • Select an option

  • Save thinkphp/984067e76c2c99614c0fdf85550ddc6e to your computer and use it in GitHub Desktop.

Select an option

Save thinkphp/984067e76c2c99614c0fdf85550ddc6e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="ro">
<head>
<title>Calcul Factorial</title>
<script>
</script>
</head>
<body>
<h1>Calcul Factorial</h1>
<p>Introduceti un numar si apasa butonul pentru a calcula factorialul acestuia</p>
<input type="number" id="number" placeholedr="Introduceti un numar" />
<button onclick="">Calculeaza factorial</button>
<div id="result"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment