Skip to content

Commit 4ef856c

Browse files
committed
Added Articles and video for difference between "==" and "===" operators in JavaScript?
1 parent 57f1447 commit 4ef856c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,13 @@
137137

138138

139139
#### Articles
140-
- 📜 [Artical text](#)
140+
- 📜 [How is == Different from === in JavaScript?](https://www.freecodecamp.org/news/loose-vs-strict-equality-in-javascript/)
141+
- 📜 [Equality comparisons and sameness](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness)
141142

142143

143144
#### Videos
144-
- 🎬 [Video title](#)
145+
- 🎬 [== vs === in JavaScript | Which one is better? | Strict vs Loose Equality](https://youtu.be/nQJrfphxKBg?si=BMmaluqphvRRmBCh)
146+
- 🎬 [JavaScript == VS ===](https://youtu.be/C5ZVC4HHgIg?si=MLIQAxCzl4EfSbWo)
145147

146148
</details>
147149

0 commit comments

Comments
 (0)