Skip to content

Commit 23314cb

Browse files
authored
Update README.md
1 parent cc092d6 commit 23314cb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,22 @@ In the problem folder, you will find different questions of JavaScript Solved wi
66

77
<h3>JavaScript Concepts</h3>
88
<ul>
9-
<a href="#Implicit Type Coercion"><li>Implicit Type Coercion</li></a>
9+
[Implicit Type Coercion](#Implicit-Type-Coercion)
10+
<!--<a href="#Implicit Type Coercion"><li>Implicit Type Coercion</li></a>
1011
<li>IIFE</li>
1112
<li>Callback Function</li>
1213
<li>Slice</li>
1314
<li>Higher Order Functions</li>
1415
<li>Currying</li>
1516
<li>Call , Apply , Bind</li>
16-
<a href="#Optional chaining (?.)"><li>Optional chaining (?.)</li></a>
17+
<a href="#Optional chaining (?.)"><li>Optional chaining (?.)</li></a>-->
1718
<!--- [Optional Chaining](#Optional chaining (?.))
1819
[Markdown - Optional Chaining](#Optional chaining (?.))-->
1920
</ul>
2021

2122
<ul>
2223

23-
# <li>Implicit Type Coercion</li>
24+
# Implicit Type Coercion
2425
<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>
2526
<ul>
2627
<li>String coercion</li>

0 commit comments

Comments
 (0)