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