Last active
October 14, 2024 01:18
-
-
Save axurright/79594d91cedfd432f15aaf1be4a36da9 to your computer and use it in GitHub Desktop.
A simple question maker I made in JavaScript.
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
| // Hello! This is just me messing around with JS. | |
| let hello = "Hello!"; | |
| const name = prompt("What's your name? ") | |
| console.log("Oh, ${name} is a very nice name!") | |
| console.log("Yeah I'm bored.") | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment