Objects and Functions Flashcards

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

Explain the creation phase

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

Explain creation phase and undefined

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

How execution phase works

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

What single threaded means?

A

One Command at at time (under the hood of the browser, maybe not)

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

What’s syncronous?

A

One at a time (and in order)

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

Invocation

A

Running a function ( in Javasript, by using parrenthesis () )

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

What’s variable enviroment?

A

Where the variable live ( and how they relate to each other in memory )

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

SCOOPE

A

Where a variable is avaialble in your code (and it is a truly the same variable or a copy)

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

More then one at a time

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

You don’t tell the engine what type of data a varibale holds, it figures it out whle your code is running

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

true or false

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

lack of existence

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

Floating point number

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

A type of data that represents a single value

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

A sequence of characters

A
17
Q
A