Created
March 7, 2026 01:08
-
-
Save frezocsss-cmd/ba860987b73f9f5cbcdae557f10eb3e4 to your computer and use it in GitHub Desktop.
My first JavaScript code
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
| let randomSon = Math.round(Math.random() * 100) | |
| alert("Random son chiqdi") | |
| alert(`Sizga chiqqan son: ${randomSon}`) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment