wip: add more questions

This commit is contained in:
Arik Chakma
2023-09-26 20:10:11 +06:00
parent aee10fac37
commit eaf5aee2f5

View File

@@ -388,4 +388,9 @@ questions:
topics:
- 'Core'
- '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'
---