I really want to find a way to add a simple pause in JS, I know this is a duplicate question, but I cannot find a good answer! Please see my example in code below.
Console.log ('hello world!')
//here is where I want to insert a pause!
Console.log ('how are you?')
This way, the two lines of text will have about a three second pause (or however long) in-between.