Interview Prep - JavaScript Flashcards
1
Q
what does the && operator do?
A
“and” for conditional statement
2
Q
what does the || operator do?
A
“or” for conditional statement
3
Q
what is the DOM?
A
Document Object Model
4
Q
what is the difference between == and ===?
A
equal and strictly equal to.