Skip to content

Commit 34eea39

Browse files
authored
Update README.md
1 parent 8944188 commit 34eea39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### Index
44
1. [Is JavaScript a dynamically typed language or a statically typed language?](#q1-is-javascript-a-dynamically-typed-language-or-a-statically-typed-language)
55
2. [What are the different datatypes in JavaScript?](#q2-what-are-the-different-datatypes-in-javascript-most-asked)
6-
3. [ What is Hoisting in javascript ? (Most asked)](#q3)
6+
3. [ What is Hoisting in javascript ? (Most asked)](#what-is-hoisting)
77

88
### Q1. Is JavaScript a dynamically typed language or a statically typed language?
99
JavaScript is a dynamically typed language. It means all type checks are done at runtime (when the program is executing). So, we can just assign anything to the variable and it works fine.

0 commit comments

Comments
 (0)