Skip to content

Instantly share code, notes, and snippets.

@axurright
Last active October 14, 2024 01:18
Show Gist options
  • Select an option

  • Save axurright/79594d91cedfd432f15aaf1be4a36da9 to your computer and use it in GitHub Desktop.

Select an option

Save axurright/79594d91cedfd432f15aaf1be4a36da9 to your computer and use it in GitHub Desktop.
A simple question maker I made in JavaScript.
// 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