wip: add more questions

chore/javascript
Arik Chakma 1 year ago
parent aee10fac37
commit eaf5aee2f5
  1. 5
      src/data/question-groups/javascript/javascript.md

@ -388,4 +388,9 @@ questions:
topics: topics:
- 'Core' - 'Core'
- 'Intermediate' - 'Intermediate'
- question: How to get viewport dimensions in JavaScript?
answer: You can use `window.innerWidth` and `window.innerHeight` to get the viewport dimensions.
topics:
- 'DOM'
- 'Beginner'
--- ---

Loading…
Cancel
Save