JavaScript Console # ^ to run expressions in the console, use console.log(), with the expression between () console.log(1 + 2) // 3