Skip to content

Commit 44c4012

Browse files
authored
Update README.md
1 parent 466bb25 commit 44c4012

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ This repository contains a collection of daily JavaScript coding questions or co
33
And my daily learnings .
44

55
In the problem folder, you will find different questions of JavaScript Solved with Questions attached .
6+
<h3>JavaScript Concepts</h3>
67

78
[Implicit Type Coercion](#implicit-type-coercion)
89
<!--<a href="#Implicit Type Coercion"><li>Implicit Type Coercion</li></a>
@@ -19,7 +20,7 @@ In the problem folder, you will find different questions of JavaScript Solved wi
1920

2021
<ul>
2122

22-
<h3>JavaScript Concepts</h3>
23+
2324

2425
# Implicit Type Coercion
2526
<p>Implicit type coercion in javascript is the automatic conversion of value from one data type to another. It takes place when the operands of an expression are of different data types.</p>

0 commit comments

Comments
 (0)