javascript console alert code example
Example 1: javascript print
console.log("Who's Joe?")
Example 2: how to make an alert on a page
go to inspect element, go to console. type in
alert("text")
console.log("Who's Joe?")
go to inspect element, go to console. type in
alert("text")