Objects and Functions Flashcards


Explain the creation phase

Explain creation phase and undefined

How execution phase works

What single threaded means?

One Command at at time (under the hood of the browser, maybe not)
What’s syncronous?

One at a time (and in order)
Invocation

Running a function ( in Javasript, by using parrenthesis () )
What’s variable enviroment?

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

Where a variable is avaialble in your code (and it is a truly the same variable or a copy)
More then one at a time
You don’t tell the engine what type of data a varibale holds, it figures it out whle your code is running

true or false

lack of existence

Floating point number

A type of data that represents a single value

A sequence of characters
