1. what is the diff between var, let and const in js?

    1. var creates a function-scoped
    2. let block-scoped variable
    3. cannot be changed

    Untitled

    Untitled

    Untitled

    Untitled

print keys or values

object.keys(obj1);

Untitled

chapter 2: functions:

Untitled

Untitled

Untitled

Untitled

Untitled

Untitled

Untitled

Chapter 3

Untitled