Week 4 / Week 5 Flashcards

1
Q

DRY

A

Don’t Repeat Yourself

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

refractor

A

Rewriting code for readability, maintainability, or performance without changing it’s behavior

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

Client-side storage

A

storage on the client (usually the browser)

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

Server-side storage

A

storage on the server

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

localStorage

A

an implementation of client-side storage

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

JSON

A

(JavaScript Object Notation) A lightweight data-interchange format

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

data-attributes

A

a way of storing information related to the data model on an html element

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