javascript Flashcards

1
Q

console.log()

A

used to log or print messages to the console, what displays

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

methods

A

returns info about an object. Use like Math.random();

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Built in objects

A

I don’t know

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Strings

A

‘things in these’ = ‘’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

comments

A

// that’s it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

variables

A

let name = “Tammy”
const found = false
var age = 3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

I need to put more on. for all of them

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly