console.log()
used to log or print messages to the console, what displays
methods
returns info about an object. Use like Math.random();
Built in objects
I don’t know
Strings
‘things in these’ = ‘’
comments
// that’s it
variables
let name = “Tammy”
const found = false
var age = 3
I need to put more on. for all of them