how do you log information to the console?
console.log(var)
how do you ask the user for input from the command line?
reSync.question()
question() can take an argument which is the string it will display to the user while awaiting input.
how do you get user input in a browser environment?
let response = prompt(‘what I want to ask)