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