Skip to content

Commit 65e59c2

Browse files
authored
Update javascript-questions.md (h5bp#759)
1 parent 83a13dc commit 65e59c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/questions/javascript-questions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ permalink: /questions/javascript-questions/index.html
5151
* Why you might want to create static class members?
5252
* What is the difference between `while` and `do-while` loops in JavaScript?
5353
* What is a promise? Where and how would you use promise?
54+
* Discuss how you might use Object Oriented Programming principles when coding with JavaScript.
5455

5556
## Coding questions
5657
* Make this work:

0 commit comments

Comments
 (0)