Web Dev Terminologies Flashcards

1
Q

What is an Array?

A

An Array is a single entity that holds multiple values and is declared with square brackets [].

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

What are Mutable objects?

A

Mutable objects are objects whose value can change once created.

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

What are Immutable objects?

A

Immutable objects are those whose value cannot change once created.

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