Skip to content

Commit

Permalink
Merge pull request #256 from AbdulAhadKhan0308/master
Browse files Browse the repository at this point in the history
Added MDN references to 8. IIFE, Modules and Namespaces
  • Loading branch information
leonardomso authored Oct 7, 2023
2 parents d1b4f4a + a5541f7 commit fe94801
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,12 @@ All the translations for this repo will be listed below:

## 8. IIFE, Modules and Namespaces

### Reference

- 📜 [IIFE — MDN](https://developer.mozilla.org/en-US/docs/Glossary/IIFE)
- 📜 [Modularity — MDN](https://developer.mozilla.org/en-US/docs/Glossary/modularity)
- 📜 [Namespace — MDN](https://developer.mozilla.org/en-US/docs/Glossary/Namespace)

### Articles

- 📜 [Mastering Immediately-Invoked Function Expressions ― Chandra Gundamaraju](https://medium.com/@vvkchandra/essential-javascript-mastering-immediately-invoked-function-expressions-67791338ddc6)
Expand Down

0 comments on commit fe94801

Please sign in to comment.