Created
August 29, 2026 09:36
-
-
Save thinkphp/984067e76c2c99614c0fdf85550ddc6e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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