Week 4 / Week 5 Flashcards
1
Q
DRY
A
Don’t Repeat Yourself
2
Q
refractor
A
Rewriting code for readability, maintainability, or performance without changing it’s behavior
3
Q
Client-side storage
A
storage on the client (usually the browser)
4
Q
Server-side storage
A
storage on the server
5
Q
localStorage
A
an implementation of client-side storage
6
Q
JSON
A
(JavaScript Object Notation) A lightweight data-interchange format
7
Q
data-attributes
A
a way of storing information related to the data model on an html element