how to print variable in alert in javascript code example Example: javascript alert variable var text = "hello world"; alert(text);