Skip to content

Commit 0f320f3

Browse files
author
wakidurrahman
committed
docs: updated
1 parent c438455 commit 0f320f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/interview-questions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Theoretical Questions
22

3-
`Q001:` What is typeof Operator?
3+
`Q001:` What is `typeof` Operator?
44

55
Answer: JavaScript provides a `typeof` operator that can examine a value tell you what type is is:
66

@@ -51,3 +51,4 @@ obj['b'];
5151
obj['c'];
5252
5353
```
54+

0 commit comments

Comments
 (0)